| Symbol Name | Hangul Syllable Suilt |
| Unicode Version | 2.0 |
| Unicode | U+C2CD |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \C2CD |
| Hex Code | 0xC2CD |
| HTML Code | 싍 |
| LaTeX | \hangul{C2CD} |
| Symbol | 싍 |
| URL encode (UTF-8 percent) | %EC%8B%8D |
| Spoken / screen reader name | Hangul Syllable Suilt |
| UTF-8 | EC 8B 8D |
| UTF-16 | C2CD |
| UTF-32 | 0000C2CD |
1\documentclass{article}2\usepackage{pifont}3\hangul{C2CD}4\end{document}You can type the hangul syllable suilt symbol on most modern devices with the help of following methods:
Alt + 49869 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable suilt", or use Unicode Hex Input with C2CD.
Ctrl + Shift + U, type c2cd, 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-suilt::before { content: "\C2CD"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>싍</span>Hangul Syllable Suilt symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uC2CD' or String.fromCodePoint(49869) |
| Python | '\N{HANGUL SYLLABLE SUILT}' or chr(49869) |
| Rust | '\u{C2CD}' |
| C / C++ | UTF-8 source or wchar_t with U+C2CD |
| Go | string(rune(0xC2CD)) |
| Ruby | "\u{C2CD}" |