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 DE
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2DE3 | |
| decimal | 11747 | |
| htmldecimal | ⷣ | |
| htmlhex | ⷣ | |
| css | \2DE3 | |
| javascript | \u{2DE3} | |
| python | \u2de3 | |
| java | \u2DE3 | |
| go | \u2DE3 | |
| ruby | \u{2DE3} | |
| rust | \u{2DE3} | |
| ccpp | \u2de3 | |
| urlencoded | %E2%B7%A3 | |
| utf8bytes | e2 b7 a3 | |
| utf16bebytes | 2d e3 | |
| utf32bebytes | 00 00 2d e3 |
How to Use
HTML:
ⷣ
CSS:
content: "\2DE3"
JavaScript:
"\u{2DE3}"
Python:
"\u2de3"
Properties
- Block
- Cyrillic Extended-A
- Script
- Cyrl
- Category
- Nonspacing Mark (Mn)
- Bidirectional
- NSM
- Combining
- 230
- Mirrored
- No