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