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