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