| Symbol Name | Hangul Syllable Ssad |
| Unicode Version | 2.0 |
| Unicode | U+C2FF |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \C2FF |
| Hex Code | 0xC2FF |
| HTML Code | 싿 |
| LaTeX | \hangul{C2FF} |
| Symbol | 싿 |
| URL encode (UTF-8 percent) | %EC%8B%BF |
| Spoken / screen reader name | 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}You can type the hangul syllable ssad symbol on most modern devices with the help of following methods:
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>Hangul Syllable Ssad symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |