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