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