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