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