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