| Nombre del símbolo | Hangul Syllable Chyal |
| Versión Unicode | 2.0 |
| Unicode | U+CC68 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \CC68 |
| Código hexadecimal | 0xCC68 |
| Código HTML | 챨 |
| LaTeX | \hangul{CC68} |
| Símbolo | 챨 |
| Codificación URL (porcentaje UTF-8) | %EC%B1%A8 |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo hangul syllable chyal en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Hangul Syllable Chyal en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |