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