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