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