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