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