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