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