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