| Symbol Name | Hangul Syllable Mulb |
| Unicode Version | 2.0 |
| Unicode | U+BB3F |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \BB3F |
| Hex Code | 0xBB3F |
| HTML Code | 묿 |
| LaTeX | \hangul{BB3F} |
| Symbol | 묿 |
| URL encode (UTF-8 percent) | %EB%AC%BF |
| Spoken / screen reader name | Hangul Syllable Mulb |
| UTF-8 | EB AC BF |
| UTF-16 | BB3F |
| UTF-32 | 0000BB3F |
1\documentclass{article}2\usepackage{pifont}3\hangul{BB3F}4\end{document}You can type the hangul syllable mulb symbol on most modern devices with the help of following methods:
Alt + 47935 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable mulb", or use Unicode Hex Input with BB3F.
Ctrl + Shift + U, type bb3f, then Enter (layout-dependent), or use an IBus Hangul table.
Paste from this page, use text replacement, or pick from the Korean keyboard.
Paste from this page or use a keyboard with Hangul support.
1span.korean-syllable-mulb::before { content: "\BB3F"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>묿</span>Hangul Syllable Mulb symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uBB3F' or String.fromCodePoint(47935) |
| Python | '\N{HANGUL SYLLABLE MULB}' or chr(47935) |
| Rust | '\u{BB3F}' |
| C / C++ | UTF-8 source or wchar_t with U+BB3F |
| Go | string(rune(0xBB3F)) |
| Ruby | "\u{BB3F}" |