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