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