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