| Symboolnaam | Hangul Syllable Meulg |
| Unicode-versie | 2.0 |
| Unicode | U+BBC9 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \BBC9 |
| Hexadecimale code | 0xBBC9 |
| HTML-code | 믉 |
| LaTeX | \hangul{BBC9} |
| Symbool | 믉 |
| URL-codering (UTF-8 procent) | %EB%AF%89 |
| Uitgesproken naam / schermlezer | Hangul Syllable Meulg |
| UTF-8 | EB AF 89 |
| UTF-16 | BBC9 |
| UTF-32 | 0000BBC9 |
1\documentclass{article}2\usepackage{pifont}3\hangul{BBC9}4\end{document}Je kunt het hangul syllable meulg-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 48073 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable meulg", or use Unicode Hex Input with BBC9.
Ctrl + Shift + U, type bbc9, 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-meulg::before { content: "\BBC9"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>믉</span>De weergave van het Hangul Syllable Meulg-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uBBC9' or String.fromCodePoint(48073) |
| Python | '\N{HANGUL SYLLABLE MEULG}' or chr(48073) |
| Rust | '\u{BBC9}' |
| C / C++ | UTF-8 source or wchar_t with U+BBC9 |
| Go | string(rune(0xBBC9)) |
| Ruby | "\u{BBC9}" |