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