| Symbol Name | Hangul Syllable Molb |
| Unicode Version | 2.0 |
| Unicode | U+BAB3 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \BAB3 |
| Hex Code | 0xBAB3 |
| HTML Code | 몳 |
| LaTeX | \hangul{BAB3} |
| Symbol | 몳 |
| URL encode (UTF-8 percent) | %EB%AA%B3 |
| Spoken / screen reader name | Hangul Syllable Molb |
| UTF-8 | EB AA B3 |
| UTF-16 | BAB3 |
| UTF-32 | 0000BAB3 |
1\documentclass{article}2\usepackage{pifont}3\hangul{BAB3}4\end{document}You can type the hangul syllable molb symbol on most modern devices with the help of following methods:
Alt + 47795 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable molb", or use Unicode Hex Input with BAB3.
Ctrl + Shift + U, type bab3, 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-molb::before { content: "\BAB3"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>몳</span>Hangul Syllable Molb symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uBAB3' or String.fromCodePoint(47795) |
| Python | '\N{HANGUL SYLLABLE MOLB}' or chr(47795) |
| Rust | '\u{BAB3}' |
| C / C++ | UTF-8 source or wchar_t with U+BAB3 |
| Go | string(rune(0xBAB3)) |
| Ruby | "\u{BAB3}" |