If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+FFE0, officially named FULLWIDTH CENT 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 Currency 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 Unknown 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º |
65504
Copied!
|
|---|---|
| UTF-8 |
EF BF A0
Copied!
|
| UTF-16 |
FF E0
Copied!
|
| UTF-32 |
00 00 FF E0
Copied!
|
| URL-Quoted |
%EF%BF%A0
Copied!
|
| HTML hex reference |
¢
Copied!
|
| RFC 5137 |
\u'FFE0'
Copied!
|
| Bash and Zsh (inside echo -e) |
\uFFE0
Copied!
|
| C and C++ |
\uffe0
Copied!
|
| C# |
\uffe0
Copied!
|
| CSS |
\00FFE0
Copied!
|
| Excel |
=UNICHAR(65504)
Copied!
|
| Go |
\uffe0
Copied!
|
| JavaScript |
\uFFE0
Copied!
|
| Modern JavaScript (since ES6) |
\u{ffe0}
Copied!
|
| JSON |
\uFFE0
Copied!
|
| Java |
\uFFE0
Copied!
|
| Lua |
\u{FFE0}
Copied!
|
| Matlab |
char(65504)
Copied!
|
| Perl |
\x{FFE0}
Copied!
|
| PHP |
\u{ffe0}
Copied!
|
| PostgreSQL |
U&'\FFE0'
Copied!
|
| PowerShell |
`u{FFE0}
Copied!
|
| Python |
\uffe0
Copied!
|
| Ruby |
\u{ffe0}
Copied!
|
| Rust |
\u{ffe0}
Copied!
|