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