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