| Nom du symbole | Coptic Capital Letter Dei |
| Version Unicode | 1.1 |
| Unicode | U+03EE |
| Bloc Unicode | |
| Catégorie générale | Uppercase Letter (Lu) |
| Code CSS | \03EE |
| Code hexadécimal | 0x03EE |
| Code HTML | Ϯ |
| LaTeX | \text{COPTICCAPITALLETTERDEI} |
| Symbole | Ϯ |
| Encodage URL (pourcent UTF-8) | %CF%AE |
| Nom oral / lecteur d’écran | Coptic Capital Letter Dei |
| UTF-8 | CF AE |
| UTF-16 | 03EE |
| UTF-32 | 000003EE |
1\documentclass{article}2\usepackage{pifont}3\text{COPTICCAPITALLETTERDEI}4\end{document}Vous pouvez saisir le symbole coptic capital letter dei sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 1006 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "coptic capital letter dei", or use Unicode Hex Input with 03EE.
Ctrl + Shift + U, type 03ee, 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-dei::before { content: "\03EE"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>Ϯ</span>La représentation du symbole Coptic Capital Letter Dei dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u03EE' or String.fromCodePoint(1006) |
| Python | '\N{COPTIC CAPITAL LETTER DEI}' or chr(1006) |
| Rust | '\u{03EE}' |
| C / C++ | UTF-8 source or wchar_t with U+03EE |
| Go | string(rune(0x03EE)) |
| Ruby | "\u{03EE}" |