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