| Symboolnaam | Hangul Syllable Mumb |
| Unicode-versie | 2.0 |
| Unicode | U+BB45 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \BB45 |
| Hexadecimale code | 0xBB45 |
| HTML-code | 뭅 |
| LaTeX | \hangul{BB45} |
| Symbool | 뭅 |
| URL-codering (UTF-8 procent) | %EB%AD%85 |
| Uitgesproken naam / schermlezer | Hangul Syllable Mumb |
| UTF-8 | EB AD 85 |
| UTF-16 | BB45 |
| UTF-32 | 0000BB45 |
1\documentclass{article}2\usepackage{pifont}3\hangul{BB45}4\end{document}Je kunt het hangul syllable mumb-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 47941 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable mumb", or use Unicode Hex Input with BB45.
Ctrl + Shift + U, type bb45, 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-mumb::before { content: "\BB45"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>뭅</span>De weergave van het Hangul Syllable Mumb-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uBB45' or String.fromCodePoint(47941) |
| Python | '\N{HANGUL SYLLABLE MUMB}' or chr(47941) |
| Rust | '\u{BB45}' |
| C / C++ | UTF-8 source or wchar_t with U+BB45 |
| Go | string(rune(0xBB45)) |
| Ruby | "\u{BB45}" |