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