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