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