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