| Symbolname | Coptic Capital Letter Fei |
| Unicode-Version | 1.1 |
| Unicode | U+03E4 |
| Unicode-Block | |
| Allgemeine Kategorie | Uppercase Letter (Lu) |
| CSS-Code |
| UTF-8 | CF A4 |
| UTF-16 | 03E4 |
| UTF-32 | 000003E4 |
1\documentclass{article}2\usepackage{pifont}3\text{COPTICCAPITALLETTERFEI}4\end{document}Sie können das Symbol coptic capital letter fei auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 996 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "coptic capital letter fei", or use Unicode Hex Input with 03E4.
Ctrl + Shift + U, type 03e4, 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-fei::before { content: "\03E4"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>Ϥ</span>Die Darstellung des Symbols Coptic Capital Letter Fei in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u03E4' or String.fromCodePoint(996) |
| Python | '\N{COPTIC CAPITAL LETTER FEI}' or chr(996) |
| Rust | '\u{03E4}' |
| C / C++ | UTF-8 source or wchar_t with U+03E4 |
| Go | string(rune(0x03E4)) |
| Ruby | "\u{03E4}" |
\03E4 |
| Hexadezimalcode | 0x03E4 |
| HTML-Code | Ϥ |
| LaTeX | \text{COPTICCAPITALLETTERFEI} |
| Symbol | Ϥ |
| URL-Kodierung (UTF-8-Prozent) | %CF%A4 |
| Ansagename (Screenreader) | Coptic Capital Letter Fei |