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