76 words
1 minutes
Escape Chars Table
2024-01-18

The full table of escape characters.

Escape CharacterDescriptionUnicode Value
\\Backslash\u005C
\'Single quote\u0027
\"Double quote\u0022
\?Question mark\u003F
\aAlert (bell)\u0007
\bBackspace\u0008
\fFormfeed\u000C
\nNewline (line feed)\u000A
\rCarriage return\u000D
\tHorizontal tab\u0009
\vVertical tab\u000B
\0Null character\u0000
\oooOctal number of one to three digits (where ooo is the octal number)
\xhhHexadecimal number of one or more digits (where hh is the hexadecimal number)
\uhhhhUnicode character (16-bit) in hexadecimal notation (where hhhh is the hex number)
\UhhhhhhhhUnicode character (32-bit) in hexadecimal notation (where hhhhhhhh is the hex number)
\N{name}Unicode character named name in the Unicode database (not supported in all languages)
Escape Chars Table
https://zivmax.top/posts/refs/escape-chars-table/
Author
Zivmax
Published at
2024-01-18