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