| Symbolname | Hangul Syllable Sseoms |
| Unicode-Version | 2.0 |
| Unicode | U+C37A |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \C37A |
| Hexadezimalcode | 0xC37A |
| HTML-Code | 썺 |
| LaTeX | \hangul{C37A} |
| Symbol | 썺 |
| URL-Kodierung (UTF-8-Prozent) | %EC%8D%BA |
| Ansagename (Screenreader) | 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}Sie können das Symbol hangul syllable sseoms auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Hangul Syllable Sseoms in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |