| Nome del simbolo | Coptic Small Letter Khei |
| Versione Unicode | 1.1 |
| Unicode | U+03E7 |
| Blocco Unicode | |
| Categoria generale | Lowercase Letter (Ll) |
| Codice CSS | \03E7 |
| Codice esadecimale | 0x03E7 |
| Codice HTML | ϧ |
| LaTeX | \text{COPTICSMALLLETTERKHEI} |
| Simbolo | ϧ |
| Codifica URL (percentuale UTF-8) | %CF%A7 |
| Nome parlato / screen reader | Coptic Small Letter Khei |
| UTF-8 | CF A7 |
| UTF-16 | 03E7 |
| UTF-32 | 000003E7 |
1\documentclass{article}2\usepackage{pifont}3\text{COPTICSMALLLETTERKHEI}4\end{document}Puoi digitare il simbolo coptic small letter khei sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 999 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "coptic small letter khei", or use Unicode Hex Input with 03E7.
Ctrl + Shift + U, type 03e7, 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-small-letter-khei::before { content: "\03E7"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>ϧ</span>La rappresentazione del simbolo Coptic Small Letter Khei nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u03E7' or String.fromCodePoint(999) |
| Python | '\N{COPTIC SMALL LETTER KHEI}' or chr(999) |
| Rust | '\u{03E7}' |
| C / C++ | UTF-8 source or wchar_t with U+03E7 |
| Go | string(rune(0x03E7)) |
| Ruby | "\u{03E7}" |