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