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