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