| Symbolname | Hangul Syllable Mwibt |
| Unicode-Version | 2.0 |
| Unicode | U+BBA0 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \BBA0 |
| Hexadezimalcode | 0xBBA0 |
| HTML-Code | 뮠 |
| LaTeX | \hangul{BBA0} |
| Symbol | 뮠 |
| URL-Kodierung (UTF-8-Prozent) | %EB%AE%A0 |
| Ansagename (Screenreader) | Hangul Syllable Mwibt |
| UTF-8 | EB AE A0 |
| UTF-16 | BBA0 |
| UTF-32 | 0000BBA0 |
1\documentclass{article}2\usepackage{pifont}3\hangul{BBA0}4\end{document}Sie können das Symbol hangul syllable mwibt auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 48032 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable mwibt", or use Unicode Hex Input with BBA0.
Ctrl + Shift + U, type bba0, 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-mwibt::before { content: "\BBA0"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>뮠</span>Die Darstellung des Symbols Hangul Syllable Mwibt in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uBBA0' or String.fromCodePoint(48032) |
| Python | '\N{HANGUL SYLLABLE MWIBT}' or chr(48032) |
| Rust | '\u{BBA0}' |
| C / C++ | UTF-8 source or wchar_t with U+BBA0 |
| Go | string(rune(0xBBA0)) |
| Ruby | "\u{BBA0}" |