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