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