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