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