| Symboolnaam | Hangul Syllable Mwaelt |
| Unicode-versie | 2.0 |
| Unicode | U+BAED |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \BAED |
| Hexadecimale code | 0xBAED |
| HTML-code | 뫭 |
| LaTeX | \hangul{BAED} |
| Symbool | 뫭 |
| URL-codering (UTF-8 procent) | %EB%AB%AD |
| Uitgesproken naam / schermlezer | Hangul Syllable Mwaelt |
| UTF-8 | EB AB AD |
| UTF-16 | BAED |
| UTF-32 | 0000BAED |
1\documentclass{article}2\usepackage{pifont}3\hangul{BAED}4\end{document}Je kunt het hangul syllable mwaelt-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 47853 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable mwaelt", or use Unicode Hex Input with BAED.
Ctrl + Shift + U, type baed, 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-mwaelt::before { content: "\BAED"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>뫭</span>De weergave van het Hangul Syllable Mwaelt-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uBAED' or String.fromCodePoint(47853) |
| Python | '\N{HANGUL SYLLABLE MWAELT}' or chr(47853) |
| Rust | '\u{BAED}' |
| C / C++ | UTF-8 source or wchar_t with U+BAED |
| Go | string(rune(0xBAED)) |
| Ruby | "\u{BAED}" |