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' : ''">
*
FULLWIDTH ASTERISK
Kodierungstabelle
| Format | Wert | Kopieren |
|---|---|---|
| unicode | U+FF0A | |
| decimal | 65290 | |
| htmldecimal | * | |
| htmlhex | * | |
| css | \FF0A | |
| javascript | \u{FF0A} | |
| python | \uff0a | |
| java | \uFF0A | |
| go | \uFF0A | |
| ruby | \u{FF0A} | |
| rust | \u{FF0A} | |
| ccpp | \uff0a | |
| urlencoded | %EF%BC%8A | |
| utf8bytes | ef bc 8a | |
| utf16bebytes | ff 0a | |
| utf32bebytes | 00 00 ff 0a |
Verwendung
HTML:
*
CSS:
content: "\FF0A"
JavaScript:
"\u{FF0A}"
Python:
"\uff0a"
Eigenschaften
- Schriftsystem
- Zyyy
- Kategorie
- Other Punctuation (Po)
- Bidirektional
- ON
- Kombinierend
- 0
- Gespiegelt
- Nein
- Zerlegung
- <wide> 002A