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