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