\
back slash
'
single quote
"
double quote
\a
bell sound
\b
back space
\f
form feed
\n
newline
\N {unicode name}
Unicode character with name in unicode database
\r
ASCII carriage return
\t
ASCII horizontal tab
\uxxxx
Unicode character with 32-bit hex value of xxxxxxxx
\v
ASCII vertical tab
\ooo
Character with octal value ooo
\xhh
Character with hex value hh