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