If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+204E, officially named LOW ASTERISK, was introduced in Unicode version 3.2. It is part of the Punctuation 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 not a composition and has no designated width 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º |
8270
Copied!
|
|---|---|
| UTF-8 |
E2 81 8E
Copied!
|
| UTF-16 |
20 4E
Copied!
|
| UTF-32 |
00 00 20 4E
Copied!
|
| URL-Quoted |
%E2%81%8E
Copied!
|
| HTML hex reference |
⁎
Copied!
|
| RFC 5137 |
\u'204E'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u204E
Copied!
|
| C and C++ |
\u204e
Copied!
|
| C# |
\u204e
Copied!
|
| CSS |
\00204E
Copied!
|
| Excel |
=UNICHAR(8270)
Copied!
|
| Go |
\u204e
Copied!
|
| JavaScript |
\u204E
Copied!
|
| Modern JavaScript (since ES6) |
\u{204e}
Copied!
|
| JSON |
\u204E
Copied!
|
| Java |
\u204E
Copied!
|
| Lua |
\u{204E}
Copied!
|
| Matlab |
char(8270)
Copied!
|
| Perl |
\x{204E}
Copied!
|
| PHP |
\u{204e}
Copied!
|
| PostgreSQL |
U&'\204E'
Copied!
|
| PowerShell |
`u{204E}
Copied!
|
| Python |
\u204e
Copied!
|
| Ruby |
\u{204e}
Copied!
|
| Rust |
\u{204e}
Copied!
|