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