| Symboolnaam | Hangul Syllable Chyass |
| Unicode-versie | 2.0 |
| Unicode | U+CC7A |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \CC7A |
| Hexadecimale code | 0xCC7A |
| HTML-code | 챺 |
| LaTeX | \hangul{CC7A} |
| Symbool | 챺 |
| URL-codering (UTF-8 procent) | %EC%B1%BA |
| Uitgesproken naam / schermlezer | Hangul Syllable Chyass |
| UTF-8 | EC B1 BA |
| UTF-16 | CC7A |
| UTF-32 | 0000CC7A |
1\documentclass{article}2\usepackage{pifont}3\hangul{CC7A}4\end{document}Je kunt het hangul syllable chyass-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 52346 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable chyass", or use Unicode Hex Input with CC7A.
Ctrl + Shift + U, type cc7a, 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-chyass::before { content: "\CC7A"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>챺</span>De weergave van het Hangul Syllable Chyass-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uCC7A' or String.fromCodePoint(52346) |
| Python | '\N{HANGUL SYLLABLE CHYASS}' or chr(52346) |
| Rust | '\u{CC7A}' |
| C / C++ | UTF-8 source or wchar_t with U+CC7A |
| Go | string(rune(0xCC7A)) |
| Ruby | "\u{CC7A}" |