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