If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+FF11, officially named FULLWIDTH DIGIT ONE, 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 Decimal Number, 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 European Number 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º |
65297
Copied!
|
|---|---|
| UTF-8 |
EF BC 91
Copied!
|
| UTF-16 |
FF 11
Copied!
|
| UTF-32 |
00 00 FF 11
Copied!
|
| URL-Quoted |
%EF%BC%91
Copied!
|
| HTML hex reference |
1
Copied!
|
| RFC 5137 |
\u'FF11'
Copied!
|
| Bash and Zsh (inside echo -e) |
\uFF11
Copied!
|
| C and C++ |
\uff11
Copied!
|
| C# |
\uff11
Copied!
|
| CSS |
\00FF11
Copied!
|
| Excel |
=UNICHAR(65297)
Copied!
|
| Go |
\uff11
Copied!
|
| JavaScript |
\uFF11
Copied!
|
| Modern JavaScript (since ES6) |
\u{ff11}
Copied!
|
| JSON |
\uFF11
Copied!
|
| Java |
\uFF11
Copied!
|
| Lua |
\u{FF11}
Copied!
|
| Matlab |
char(65297)
Copied!
|
| Perl |
\x{FF11}
Copied!
|
| PHP |
\u{ff11}
Copied!
|
| PostgreSQL |
U&'\FF11'
Copied!
|
| PowerShell |
`u{FF11}
Copied!
|
| Python |
\uff11
Copied!
|
| Ruby |
\u{ff11}
Copied!
|
| Rust |
\u{ff11}
Copied!
|