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