1/15
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
\\
Backslash (\)
\’
Single-quote (‘)
\”
Double-quote (“)
\a
ASCII bell (BEL)
\b
ASCII backspace (BS)
\f
ASCII form feed (FF)
\n
ASCII newline (LF)
\N{name}
Unicode character name reference.
\r
carriage return (CR)
\t
horizontal tab
\uxxxx
character with 16-bit hex value xxxx
\Uxxxxxxxx
character with 32-bit hex value xxxxxxxx
\v
vertical tab
\ooo
character with octal value ooo
\xhh
character with hex value hh