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