ESC
U+001B · ESCAPE
Escape
| UTF-8 | 1B | 1 byte |
|---|---|---|
| UTF-16 | 001B | 1 code unit |
| UTF-32 | 0000001B | 4 bytes |
| CSS | \1B | in content: "…" |
| JavaScript | \u001B | |
| JSON | \u001B | |
| Python | \u001B | |
| Python | \N{ESCAPE} | by name |
| Java / C# | \u001B | |
| Rust / Swift / PHP | \u{1B} | |
| Go | \u001B | |
| Ruby | \u001B | |
| Escape sequence | \e | Bash, GCC, Perl |
| URL-encoded | %1B | percent-encoded UTF-8 |
U+0015NAKNegative Acknowledge
U+0016SYNSynchronous Idle
U+0017ETBEnd of Transmission Block
U+0018CANCancel
U+0019EOMEnd of Medium
U+001ASUBSubstitute
U+001CFSInformation Separator Four
U+001DGSInformation Separator Three
U+001ERSInformation Separator Two
U+001FUSInformation Separator One
U+0020SPSpace
U+0021!Exclamation Mark