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