| Nom du symbole | Hangul Syllable Syugg |
| Version Unicode | 2.0 |
| Unicode | U+C28A |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \C28A |
| Code hexadécimal | 0xC28A |
| Code HTML | 슊 |
| LaTeX | \hangul{C28A} |
| Symbole | 슊 |
| Encodage URL (pourcent UTF-8) | %EC%8A%8A |
| Nom oral / lecteur d’écran | Hangul Syllable Syugg |
| UTF-8 | EC 8A 8A |
| UTF-16 | C28A |
| UTF-32 | 0000C28A |
1\documentclass{article}2\usepackage{pifont}3\hangul{C28A}4\end{document}Vous pouvez saisir le symbole hangul syllable syugg sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 49802 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable syugg", or use Unicode Hex Input with C28A.
Ctrl + Shift + U, type c28a, 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-syugg::before { content: "\C28A"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>슊</span>La représentation du symbole Hangul Syllable Syugg dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uC28A' or String.fromCodePoint(49802) |
| Python | '\N{HANGUL SYLLABLE SYUGG}' or chr(49802) |
| Rust | '\u{C28A}' |
| C / C++ | UTF-8 source or wchar_t with U+C28A |
| Go | string(rune(0xC28A)) |
| Ruby | "\u{C28A}" |