| Symbol Name | Hangul Syllable Chagg |
| Unicode Version | 2.0 |
| Unicode | U+CC2A |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \CC2A |
| Hex Code | 0xCC2A |
| HTML Code | 찪 |
| LaTeX | \hangul{CC2A} |
| Symbol | 찪 |
| URL encode (UTF-8 percent) | %EC%B0%AA |
| Spoken / screen reader name | Hangul Syllable Chagg |
| UTF-8 | EC B0 AA |
| UTF-16 | CC2A |
| UTF-32 | 0000CC2A |
1\documentclass{article}2\usepackage{pifont}3\hangul{CC2A}4\end{document}You can type the hangul syllable chagg symbol on most modern devices with the help of following methods:
Alt + 52266 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable chagg", or use Unicode Hex Input with CC2A.
Ctrl + Shift + U, type cc2a, 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-chagg::before { content: "\CC2A"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>찪</span>Hangul Syllable Chagg symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uCC2A' or String.fromCodePoint(52266) |
| Python | '\N{HANGUL SYLLABLE CHAGG}' or chr(52266) |
| Rust | '\u{CC2A}' |
| C / C++ | UTF-8 source or wchar_t with U+CC2A |
| Go | string(rune(0xCC2A)) |
| Ruby | "\u{CC2A}" |