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