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