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