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