| Nom du symbole | Hangul Syllable Mol |
| Version Unicode | 2.0 |
| Unicode | U+BAB0 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \BAB0 |
| Code hexadécimal | 0xBAB0 |
| Code HTML | 몰 |
| LaTeX | \hangul{BAB0} |
| Symbole | 몰 |
| Encodage URL (pourcent UTF-8) | %EB%AA%B0 |
| Nom oral / lecteur d’écran | Hangul Syllable Mol |
| UTF-8 | EB AA B0 |
| UTF-16 | BAB0 |
| UTF-32 | 0000BAB0 |
1\documentclass{article}2\usepackage{pifont}3\hangul{BAB0}4\end{document}Vous pouvez saisir le symbole hangul syllable mol sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 47792 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable mol", or use Unicode Hex Input with BAB0.
Ctrl + Shift + U, type bab0, 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-mol::before { content: "\BAB0"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>몰</span>La représentation du symbole Hangul Syllable Mol dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uBAB0' or String.fromCodePoint(47792) |
| Python | '\N{HANGUL SYLLABLE MOL}' or chr(47792) |
| Rust | '\u{BAB0}' |
| C / C++ | UTF-8 source or wchar_t with U+BAB0 |
| Go | string(rune(0xBAB0)) |
| Ruby | "\u{BAB0}" |