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