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