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