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