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