| Symbolname | Hangul Syllable Jyeod |
| Unicode-Version | 2.0 |
| Unicode | U+C83F |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \C83F |
| Hexadezimalcode | 0xC83F |
| HTML-Code | 젿 |
| LaTeX | \hangul{C83F} |
| Symbol | 젿 |
| URL-Kodierung (UTF-8-Prozent) | %EC%A0%BF |
| Ansagename (Screenreader) | Hangul Syllable Jyeod |
| UTF-8 | EC A0 BF |
| UTF-16 | C83F |
| UTF-32 | 0000C83F |
1\documentclass{article}2\usepackage{pifont}3\hangul{C83F}4\end{document}Sie können das Symbol hangul syllable jyeod auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 51263 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable jyeod", or use Unicode Hex Input with C83F.
Ctrl + Shift + U, type c83f, 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-jyeod::before { content: "\C83F"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>젿</span>Die Darstellung des Symbols Hangul Syllable Jyeod in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uC83F' or String.fromCodePoint(51263) |
| Python | '\N{HANGUL SYLLABLE JYEOD}' or chr(51263) |
| Rust | '\u{C83F}' |
| C / C++ | UTF-8 source or wchar_t with U+C83F |
| Go | string(rune(0xC83F)) |
| Ruby | "\u{C83F}" |