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