| Nombre del símbolo | Hangul Syllable Men |
| Versión Unicode | 2.0 |
| Unicode | U+BA58 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \BA58 |
| Código hexadecimal | 0xBA58 |
| Código HTML | 멘 |
| LaTeX | \hangul{BA58} |
| Símbolo | 멘 |
| Codificación URL (porcentaje UTF-8) | %EB%A9%98 |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo hangul syllable men en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Hangul Syllable Men en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |