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