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