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