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