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' : ''">
⩵
TWO CONSECUTIVE EQUALS SIGNS
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2A75 | |
| decimal | 10869 | |
| htmldecimal | ⩵ | |
| htmlhex | ⩵ | |
| css | \2A75 | |
| javascript | \u{2A75} | |
| python | \u2a75 | |
| java | \u2A75 | |
| go | \u2A75 | |
| ruby | \u{2A75} | |
| rust | \u{2A75} | |
| ccpp | \u2a75 | |
| urlencoded | %E2%A9%B5 | |
| utf8bytes | e2 a9 b5 | |
| utf16bebytes | 2a 75 | |
| utf32bebytes | 00 00 2a 75 |
How to Use
HTML:
⩵
CSS:
content: "\2A75"
JavaScript:
"\u{2A75}"
Python:
"\u2a75"
Properties
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
- Decomposition
- <compat> 003D 003D