| Symbolname | Hangul Syllable Jyeon |
| Unicode-Version | 2.0 |
| Unicode | U+C83C |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \C83C |
| Hexadezimalcode | 0xC83C |
| HTML-Code | 젼 |
| LaTeX | \hangul{C83C} |
| Symbol | 젼 |
| URL-Kodierung (UTF-8-Prozent) | %EC%A0%BC |
| Ansagename (Screenreader) | 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}Sie können das Symbol hangul syllable jyeon auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Hangul Syllable Jyeon in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |