| Nome del simbolo | Hangul Syllable Mwaelp |
| Versione Unicode | 2.0 |
| Unicode | U+BAEE |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \BAEE |
| Codice esadecimale | 0xBAEE |
| Codice HTML | 뫮 |
| LaTeX | \hangul{BAEE} |
| Simbolo | 뫮 |
| Codifica URL (percentuale UTF-8) | %EB%AB%AE |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo hangul syllable mwaelp sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Hangul Syllable Mwaelp nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |