copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('␛'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
␛
SYMBOL FOR ESCAPE
Overview
␛ (SYMBOL FOR ESCAPE) is the Unicode character at code point U+241B. It belongs to the Control Pictures block, in the Other Symbol (So) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+241B | |
| decimal | 9243 | |
| htmldecimal | ␛ | |
| htmlhex | ␛ | |
| css | \241B | |
| javascript | \u{241B} | |
| python | \u241b | |
| java | \u241B | |
| go | \u241B | |
| ruby | \u{241B} | |
| rust | \u{241B} | |
| ccpp | \u241b | |
| urlencoded | %E2%90%9B | |
| utf8bytes | e2 90 9b | |
| utf16bebytes | 24 1b | |
| utf32bebytes | 00 00 24 1b |
How to Use
HTML:
␛
CSS:
content: "\241B"
JavaScript:
"\u{241B}"
Python:
"\u241b"
Properties
- Block
- Control Pictures
- Script
- Zyyy
- Category
- Other Symbol (So)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ␛ character (SYMBOL FOR ESCAPE)?
␛ (SYMBOL FOR ESCAPE) is the Unicode character U+241B.
What is the Unicode codepoint of SYMBOL FOR ESCAPE?
The SYMBOL FOR ESCAPE character (␛) has codepoint U+241B.
How do I type or copy SYMBOL FOR ESCAPE?
Copy ␛ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.