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