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