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