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