If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+BB99, officially named HANGUL SYLLABLE MWIB, was introduced in Unicode version 2.0. It is part of the Hangul 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 a canonical composition and has wide 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º |
48025
Copied!
|
|---|---|
| UTF-8 |
EB AE 99
Copied!
|
| UTF-16 |
BB 99
Copied!
|
| UTF-32 |
00 00 BB 99
Copied!
|
| URL-Quoted |
%EB%AE%99
Copied!
|
| HTML hex reference |
뮙
Copied!
|
| RFC 5137 |
\u'BB99'
Copied!
|
| Bash and Zsh (inside echo -e) |
\uBB99
Copied!
|
| C and C++ |
\ubb99
Copied!
|
| C# |
\ubb99
Copied!
|
| CSS |
\00BB99
Copied!
|
| Excel |
=UNICHAR(48025)
Copied!
|
| Go |
\ubb99
Copied!
|
| JavaScript |
\uBB99
Copied!
|
| Modern JavaScript (since ES6) |
\u{bb99}
Copied!
|
| JSON |
\uBB99
Copied!
|
| Java |
\uBB99
Copied!
|
| Lua |
\u{BB99}
Copied!
|
| Matlab |
char(48025)
Copied!
|
| Perl |
\x{BB99}
Copied!
|
| PHP |
\u{bb99}
Copied!
|
| PostgreSQL |
U&'\BB99'
Copied!
|
| PowerShell |
`u{BB99}
Copied!
|
| Python |
\ubb99
Copied!
|
| Ruby |
\u{bb99}
Copied!
|
| Rust |
\u{bb99}
Copied!
|