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