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