| Symboolnaam | Hangul Syllable Syu |
| Unicode-versie | 2.0 |
| Unicode | U+C288 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \C288 |
| Hexadecimale code | 0xC288 |
| HTML-code | 슈 |
| LaTeX | \hangul{C288} |
| Symbool | 슈 |
| URL-codering (UTF-8 procent) | %EC%8A%88 |
| Uitgesproken naam / schermlezer | Hangul Syllable Syu |
| UTF-8 | EC 8A 88 |
| UTF-16 | C288 |
| UTF-32 | 0000C288 |
1\documentclass{article}2\usepackage{pifont}3\hangul{C288}4\end{document}Je kunt het hangul syllable syu-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 49800 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable syu", or use Unicode Hex Input with C288.
Ctrl + Shift + U, type c288, 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-syu::before { content: "\C288"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>슈</span>De weergave van het Hangul Syllable Syu-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uC288' or String.fromCodePoint(49800) |
| Python | '\N{HANGUL SYLLABLE SYU}' or chr(49800) |
| Rust | '\u{C288}' |
| C / C++ | UTF-8 source or wchar_t with U+C288 |
| Go | string(rune(0xC288)) |
| Ruby | "\u{C288}" |