| Symbolname | Hangul Syllable Mwigg |
| Unicode-Version | 2.0 |
| Unicode | U+BB8A |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \BB8A |
| Hexadezimalcode | 0xBB8A |
| HTML-Code | 뮊 |
| LaTeX | \hangul{BB8A} |
| Symbol | 뮊 |
| URL-Kodierung (UTF-8-Prozent) | %EB%AE%8A |
| Ansagename (Screenreader) | 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}Sie können das Symbol hangul syllable mwigg auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Hangul Syllable Mwigg in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |