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