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