| Nombre del símbolo | Hangul Syllable Muim |
| Versión Unicode | 2.0 |
| Unicode | U+BBEC |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \BBEC |
| Código hexadecimal | 0xBBEC |
| Código HTML | 믬 |
| LaTeX | \hangul{BBEC} |
| Símbolo | 믬 |
| Codificación URL (porcentaje UTF-8) | %EB%AF%AC |
| Nombre oral / lector de pantalla | Hangul Syllable Muim |
| UTF-8 | EB AF AC |
| UTF-16 | BBEC |
| UTF-32 | 0000BBEC |
1\documentclass{article}2\usepackage{pifont}3\hangul{BBEC}4\end{document}Puedes escribir el símbolo hangul syllable muim en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 48108 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable muim", or use Unicode Hex Input with BBEC.
Ctrl + Shift + U, type bbec, 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-muim::before { content: "\BBEC"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>믬</span>La representación del símbolo Hangul Syllable Muim en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uBBEC' or String.fromCodePoint(48108) |
| Python | '\N{HANGUL SYLLABLE MUIM}' or chr(48108) |
| Rust | '\u{BBEC}' |
| C / C++ | UTF-8 source or wchar_t with U+BBEC |
| Go | string(rune(0xBBEC)) |
| Ruby | "\u{BBEC}" |