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