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