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