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