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