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