| Nombre del símbolo | Coptic Capital Letter Khei |
| Versión Unicode | 1.1 |
| Unicode | U+03E6 |
| Bloque Unicode | |
| Categoría general | Uppercase Letter (Lu) |
| UTF-8 | CF A6 |
| UTF-16 | 03E6 |
| UTF-32 | 000003E6 |
1\documentclass{article}2\usepackage{pifont}3\text{COPTICCAPITALLETTERKHEI}4\end{document}Puedes escribir el símbolo coptic capital letter khei en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Coptic Capital Letter Khei en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\03E6 |
| Código hexadecimal | 0x03E6 |
| Código HTML | Ϧ |
| LaTeX | \text{COPTICCAPITALLETTERKHEI} |
| Símbolo | Ϧ |
| Codificación URL (porcentaje UTF-8) | %CF%A6 |
| Nombre oral / lector de pantalla | Coptic Capital Letter Khei |