| Nombre del símbolo | Hangul Syllable Meos |
| Versión Unicode | 2.0 |
| Unicode | U+BA51 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \BA51 |
| Código hexadecimal | 0xBA51 |
| Código HTML | 멑 |
| LaTeX | \hangul{BA51} |
| Símbolo | 멑 |
| Codificación URL (porcentaje UTF-8) | %EB%A9%91 |
| Nombre oral / lector de pantalla | Hangul Syllable Meos |
| UTF-8 | EB A9 91 |
| UTF-16 | BA51 |
| UTF-32 | 0000BA51 |
1\documentclass{article}2\usepackage{pifont}3\hangul{BA51}4\end{document}Puedes escribir el símbolo hangul syllable meos en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 47697 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable meos", or use Unicode Hex Input with BA51.
Ctrl + Shift + U, type ba51, 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-meos::before { content: "\BA51"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>멑</span>La representación del símbolo Hangul Syllable Meos en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uBA51' or String.fromCodePoint(47697) |
| Python | '\N{HANGUL SYLLABLE MEOS}' or chr(47697) |
| Rust | '\u{BA51}' |
| C / C++ | UTF-8 source or wchar_t with U+BA51 |
| Go | string(rune(0xBA51)) |
| Ruby | "\u{BA51}" |