| Symboolnaam | Hangul Syllable Mwalp |
| Unicode-versie | 2.0 |
| Unicode | U+BAD2 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \BAD2 |
| Hexadecimale code | 0xBAD2 |
| HTML-code | 뫒 |
| LaTeX | \hangul{BAD2} |
| Symbool | 뫒 |
| URL-codering (UTF-8 procent) | %EB%AB%92 |
| Uitgesproken naam / schermlezer | Hangul Syllable Mwalp |
| UTF-8 | EB AB 92 |
| UTF-16 | BAD2 |
| UTF-32 | 0000BAD2 |
1\documentclass{article}2\usepackage{pifont}3\hangul{BAD2}4\end{document}Je kunt het hangul syllable mwalp-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 47826 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable mwalp", or use Unicode Hex Input with BAD2.
Ctrl + Shift + U, type bad2, 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-mwalp::before { content: "\BAD2"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>뫒</span>De weergave van het Hangul Syllable Mwalp-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uBAD2' or String.fromCodePoint(47826) |
| Python | '\N{HANGUL SYLLABLE MWALP}' or chr(47826) |
| Rust | '\u{BAD2}' |
| C / C++ | UTF-8 source or wchar_t with U+BAD2 |
| Go | string(rune(0xBAD2)) |
| Ruby | "\u{BAD2}" |