| Symbol Name | Hangul Syllable Moms |
| Unicode Version | 2.0 |
| Unicode | U+BABA |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \BABA |
| Hex Code | 0xBABA |
| HTML Code | 몺 |
| LaTeX | \hangul{BABA} |
| Symbol | 몺 |
| URL encode (UTF-8 percent) | %EB%AA%BA |
| Spoken / screen reader name | 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}You can type the hangul syllable moms symbol on most modern devices with the help of following methods:
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>Hangul Syllable Moms symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |