| Nombre del símbolo | Coptic Small Letter Shima |
| Versión Unicode | 1.1 |
| Unicode | U+03ED |
| Bloque Unicode | |
| Categoría general | Lowercase Letter (Ll) |
| UTF-8 | CF AD |
| UTF-16 | 03ED |
| UTF-32 | 000003ED |
1\documentclass{article}2\usepackage{pifont}3\text{COPTICSMALLLETTERSHIMA}4\end{document}Puedes escribir el símbolo coptic small letter shima en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Coptic Small Letter Shima en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\03ED |
| Código hexadecimal | 0x03ED |
| Código HTML | ϭ |
| LaTeX | \text{COPTICSMALLLETTERSHIMA} |
| Símbolo | ϭ |
| Codificación URL (porcentaje UTF-8) | %CF%AD |
| Nombre oral / lector de pantalla | Coptic Small Letter Shima |