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