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