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