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