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