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