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