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