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