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