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