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