| Symbolname | Coptic Small Letter Shima |
| Unicode-Version | 1.1 |
| Unicode | U+03ED |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol coptic small letter shima auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Coptic Small Letter Shima in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0x03ED |
| HTML-Code | ϭ |
| LaTeX | \text{COPTICSMALLLETTERSHIMA} |
| Symbol | ϭ |
| URL-Kodierung (UTF-8-Prozent) | %CF%AD |
| Ansagename (Screenreader) | Coptic Small Letter Shima |