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' : ''">
⩲
PLUS SIGN ABOVE EQUALS SIGN
Kodierungstabelle
| Format | Wert | Kopieren |
|---|---|---|
| unicode | U+2A72 | |
| decimal | 10866 | |
| htmldecimal | ⩲ | |
| htmlhex | ⩲ | |
| css | \2A72 | |
| javascript | \u{2A72} | |
| python | \u2a72 | |
| java | \u2A72 | |
| go | \u2A72 | |
| ruby | \u{2A72} | |
| rust | \u{2A72} | |
| ccpp | \u2a72 | |
| urlencoded | %E2%A9%B2 | |
| utf8bytes | e2 a9 b2 | |
| utf16bebytes | 2a 72 | |
| utf32bebytes | 00 00 2a 72 |
Verwendung
HTML:
⩲
CSS:
content: "\2A72"
JavaScript:
"\u{2A72}"
Python:
"\u2a72"
Eigenschaften
- Schriftsystem
- Zyyy
- Kategorie
- Math Symbol (Sm)
- Bidirektional
- ON
- Kombinierend
- 0
- Gespiegelt
- Nein