| Nome del simbolo | Hangul Syllable Mwimp |
| Versione Unicode | 2.0 |
| Unicode | U+BB9C |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \BB9C |
| Codice esadecimale | 0xBB9C |
| Codice HTML | 뮜 |
| LaTeX | \hangul{BB9C} |
| Simbolo | 뮜 |
| Codifica URL (percentuale UTF-8) | %EB%AE%9C |
| Nome parlato / screen reader | Hangul Syllable Mwimp |
| UTF-8 | EB AE 9C |
| UTF-16 | BB9C |
| UTF-32 | 0000BB9C |
1\documentclass{article}2\usepackage{pifont}3\hangul{BB9C}4\end{document}Puoi digitare il simbolo hangul syllable mwimp sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 48028 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable mwimp", or use Unicode Hex Input with BB9C.
Ctrl + Shift + U, type bb9c, 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-mwimp::before { content: "\BB9C"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>뮜</span>La rappresentazione del simbolo Hangul Syllable Mwimp nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uBB9C' or String.fromCodePoint(48028) |
| Python | '\N{HANGUL SYLLABLE MWIMP}' or chr(48028) |
| Rust | '\u{BB9C}' |
| C / C++ | UTF-8 source or wchar_t with U+BB9C |
| Go | string(rune(0xBB9C)) |
| Ruby | "\u{BB9C}" |