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