| Symbolname | Hangul Syllable Ssyumh |
| Unicode-Version | 2.0 |
| Unicode | U+C4E9 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \C4E9 |
| Hexadezimalcode | 0xC4E9 |
| HTML-Code | 쓩 |
| LaTeX | \hangul{C4E9} |
| Symbol | 쓩 |
| URL-Kodierung (UTF-8-Prozent) | %EC%93%A9 |
| Ansagename (Screenreader) | Hangul Syllable Ssyumh |
| UTF-8 | EC 93 A9 |
| UTF-16 | C4E9 |
| UTF-32 | 0000C4E9 |
1\documentclass{article}2\usepackage{pifont}3\hangul{C4E9}4\end{document}Sie können das Symbol hangul syllable ssyumh auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 50409 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable ssyumh", or use Unicode Hex Input with C4E9.
Ctrl + Shift + U, type c4e9, 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-ssyumh::before { content: "\C4E9"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>쓩</span>Die Darstellung des Symbols Hangul Syllable Ssyumh in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uC4E9' or String.fromCodePoint(50409) |
| Python | '\N{HANGUL SYLLABLE SSYUMH}' or chr(50409) |
| Rust | '\u{C4E9}' |
| C / C++ | UTF-8 source or wchar_t with U+C4E9 |
| Go | string(rune(0xC4E9)) |
| Ruby | "\u{C4E9}" |