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