| Symbol Name | Hangul Syllable Meulm |
| Unicode Version | 2.0 |
| Unicode | U+BBCA |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \BBCA |
| Hex Code | 0xBBCA |
| HTML Code | 믊 |
| LaTeX | \hangul{BBCA} |
| Symbol | 믊 |
| URL encode (UTF-8 percent) | %EB%AF%8A |
| Spoken / screen reader name | Hangul Syllable Meulm |
| UTF-8 | EB AF 8A |
| UTF-16 | BBCA |
| UTF-32 | 0000BBCA |
1\documentclass{article}2\usepackage{pifont}3\hangul{BBCA}4\end{document}You can type the hangul syllable meulm symbol on most modern devices with the help of following methods:
Alt + 48074 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable meulm", or use Unicode Hex Input with BBCA.
Ctrl + Shift + U, type bbca, 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-meulm::before { content: "\BBCA"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>믊</span>Hangul Syllable Meulm symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uBBCA' or String.fromCodePoint(48074) |
| Python | '\N{HANGUL SYLLABLE MEULM}' or chr(48074) |
| Rust | '\u{BBCA}' |
| C / C++ | UTF-8 source or wchar_t with U+BBCA |
| Go | string(rune(0xBBCA)) |
| Ruby | "\u{BBCA}" |