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