| Symbolname | Hangul Syllable Mwelp |
| Unicode-Version | 2.0 |
| Unicode | U+BB7A |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \BB7A |
| Hexadezimalcode | 0xBB7A |
| HTML-Code | 뭺 |
| LaTeX | \hangul{BB7A} |
| Symbol | 뭺 |
| URL-Kodierung (UTF-8-Prozent) | %EB%AD%BA |
| Ansagename (Screenreader) | 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}Sie können das Symbol hangul syllable mwelp auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Hangul Syllable Mwelp in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |