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' : ''">
Ꙕ
CYRILLIC CAPITAL LETTER REVERSED YU
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+A654 | |
| decimal | 42580 | |
| htmldecimal | Ꙕ | |
| htmlhex | Ꙕ | |
| css | \A654 | |
| javascript | \u{A654} | |
| python | \ua654 | |
| java | \uA654 | |
| go | \uA654 | |
| ruby | \u{A654} | |
| rust | \u{A654} | |
| ccpp | \ua654 | |
| urlencoded | %EA%99%94 | |
| utf8bytes | ea 99 94 | |
| utf16bebytes | a6 54 | |
| utf32bebytes | 00 00 a6 54 |
How to Use
HTML:
Ꙕ
CSS:
content: "\A654"
JavaScript:
"\u{A654}"
Python:
"\ua654"
Properties
- Block
- Cyrillic Extended-B
- Script
- Cyrl
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No