If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+B6B7, officially named HANGUL SYLLABLE DDUH, 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º |
46775
Copied!
|
|---|---|
| UTF-8 |
EB 9A B7
Copied!
|
| UTF-16 |
B6 B7
Copied!
|
| UTF-32 |
00 00 B6 B7
Copied!
|
| URL-Quoted |
%EB%9A%B7
Copied!
|
| HTML hex reference |
뚷
Copied!
|
| RFC 5137 |
\u'B6B7'
Copied!
|
| Bash and Zsh (inside echo -e) |
\uB6B7
Copied!
|
| C and C++ |
\ub6b7
Copied!
|
| C# |
\ub6b7
Copied!
|
| CSS |
\00B6B7
Copied!
|
| Excel |
=UNICHAR(46775)
Copied!
|
| Go |
\ub6b7
Copied!
|
| JavaScript |
\uB6B7
Copied!
|
| Modern JavaScript (since ES6) |
\u{b6b7}
Copied!
|
| JSON |
\uB6B7
Copied!
|
| Java |
\uB6B7
Copied!
|
| Lua |
\u{B6B7}
Copied!
|
| Matlab |
char(46775)
Copied!
|
| Perl |
\x{B6B7}
Copied!
|
| PHP |
\u{b6b7}
Copied!
|
| PostgreSQL |
U&'\B6B7'
Copied!
|
| PowerShell |
`u{B6B7}
Copied!
|
| Python |
\ub6b7
Copied!
|
| Ruby |
\u{b6b7}
Copied!
|
| Rust |
\u{b6b7}
Copied!
|