| Symbol Name | Hangul Syllable Syu |
| Unicode Version | 2.0 |
| Unicode | U+C288 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \C288 |
| Hex Code | 0xC288 |
| HTML Code | 슈 |
| LaTeX | \hangul{C288} |
| Symbol | 슈 |
| URL encode (UTF-8 percent) | %EC%8A%88 |
| Spoken / screen reader name | 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}You can type the hangul syllable syu symbol on most modern devices with the help of following methods:
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>Hangul Syllable Syu symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |