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