␛ Escape
U+001B
␛
ℹ️ About
The Escape character (U+001B) is a fundamental control code used to signal the start of an “escape sequence.” These sequences allow developers to send commands for formatting, color changes, or terminal cursor positioning. It is the core of ANSI and VT100 terminal emulation.
⚠️ Note: Do not confuse with ⎋ (Escape Key Symbol).
⚡ Codes
HTML

CSS
\001B
Python
\u001B
Live Playground
More from Basic Latin
Copied!