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