| Symbolname | Hangul Syllable Mui |
| Unicode-Version | 2.0 |
| Unicode | U+BBDC |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \BBDC |
| Hexadezimalcode | 0xBBDC |
| HTML-Code | 믜 |
| LaTeX | \hangul{BBDC} |
| Symbol | 믜 |
| URL-Kodierung (UTF-8-Prozent) | %EB%AF%9C |
| Ansagename (Screenreader) | 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}Sie können das Symbol hangul syllable mui auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Hangul Syllable Mui in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |