| Symbol Name | Hangul Syllable Meulh |
| Unicode Version | 2.0 |
| Unicode | U+BBCF |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \BBCF |
| Hex Code | 0xBBCF |
| HTML Code | 믏 |
| LaTeX | \hangul{BBCF} |
| Symbol | 믏 |
| URL encode (UTF-8 percent) | %EB%AF%8F |
| Spoken / screen reader name | 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}You can type the hangul syllable meulh symbol on most modern devices with the help of following methods:
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>Hangul Syllable Meulh symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |