| 記号名 | Hangul Syllable Chyass |
| Unicodeバージョン | 2.0 |
| Unicode | U+CC7A |
| Unicodeブロック | |
| 一般カテゴリ | Other Letter (Lo) |
| CSSコード | \CC7A |
| 16進コード | 0xCC7A |
| HTMLコード | 챺 |
| LaTeX | \hangul{CC7A} |
| 記号 | 챺 |
| URLエンコード(UTF-8パーセント) | %EC%B1%BA |
| 読み上げ名 / スクリーンリーダー | 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}以下の方法でほとんどの最新デバイスでhangul syllable chyass記号を入力できます:
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>各プログラミング言語におけるHangul Syllable Chyass記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| 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}" |