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