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