| Symboolnaam | Coptic Capital Letter Dei |
| Unicode-versie | 1.1 |
| Unicode | U+03EE |
| Unicode-blok | |
| Algemene categorie | Uppercase Letter (Lu) |
| CSS-code |
| UTF-8 | CF AE |
| UTF-16 | 03EE |
| UTF-32 | 000003EE |
1\documentclass{article}2\usepackage{pifont}3\text{COPTICCAPITALLETTERDEI}4\end{document}Je kunt het coptic capital letter dei-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Coptic Capital Letter Dei-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |
\03EE |
| Hexadecimale code | 0x03EE |
| HTML-code | Ϯ |
| LaTeX | \text{COPTICCAPITALLETTERDEI} |
| Symbool | Ϯ |
| URL-codering (UTF-8 procent) | %CF%AE |
| Uitgesproken naam / schermlezer | Coptic Capital Letter Dei |