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