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