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