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