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