| Nombre del símbolo | Hangul Syllable Meulm |
| Versión Unicode | 2.0 |
| Unicode | U+BBCA |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \BBCA |
| Código hexadecimal | 0xBBCA |
| Código HTML | 믊 |
| LaTeX | \hangul{BBCA} |
| Símbolo | 믊 |
| Codificación URL (porcentaje UTF-8) | %EB%AF%8A |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo hangul syllable meulm en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Hangul Syllable Meulm en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |