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