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