| Symboolnaam | Hangul Syllable Chan |
| Unicode-versie | 2.0 |
| Unicode | U+CC2C |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \CC2C |
| Hexadecimale code | 0xCC2C |
| HTML-code | 찬 |
| LaTeX | \hangul{CC2C} |
| Symbool | 찬 |
| URL-codering (UTF-8 procent) | %EC%B0%AC |
| Uitgesproken naam / schermlezer | Hangul Syllable Chan |
| UTF-8 | EC B0 AC |
| UTF-16 | CC2C |
| UTF-32 | 0000CC2C |
1\documentclass{article}2\usepackage{pifont}3\hangul{CC2C}4\end{document}Je kunt het hangul syllable chan-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 52268 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable chan", or use Unicode Hex Input with CC2C.
Ctrl + Shift + U, type cc2c, 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-chan::before { content: "\CC2C"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>찬</span>De weergave van het Hangul Syllable Chan-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uCC2C' or String.fromCodePoint(52268) |
| Python | '\N{HANGUL SYLLABLE CHAN}' or chr(52268) |
| Rust | '\u{CC2C}' |
| C / C++ | UTF-8 source or wchar_t with U+CC2C |
| Go | string(rune(0xCC2C)) |
| Ruby | "\u{CC2C}" |