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