| Symbolname | Hangul Syllable Sul |
| Unicode-Version | 2.0 |
| Unicode | U+C220 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \C220 |
| Hexadezimalcode | 0xC220 |
| HTML-Code | 술 |
| LaTeX | \hangul{C220} |
| Symbol | 술 |
| URL-Kodierung (UTF-8-Prozent) | %EC%88%A0 |
| Ansagename (Screenreader) | 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}Sie können das Symbol hangul syllable sul auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Hangul Syllable Sul in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |