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