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