| Symboolnaam | Coptic Small Letter Shei |
| Unicode-versie | 1.1 |
| Unicode | U+03E3 |
| Unicode-blok | |
| Algemene categorie | Lowercase Letter (Ll) |
| CSS-code | \03E3 |
| Hexadecimale code | 0x03E3 |
| HTML-code | ϣ |
| LaTeX | \text{COPTICSMALLLETTERSHEI} |
| Symbool | ϣ |
| URL-codering (UTF-8 procent) | %CF%A3 |
| Uitgesproken naam / schermlezer | Coptic Small Letter Shei |
| UTF-8 | CF A3 |
| UTF-16 | 03E3 |
| UTF-32 | 000003E3 |
1\documentclass{article}2\usepackage{pifont}3\text{COPTICSMALLLETTERSHEI}4\end{document}Je kunt het coptic small letter shei-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 995 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "coptic small letter shei", or use Unicode Hex Input with 03E3.
Ctrl + Shift + U, type 03e3, 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-shei::before { content: "\03E3"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>ϣ</span>De weergave van het Coptic Small Letter Shei-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u03E3' or String.fromCodePoint(995) |
| Python | '\N{COPTIC SMALL LETTER SHEI}' or chr(995) |
| Rust | '\u{03E3}' |
| C / C++ | UTF-8 source or wchar_t with U+03E3 |
| Go | string(rune(0x03E3)) |
| Ruby | "\u{03E3}" |