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