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