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