| Nome del simbolo | Hangul Syllable Jjilm |
| Versione Unicode | 2.0 |
| Unicode | U+CC16 |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \CC16 |
| Codice esadecimale | 0xCC16 |
| Codice HTML | 찖 |
| LaTeX | \hangul{CC16} |
| Simbolo | 찖 |
| Codifica URL (percentuale UTF-8) | %EC%B0%96 |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo hangul syllable jjilm sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Hangul Syllable Jjilm nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |