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