| Symbol Name | Hangul Syllable Mes |
| Unicode Version | 2.0 |
| Unicode | U+BA6D |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \BA6D |
| Hex Code | 0xBA6D |
| HTML Code | 멭 |
| LaTeX | \hangul{BA6D} |
| Symbol | 멭 |
| URL encode (UTF-8 percent) | %EB%A9%AD |
| Spoken / screen reader name | Hangul Syllable Mes |
| UTF-8 | EB A9 AD |
| UTF-16 | BA6D |
| UTF-32 | 0000BA6D |
1\documentclass{article}2\usepackage{pifont}3\hangul{BA6D}4\end{document}You can type the hangul syllable mes symbol on most modern devices with the help of following methods:
Alt + 47725 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable mes", or use Unicode Hex Input with BA6D.
Ctrl + Shift + U, type ba6d, 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-mes::before { content: "\BA6D"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>멭</span>Hangul Syllable Mes symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uBA6D' or String.fromCodePoint(47725) |
| Python | '\N{HANGUL SYLLABLE MES}' or chr(47725) |
| Rust | '\u{BA6D}' |
| C / C++ | UTF-8 source or wchar_t with U+BA6D |
| Go | string(rune(0xBA6D)) |
| Ruby | "\u{BA6D}" |