| Nome del simbolo | Coptic Small Letter Shima |
| Versione Unicode | 1.1 |
| Unicode | U+03ED |
| Blocco Unicode | |
| Categoria generale | Lowercase Letter (Ll) |
| Codice CSS | \03ED |
| Codice esadecimale | 0x03ED |
| Codice HTML | ϭ |
| LaTeX | \text{COPTICSMALLLETTERSHIMA} |
| Simbolo | ϭ |
| Codifica URL (percentuale UTF-8) | %CF%AD |
| Nome parlato / screen reader | Coptic Small Letter Shima |
| UTF-8 | CF AD |
| UTF-16 | 03ED |
| UTF-32 | 000003ED |
1\documentclass{article}2\usepackage{pifont}3\text{COPTICSMALLLETTERSHIMA}4\end{document}Puoi digitare il simbolo coptic small letter shima sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 1005 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "coptic small letter shima", or use Unicode Hex Input with 03ED.
Ctrl + Shift + U, type 03ed, 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-shima::before { content: "\03ED"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>ϭ</span>La rappresentazione del simbolo Coptic Small Letter Shima nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u03ED' or String.fromCodePoint(1005) |
| Python | '\N{COPTIC SMALL LETTER SHIMA}' or chr(1005) |
| Rust | '\u{03ED}' |
| C / C++ | UTF-8 source or wchar_t with U+03ED |
| Go | string(rune(0x03ED)) |
| Ruby | "\u{03ED}" |