| Symboolnaam | Hangul Syllable Mwabt |
| Unicode-versie | 2.0 |
| Unicode | U+BADC |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \BADC |
| Hexadecimale code | 0xBADC |
| HTML-code | 뫜 |
| LaTeX | \hangul{BADC} |
| Symbool | 뫜 |
| URL-codering (UTF-8 procent) | %EB%AB%9C |
| Uitgesproken naam / schermlezer | 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}Je kunt het hangul syllable mwabt-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Syllable Mwabt-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |