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