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