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 SOFT SIGN
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+A67A | |
| decimal | 42618 | |
| htmldecimal | ꙺ | |
| htmlhex | ꙺ | |
| css | \A67A | |
| javascript | \u{A67A} | |
| python | \ua67a | |
| java | \uA67A | |
| go | \uA67A | |
| ruby | \u{A67A} | |
| rust | \u{A67A} | |
| ccpp | \ua67a | |
| urlencoded | %EA%99%BA | |
| utf8bytes | ea 99 ba | |
| utf16bebytes | a6 7a | |
| utf32bebytes | 00 00 a6 7a |
How to Use
HTML:
ꙺ
CSS:
content: "\A67A"
JavaScript:
"\u{A67A}"
Python:
"\ua67a"
Properties
- Block
- Cyrillic Extended-B
- Script
- Cyrl
- Category
- Nonspacing Mark (Mn)
- Bidirectional
- NSM
- Combining
- 230
- Mirrored
- No