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