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