| Symboolnaam | Hangul Syllable Mwebt |
| Unicode-versie | 2.0 |
| Unicode | U+BB84 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \BB84 |
| Hexadecimale code | 0xBB84 |
| HTML-code | 뮄 |
| LaTeX | \hangul{BB84} |
| Symbool | 뮄 |
| URL-codering (UTF-8 procent) | %EB%AE%84 |
| Uitgesproken naam / schermlezer | 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}Je kunt het hangul syllable mwebt-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Syllable Mwebt-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |