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