If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+FF0A, officially named FULLWIDTH ASTERISK, was introduced in Unicode version 1.1. It is part of the Half And Full Forms block, which belongs to the Basic Multilingual plane.
Categorized technically as a Other Punctuation, this character typically falls under the Common script. In terms of text layout and rendering, the glyph is Unknown and has fullwidth in East Asian typography. When placed in bidirectional text, it behaves as an Other Neutral character. Its visual representation remains not mirrored regardless of the reading direction.
Click any row to instantly copy the encoding value to your clipboard.
| Nº |
65290
Copied!
|
|---|---|
| UTF-8 |
EF BC 8A
Copied!
|
| UTF-16 |
FF 0A
Copied!
|
| UTF-32 |
00 00 FF 0A
Copied!
|
| URL-Quoted |
%EF%BC%8A
Copied!
|
| HTML hex reference |
*
Copied!
|
| RFC 5137 |
\u'FF0A'
Copied!
|
| Bash and Zsh (inside echo -e) |
\uFF0A
Copied!
|
| C and C++ |
\uff0a
Copied!
|
| C# |
\uff0a
Copied!
|
| CSS |
\00FF0A
Copied!
|
| Excel |
=UNICHAR(65290)
Copied!
|
| Go |
\uff0a
Copied!
|
| JavaScript |
\uFF0A
Copied!
|
| Modern JavaScript (since ES6) |
\u{ff0a}
Copied!
|
| JSON |
\uFF0A
Copied!
|
| Java |
\uFF0A
Copied!
|
| Lua |
\u{FF0A}
Copied!
|
| Matlab |
char(65290)
Copied!
|
| Perl |
\x{FF0A}
Copied!
|
| PHP |
\u{ff0a}
Copied!
|
| PostgreSQL |
U&'\FF0A'
Copied!
|
| PowerShell |
`u{FF0A}
Copied!
|
| Python |
\uff0a
Copied!
|
| Ruby |
\u{ff0a}
Copied!
|
| Rust |
\u{ff0a}
Copied!
|