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