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