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