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