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