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' : ''">
ⷥ
COMBINING CYRILLIC LETTER ZE
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2DE5 | |
| decimal | 11749 | |
| htmldecimal | ⷥ | |
| htmlhex | ⷥ | |
| css | \2DE5 | |
| javascript | \u{2DE5} | |
| python | \u2de5 | |
| java | \u2DE5 | |
| go | \u2DE5 | |
| ruby | \u{2DE5} | |
| rust | \u{2DE5} | |
| ccpp | \u2de5 | |
| urlencoded | %E2%B7%A5 | |
| utf8bytes | e2 b7 a5 | |
| utf16bebytes | 2d e5 | |
| utf32bebytes | 00 00 2d e5 |
How to Use
HTML:
ⷥ
CSS:
content: "\2DE5"
JavaScript:
"\u{2DE5}"
Python:
"\u2de5"
Properties
- Block
- Cyrillic Extended-A
- Script
- Cyrl
- Category
- Nonspacing Mark (Mn)
- Bidirectional
- NSM
- Combining
- 230
- Mirrored
- No