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