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' : ''">
⎢
LEFT SQUARE BRACKET EXTENSION
Overview
⎢ (LEFT SQUARE BRACKET EXTENSION) is the Unicode character at code point U+23A2. It belongs to the Miscellaneous Technical block, in the Math Symbol (Sm) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+23A2 | |
| decimal | 9122 | |
| htmldecimal | ⎢ | |
| htmlhex | ⎢ | |
| css | \23A2 | |
| javascript | \u{23A2} | |
| python | \u23a2 | |
| java | \u23A2 | |
| go | \u23A2 | |
| ruby | \u{23A2} | |
| rust | \u{23A2} | |
| ccpp | \u23a2 | |
| urlencoded | %E2%8E%A2 | |
| utf8bytes | e2 8e a2 | |
| utf16bebytes | 23 a2 | |
| utf32bebytes | 00 00 23 a2 |
How to Use
HTML:
⎢
CSS:
content: "\23A2"
JavaScript:
"\u{23A2}"
Python:
"\u23a2"
Properties
- Block
- Miscellaneous Technical
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ⎢ character (LEFT SQUARE BRACKET EXTENSION)?
⎢ (LEFT SQUARE BRACKET EXTENSION) is the Unicode character U+23A2.
What is the Unicode codepoint of LEFT SQUARE BRACKET EXTENSION?
The LEFT SQUARE BRACKET EXTENSION character (⎢) has codepoint U+23A2.
How do I type or copy LEFT SQUARE BRACKET EXTENSION?
Copy ⎢ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.