| 記号名 | Coptic Capital Letter Khei |
| Unicodeバージョン | 1.1 |
| Unicode | U+03E6 |
| Unicodeブロック | |
| 一般カテゴリ | Uppercase Letter (Lu) |
| CSSコード | \03E6 |
| 16進コード | 0x03E6 |
| HTMLコード | Ϧ |
| LaTeX | \text{COPTICCAPITALLETTERKHEI} |
| 記号 | Ϧ |
| URLエンコード(UTF-8パーセント) | %CF%A6 |
| 読み上げ名 / スクリーンリーダー | Coptic Capital Letter Khei |
| UTF-8 | CF A6 |
| UTF-16 | 03E6 |
| UTF-32 | 000003E6 |
1\documentclass{article}2\usepackage{pifont}3\text{COPTICCAPITALLETTERKHEI}4\end{document}以下の方法でほとんどの最新デバイスでcoptic capital letter khei記号を入力できます:
Alt + 998 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "coptic capital letter khei", or use Unicode Hex Input with 03E6.
Ctrl + Shift + U, type 03e6, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Greek keyboard.
Paste from this page or use a keyboard with Greek letter support.
1span.coptic-capital-letter-khei::before { content: "\03E6"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>Ϧ</span>各プログラミング言語におけるCoptic Capital Letter Khei記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u03E6' or String.fromCodePoint(998) |
| Python | '\N{COPTIC CAPITAL LETTER KHEI}' or chr(998) |
| Rust | '\u{03E6}' |
| C / C++ | UTF-8 source or wchar_t with U+03E6 |
| Go | string(rune(0x03E6)) |
| Ruby | "\u{03E6}" |