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