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