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