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