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