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