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