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