| Symbol Name | Coptic Capital Letter Khei |
| Unicode Version | 1.1 |
| Unicode | U+03E6 |
| Unicode block | |
| General category | Uppercase Letter (Lu) |
| CSS Code |
| UTF-8 | CF A6 |
| UTF-16 | 03E6 |
| UTF-32 | 000003E6 |
1\documentclass{article}2\usepackage{pifont}3\text{COPTICCAPITALLETTERKHEI}4\end{document}You can type the coptic capital letter khei symbol on most modern devices with the help of following methods:
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 symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
\03E6 |
| Hex Code | 0x03E6 |
| HTML Code | Ϧ |
| LaTeX | \text{COPTICCAPITALLETTERKHEI} |
| Symbol | Ϧ |
| URL encode (UTF-8 percent) | %CF%A6 |
| Spoken / screen reader name | Coptic Capital Letter Khei |