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