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