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