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