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' : ''">
⩫
TILDE OPERATOR WITH RISING DOTS
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2A6B | |
| decimal | 10859 | |
| htmldecimal | ⩫ | |
| htmlhex | ⩫ | |
| css | \2A6B | |
| javascript | \u{2A6B} | |
| python | \u2a6b | |
| java | \u2A6B | |
| go | \u2A6B | |
| ruby | \u{2A6B} | |
| rust | \u{2A6B} | |
| ccpp | \u2a6b | |
| urlencoded | %E2%A9%AB | |
| utf8bytes | e2 a9 ab | |
| utf16bebytes | 2a 6b | |
| utf32bebytes | 00 00 2a 6b |
How to Use
HTML:
⩫
CSS:
content: "\2A6B"
JavaScript:
"\u{2A6B}"
Python:
"\u2a6b"
Properties
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- Yes