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