| Nome del simbolo | Hangul Syllable Jjigg |
| Versione Unicode | 2.0 |
| Unicode | U+CC0E |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \CC0E |
| Codice esadecimale | 0xCC0E |
| Codice HTML | 찎 |
| LaTeX | \hangul{CC0E} |
| Simbolo | 찎 |
| Codifica URL (percentuale UTF-8) | %EC%B0%8E |
| Nome parlato / screen reader | Hangul Syllable Jjigg |
| UTF-8 | EC B0 8E |
| UTF-16 | CC0E |
| UTF-32 | 0000CC0E |
1\documentclass{article}2\usepackage{pifont}3\hangul{CC0E}4\end{document}Puoi digitare il simbolo hangul syllable jjigg sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 52238 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable jjigg", or use Unicode Hex Input with CC0E.
Ctrl + Shift + U, type cc0e, 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-jjigg::before { content: "\CC0E"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>찎</span>La rappresentazione del simbolo Hangul Syllable Jjigg nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uCC0E' or String.fromCodePoint(52238) |
| Python | '\N{HANGUL SYLLABLE JJIGG}' or chr(52238) |
| Rust | '\u{CC0E}' |
| C / C++ | UTF-8 source or wchar_t with U+CC0E |
| Go | string(rune(0xCC0E)) |
| Ruby | "\u{CC0E}" |