If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+FF32, officially named FULLWIDTH LATIN CAPITAL LETTER R, 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 Uppercase Letter, this character typically falls under the Latin 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 Left-To-Right 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º |
65330
Copied!
|
|---|---|
| UTF-8 |
EF BC B2
Copied!
|
| UTF-16 |
FF 32
Copied!
|
| UTF-32 |
00 00 FF 32
Copied!
|
| URL-Quoted |
%EF%BC%B2
Copied!
|
| HTML hex reference |
R
Copied!
|
| RFC 5137 |
\u'FF32'
Copied!
|
| Bash and Zsh (inside echo -e) |
\uFF32
Copied!
|
| C and C++ |
\uff32
Copied!
|
| C# |
\uff32
Copied!
|
| CSS |
\00FF32
Copied!
|
| Excel |
=UNICHAR(65330)
Copied!
|
| Go |
\uff32
Copied!
|
| JavaScript |
\uFF32
Copied!
|
| Modern JavaScript (since ES6) |
\u{ff32}
Copied!
|
| JSON |
\uFF32
Copied!
|
| Java |
\uFF32
Copied!
|
| Lua |
\u{FF32}
Copied!
|
| Matlab |
char(65330)
Copied!
|
| Perl |
\x{FF32}
Copied!
|
| PHP |
\u{ff32}
Copied!
|
| PostgreSQL |
U&'\FF32'
Copied!
|
| PowerShell |
`u{FF32}
Copied!
|
| Python |
\uff32
Copied!
|
| Ruby |
\u{ff32}
Copied!
|
| Rust |
\u{ff32}
Copied!
|