| Nome del simbolo | Hangul Syllable Chwels |
| Versione Unicode | 2.0 |
| Unicode | U+CDD8 |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \CDD8 |
| Codice esadecimale | 0xCDD8 |
| Codice HTML | 췘 |
| LaTeX | \hangul{CDD8} |
| Simbolo | 췘 |
| Codifica URL (percentuale UTF-8) | %EC%B7%98 |
| Nome parlato / screen reader | Hangul Syllable Chwels |
| UTF-8 | EC B7 98 |
| UTF-16 | CDD8 |
| UTF-32 | 0000CDD8 |
1\documentclass{article}2\usepackage{pifont}3\hangul{CDD8}4\end{document}Puoi digitare il simbolo hangul syllable chwels sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 52696 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable chwels", or use Unicode Hex Input with CDD8.
Ctrl + Shift + U, type cdd8, 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-chwels::before { content: "\CDD8"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>췘</span>La rappresentazione del simbolo Hangul Syllable Chwels nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uCDD8' or String.fromCodePoint(52696) |
| Python | '\N{HANGUL SYLLABLE CHWELS}' or chr(52696) |
| Rust | '\u{CDD8}' |
| C / C++ | UTF-8 source or wchar_t with U+CDD8 |
| Go | string(rune(0xCDD8)) |
| Ruby | "\u{CDD8}" |