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