| Nom du symbole | Hangul Syllable Moms |
| Version Unicode | 2.0 |
| Unicode | U+BABA |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \BABA |
| Code hexadécimal | 0xBABA |
| Code HTML | 몺 |
| LaTeX | \hangul{BABA} |
| Symbole | 몺 |
| Encodage URL (pourcent UTF-8) | %EB%AA%BA |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole hangul syllable moms sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Hangul Syllable Moms dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |