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