If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+FFAB, officially named HALFWIDTH HANGUL LETTER RIEUL-MIEUM, was introduced in Unicode version 1.1. It is part of the Half And Full Forms block, which belongs to the Basic Multilingual plane. Previously, it was also referred to as HALFWIDTH HANGUL LETTER LIEUL MIEUM.
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º |
65451
Copied!
|
|---|---|
| UTF-8 |
EF BE AB
Copied!
|
| UTF-16 |
FF AB
Copied!
|
| UTF-32 |
00 00 FF AB
Copied!
|
| URL-Quoted |
%EF%BE%AB
Copied!
|
| HTML hex reference |
ᆱ
Copied!
|
| RFC 5137 |
\u'FFAB'
Copied!
|
| Bash and Zsh (inside echo -e) |
\uFFAB
Copied!
|
| C and C++ |
\uffab
Copied!
|
| C# |
\uffab
Copied!
|
| CSS |
\00FFAB
Copied!
|
| Excel |
=UNICHAR(65451)
Copied!
|
| Go |
\uffab
Copied!
|
| JavaScript |
\uFFAB
Copied!
|
| Modern JavaScript (since ES6) |
\u{ffab}
Copied!
|
| JSON |
\uFFAB
Copied!
|
| Java |
\uFFAB
Copied!
|
| Lua |
\u{FFAB}
Copied!
|
| Matlab |
char(65451)
Copied!
|
| Perl |
\x{FFAB}
Copied!
|
| PHP |
\u{ffab}
Copied!
|
| PostgreSQL |
U&'\FFAB'
Copied!
|
| PowerShell |
`u{FFAB}
Copied!
|
| Python |
\uffab
Copied!
|
| Ruby |
\u{ffab}
Copied!
|
| Rust |
\u{ffab}
Copied!
|