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