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