If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+FFE2, officially named FULLWIDTH NOT SIGN, 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 Math Symbol, 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º |
65506
Copied!
|
|---|---|
| UTF-8 |
EF BF A2
Copied!
|
| UTF-16 |
FF E2
Copied!
|
| UTF-32 |
00 00 FF E2
Copied!
|
| URL-Quoted |
%EF%BF%A2
Copied!
|
| HTML hex reference |
¬
Copied!
|
| RFC 5137 |
\u'FFE2'
Copied!
|
| Bash and Zsh (inside echo -e) |
\uFFE2
Copied!
|
| C and C++ |
\uffe2
Copied!
|
| C# |
\uffe2
Copied!
|
| CSS |
\00FFE2
Copied!
|
| Excel |
=UNICHAR(65506)
Copied!
|
| Go |
\uffe2
Copied!
|
| JavaScript |
\uFFE2
Copied!
|
| Modern JavaScript (since ES6) |
\u{ffe2}
Copied!
|
| JSON |
\uFFE2
Copied!
|
| Java |
\uFFE2
Copied!
|
| Lua |
\u{FFE2}
Copied!
|
| Matlab |
char(65506)
Copied!
|
| Perl |
\x{FFE2}
Copied!
|
| PHP |
\u{ffe2}
Copied!
|
| PostgreSQL |
U&'\FFE2'
Copied!
|
| PowerShell |
`u{FFE2}
Copied!
|
| Python |
\uffe2
Copied!
|
| Ruby |
\u{ffe2}
Copied!
|
| Rust |
\u{ffe2}
Copied!
|