| Symbol Name | Hangul Syllable Muilh |
| Unicode Version | 2.0 |
| Unicode | U+BBEB |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \BBEB |
| Hex Code | 0xBBEB |
| HTML Code | 믫 |
| LaTeX | \hangul{BBEB} |
| Symbol | 믫 |
| URL encode (UTF-8 percent) | %EB%AF%AB |
| Spoken / screen reader name | Hangul Syllable Muilh |
| UTF-8 | EB AF AB |
| UTF-16 | BBEB |
| UTF-32 | 0000BBEB |
1\documentclass{article}2\usepackage{pifont}3\hangul{BBEB}4\end{document}You can type the hangul syllable muilh symbol on most modern devices with the help of following methods:
Alt + 48107 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable muilh", or use Unicode Hex Input with BBEB.
Ctrl + Shift + U, type bbeb, 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-muilh::before { content: "\BBEB"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>믫</span>Hangul Syllable Muilh symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uBBEB' or String.fromCodePoint(48107) |
| Python | '\N{HANGUL SYLLABLE MUILH}' or chr(48107) |
| Rust | '\u{BBEB}' |
| C / C++ | UTF-8 source or wchar_t with U+BBEB |
| Go | string(rune(0xBBEB)) |
| Ruby | "\u{BBEB}" |