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