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