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' : ''">
⩷
EQUALS SIGN WITH TWO DOTS ABOVE AND TWO DOTS BELOW
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2A77 | |
| decimal | 10871 | |
| htmldecimal | ⩷ | |
| htmlhex | ⩷ | |
| css | \2A77 | |
| javascript | \u{2A77} | |
| python | \u2a77 | |
| java | \u2A77 | |
| go | \u2A77 | |
| ruby | \u{2A77} | |
| rust | \u{2A77} | |
| ccpp | \u2a77 | |
| urlencoded | %E2%A9%B7 | |
| utf8bytes | e2 a9 b7 | |
| utf16bebytes | 2a 77 | |
| utf32bebytes | 00 00 2a 77 |
How to Use
HTML:
⩷
CSS:
content: "\2A77"
JavaScript:
"\u{2A77}"
Python:
"\u2a77"
Properties
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No