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
Overview
* (FULLWIDTH ASTERISK) is the Unicode character at code point U+FF0A. It belongs to the Halfwidth and Fullwidth Forms block, in the Other Punctuation (Po) general category. Its script is Zyyy.
On this page
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
Frequently Asked Questions
What is the * character (FULLWIDTH ASTERISK)?
* (FULLWIDTH ASTERISK) is the Unicode character U+FF0A.
What is the Unicode codepoint of FULLWIDTH ASTERISK?
The FULLWIDTH ASTERISK character (*) has codepoint U+FF0A.
How do I type or copy FULLWIDTH ASTERISK?
Copy * directly, or use the HTML entity, UTF-8, and code encodings shown on this page.