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' : ''">
Ⴅ
Kodierungstabelle
| Format | Wert | Kopieren |
|---|---|---|
| unicode | U+10A5 | |
| decimal | 4261 | |
| htmldecimal | Ⴅ | |
| htmlhex | Ⴅ | |
| css | \10A5 | |
| javascript | \u{10A5} | |
| python | \u10a5 | |
| java | \u10A5 | |
| go | \u10A5 | |
| ruby | \u{10A5} | |
| rust | \u{10A5} | |
| ccpp | \u10a5 | |
| urlencoded | %E1%82%A5 | |
| utf8bytes | e1 82 a5 | |
| utf16bebytes | 10 a5 | |
| utf32bebytes | 00 00 10 a5 |
Verwendung
HTML:
Ⴅ
CSS:
content: "\10A5"
JavaScript:
"\u{10A5}"
Python:
"\u10a5"