| Symboolnaam | Hangul Syllable Mol |
| Unicode-versie | 2.0 |
| Unicode | U+BAB0 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \BAB0 |
| Hexadecimale code | 0xBAB0 |
| HTML-code | 몰 |
| LaTeX | \hangul{BAB0} |
| Symbool | 몰 |
| URL-codering (UTF-8 procent) | %EB%AA%B0 |
| Uitgesproken naam / schermlezer | 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}Je kunt het hangul syllable mol-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Syllable Mol-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |