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