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