| Symboolnaam | Hangul Syllable Chyal |
| Unicode-versie | 2.0 |
| Unicode | U+CC68 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \CC68 |
| Hexadecimale code | 0xCC68 |
| HTML-code | 챨 |
| LaTeX | \hangul{CC68} |
| Symbool | 챨 |
| URL-codering (UTF-8 procent) | %EC%B1%A8 |
| Uitgesproken naam / schermlezer | 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}Je kunt het hangul syllable chyal-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Syllable Chyal-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |