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