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