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