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 TRIPLE UNDERDOT
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+20E8 | |
| decimal | 8424 | |
| htmldecimal | ⃨ | |
| htmlhex | ⃨ | |
| css | \20E8 | |
| javascript | \u{20E8} | |
| python | \u20e8 | |
| java | \u20E8 | |
| go | \u20E8 | |
| ruby | \u{20E8} | |
| rust | \u{20E8} | |
| ccpp | \u20e8 | |
| urlencoded | %E2%83%A8 | |
| utf8bytes | e2 83 a8 | |
| utf16bebytes | 20 e8 | |
| utf32bebytes | 00 00 20 e8 |
How to Use
HTML:
⃨
CSS:
content: "\20E8"
JavaScript:
"\u{20E8}"
Python:
"\u20e8"
Properties
- Script
- Zinh
- Category
- Nonspacing Mark (Mn)
- Bidirectional
- NSM
- Combining
- 220
- Mirrored
- No