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