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