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