| Symbolname | Hangul Syllable Moms |
| Unicode-Version | 2.0 |
| Unicode | U+BABA |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \BABA |
| Hexadezimalcode | 0xBABA |
| HTML-Code | 몺 |
| LaTeX | \hangul{BABA} |
| Symbol | 몺 |
| URL-Kodierung (UTF-8-Prozent) | %EB%AA%BA |
| Ansagename (Screenreader) | 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}Sie können das Symbol hangul syllable moms auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Hangul Syllable Moms in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |