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 RAISED OMISSION BRACKET
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2E0D | |
| decimal | 11789 | |
| htmldecimal | ⸍ | |
| htmlhex | ⸍ | |
| css | \2E0D | |
| javascript | \u{2E0D} | |
| python | \u2e0d | |
| java | \u2E0D | |
| go | \u2E0D | |
| ruby | \u{2E0D} | |
| rust | \u{2E0D} | |
| ccpp | \u2e0d | |
| urlencoded | %E2%B8%8D | |
| utf8bytes | e2 b8 8d | |
| utf16bebytes | 2e 0d | |
| utf32bebytes | 00 00 2e 0d |
How to Use
HTML:
⸍
CSS:
content: "\2E0D"
JavaScript:
"\u{2E0D}"
Python:
"\u2e0d"
Properties
- Block
- Supplemental Punctuation
- Script
- Zyyy
- Category
- Final Punctuation (Pf)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- Yes