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