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