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' : ''">
⌫
ERASE TO THE LEFT
Overview
⌫ (ERASE TO THE LEFT) is the Unicode character at code point U+232B. It belongs to the Miscellaneous Technical block, in the Other Symbol (So) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+232B | |
| decimal | 9003 | |
| htmldecimal | ⌫ | |
| htmlhex | ⌫ | |
| css | \232B | |
| javascript | \u{232B} | |
| python | \u232b | |
| java | \u232B | |
| go | \u232B | |
| ruby | \u{232B} | |
| rust | \u{232B} | |
| ccpp | \u232b | |
| urlencoded | %E2%8C%AB | |
| utf8bytes | e2 8c ab | |
| utf16bebytes | 23 2b | |
| utf32bebytes | 00 00 23 2b |
How to Use
HTML:
⌫
CSS:
content: "\232B"
JavaScript:
"\u{232B}"
Python:
"\u232b"
Properties
- Block
- Miscellaneous Technical
- Script
- Zyyy
- Category
- Other Symbol (So)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ⌫ character (ERASE TO THE LEFT)?
⌫ (ERASE TO THE LEFT) is the Unicode character U+232B.
What is the Unicode codepoint of ERASE TO THE LEFT?
The ERASE TO THE LEFT character (⌫) has codepoint U+232B.
How do I type or copy ERASE TO THE LEFT?
Copy ⌫ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.