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