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 CURLY BRACKET UPPER HOOK
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+23A7 | |
| decimal | 9127 | |
| htmldecimal | ⎧ | |
| htmlhex | ⎧ | |
| css | \23A7 | |
| javascript | \u{23A7} | |
| python | \u23a7 | |
| java | \u23A7 | |
| go | \u23A7 | |
| ruby | \u{23A7} | |
| rust | \u{23A7} | |
| ccpp | \u23a7 | |
| urlencoded | %E2%8E%A7 | |
| utf8bytes | e2 8e a7 | |
| utf16bebytes | 23 a7 | |
| utf32bebytes | 00 00 23 a7 |
How to Use
HTML:
⎧
CSS:
content: "\23A7"
JavaScript:
"\u{23A7}"
Python:
"\u23a7"
Properties
- Block
- Miscellaneous Technical
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No