| Nom du symbole | Coptic Small Letter Hori |
| Version Unicode | 1.1 |
| Unicode | U+03E9 |
| Bloc Unicode | |
| Catégorie générale | Lowercase Letter (Ll) |
| Code CSS | \03E9 |
| Code hexadécimal | 0x03E9 |
| Code HTML | ϩ |
| LaTeX | \text{COPTICSMALLLETTERHORI} |
| Symbole | ϩ |
| Encodage URL (pourcent UTF-8) | %CF%A9 |
| Nom oral / lecteur d’écran | Coptic Small Letter Hori |
| UTF-8 | CF A9 |
| UTF-16 | 03E9 |
| UTF-32 | 000003E9 |
1\documentclass{article}2\usepackage{pifont}3\text{COPTICSMALLLETTERHORI}4\end{document}Vous pouvez saisir le symbole coptic small letter hori sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Coptic Small Letter Hori dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |