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