\a Audible alert (0x7)
\b Backspace (0x8)
\f Form feed (0xc)
\n Newline (0xa)
\r Carriage return (0xd)
\t Tab (0x9)
\v Vertical tab (0xb)
\ddd Octal value given by ddd (one, two, or three d’s)
\xhh Hex value given by hh (any number of h’s)
\ newline space A single space character.