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