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