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