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
Encoding Table
| Format | Value | Copy |
|---|---|---|
| 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 |
How to Use
HTML:
*
CSS:
content: "\FF0A"
JavaScript:
"\u{FF0A}"
Python:
"\uff0a"
Properties
- Script
- Zyyy
- Category
- Other Punctuation (Po)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 002A