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