| Symbolname | Hangul Syllable Muilh |
| Unicode-Version | 2.0 |
| Unicode | U+BBEB |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \BBEB |
| Hexadezimalcode | 0xBBEB |
| HTML-Code | 믫 |
| LaTeX | \hangul{BBEB} |
| Symbol | 믫 |
| URL-Kodierung (UTF-8-Prozent) | %EB%AF%AB |
| Ansagename (Screenreader) | Hangul Syllable Muilh |
| UTF-8 | EB AF AB |
| UTF-16 | BBEB |
| UTF-32 | 0000BBEB |
1\documentclass{article}2\usepackage{pifont}3\hangul{BBEB}4\end{document}Sie können das Symbol hangul syllable muilh auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 48107 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable muilh", or use Unicode Hex Input with BBEB.
Ctrl + Shift + U, type bbeb, 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-muilh::before { content: "\BBEB"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>믫</span>Die Darstellung des Symbols Hangul Syllable Muilh in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uBBEB' or String.fromCodePoint(48107) |
| Python | '\N{HANGUL SYLLABLE MUILH}' or chr(48107) |
| Rust | '\u{BBEB}' |
| C / C++ | UTF-8 source or wchar_t with U+BBEB |
| Go | string(rune(0xBBEB)) |
| Ruby | "\u{BBEB}" |