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