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