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