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