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