\
Backslash ()
\’
Single-quote (‘)
\”
Double-quote (“)
\a
ASCII bell (BEL)
\b
ASCII backspace (BS)
\f
ASCII formfeed (FF)
\n
ASCII linefeed (LF)
\r
ASCII Carriage Return (CR)
\t
ASCII Horizontal Tab (TAB)
\ uxxxx
Character with 16-bit hex value xxxx (Unicode only)
\v
ASCII vertical tab (VT)
\ooo
Character with octal value ooo
\xhh
Character with hex value hh