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