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