| Nombre del símbolo | Hangul Syllable Chyels |
| Versión Unicode | 2.0 |
| Unicode | U+CCF8 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \CCF8 |
| Código hexadecimal | 0xCCF8 |
| Código HTML | 쳸 |
| LaTeX | \hangul{CCF8} |
| Símbolo | 쳸 |
| Codificación URL (porcentaje UTF-8) | %EC%B3%B8 |
| Nombre oral / lector de pantalla | Hangul Syllable Chyels |
| UTF-8 | EC B3 B8 |
| UTF-16 | CCF8 |
| UTF-32 | 0000CCF8 |
1\documentclass{article}2\usepackage{pifont}3\hangul{CCF8}4\end{document}Puedes escribir el símbolo hangul syllable chyels en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 52472 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable chyels", or use Unicode Hex Input with CCF8.
Ctrl + Shift + U, type ccf8, 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-chyels::before { content: "\CCF8"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>쳸</span>La representación del símbolo Hangul Syllable Chyels en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uCCF8' or String.fromCodePoint(52472) |
| Python | '\N{HANGUL SYLLABLE CHYELS}' or chr(52472) |
| Rust | '\u{CCF8}' |
| C / C++ | UTF-8 source or wchar_t with U+CCF8 |
| Go | string(rune(0xCCF8)) |
| Ruby | "\u{CCF8}" |