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