If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+FFCC, officially named HALFWIDTH HANGUL LETTER O, 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 Letter, this character typically falls under the Hangul script. In terms of text layout and rendering, the glyph is Unknown and has halfwidth 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º |
65484
Copied!
|
|---|---|
| UTF-8 |
EF BF 8C
Copied!
|
| UTF-16 |
FF CC
Copied!
|
| UTF-32 |
00 00 FF CC
Copied!
|
| URL-Quoted |
%EF%BF%8C
Copied!
|
| HTML hex reference |
ᅩ
Copied!
|
| RFC 5137 |
\u'FFCC'
Copied!
|
| Bash and Zsh (inside echo -e) |
\uFFCC
Copied!
|
| C and C++ |
\uffcc
Copied!
|
| C# |
\uffcc
Copied!
|
| CSS |
\00FFCC
Copied!
|
| Excel |
=UNICHAR(65484)
Copied!
|
| Go |
\uffcc
Copied!
|
| JavaScript |
\uFFCC
Copied!
|
| Modern JavaScript (since ES6) |
\u{ffcc}
Copied!
|
| JSON |
\uFFCC
Copied!
|
| Java |
\uFFCC
Copied!
|
| Lua |
\u{FFCC}
Copied!
|
| Matlab |
char(65484)
Copied!
|
| Perl |
\x{FFCC}
Copied!
|
| PHP |
\u{ffcc}
Copied!
|
| PostgreSQL |
U&'\FFCC'
Copied!
|
| PowerShell |
`u{FFCC}
Copied!
|
| Python |
\uffcc
Copied!
|
| Ruby |
\u{ffcc}
Copied!
|
| Rust |
\u{ffcc}
Copied!
|