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