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