| Symbol Name | Symbol For Escape |
| Unicode Version | 1.1 |
| Unicode | U+241B |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code | \241B |
| Hex Code | 0x241B |
| HTML Code | ␛ |
| LaTeX | \text{SYMBOLFORESCAPE} |
| Symbol | ␛ |
| URL encode (UTF-8 percent) | %E2%90%9B |
| Spoken / screen reader name | Symbol For Escape |
| UTF-8 | E2 90 9B |
| UTF-16 | 241B |
| UTF-32 | 0000241B |
1\documentclass{article}2\usepackage{pifont}3\text{SYMBOLFORESCAPE}4\end{document}You can type the symbol for escape symbol on most modern devices with the help of following methods:
Alt + 9243 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "symbol for escape", or use Unicode Hex Input with 241B.
Ctrl + Shift + U, type 241b, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with technical symbol support.
1span.symbol-for-escape::before { content: "\241B"; }1<span>␛</span>Symbol For Escape symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u241B' or String.fromCodePoint(9243) |
| Python | '\N{SYMBOL FOR ESCAPE}' or chr(9243) |
| Rust | '\u{241B}' |
| C / C++ | UTF-8 source or wchar_t with U+241B |
| Go | string(rune(0x241B)) |
| Ruby | "\u{241B}" |