| Symbol Name | Coptic Capital Letter Shima |
| Unicode Version | 1.1 |
| Unicode | U+03EC |
| Unicode block | |
| General category | Uppercase Letter (Lu) |
| CSS Code |
| UTF-8 | CF AC |
| UTF-16 | 03EC |
| UTF-32 | 000003EC |
1\documentclass{article}2\usepackage{pifont}3\text{COPTICCAPITALLETTERSHIMA}4\end{document}You can type the coptic capital letter shima symbol on most modern devices with the help of following methods:
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>Coptic Capital Letter Shima symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
\03EC |
| Hex Code | 0x03EC |
| HTML Code | Ϭ |
| LaTeX | \text{COPTICCAPITALLETTERSHIMA} |
| Symbol | Ϭ |
| URL encode (UTF-8 percent) | %CF%AC |
| Spoken / screen reader name | Coptic Capital Letter Shima |