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