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