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