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