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