| Symboolnaam | Hangul Syllable Muilh |
| Unicode-versie | 2.0 |
| Unicode | U+BBEB |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \BBEB |
| Hexadecimale code | 0xBBEB |
| HTML-code | 믫 |
| LaTeX | \hangul{BBEB} |
| Symbool | 믫 |
| URL-codering (UTF-8 procent) | %EB%AF%AB |
| Uitgesproken naam / schermlezer | 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}Je kunt het hangul syllable muilh-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Syllable Muilh-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |