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