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