| 記号名 | Coptic Small Letter Shima |
| Unicodeバージョン | 1.1 |
| Unicode | U+03ED |
| Unicodeブロック | |
| 一般カテゴリ | Lowercase Letter (Ll) |
| CSSコード | \03ED |
| 16進コード | 0x03ED |
| HTMLコード | ϭ |
| LaTeX | \text{COPTICSMALLLETTERSHIMA} |
| 記号 | ϭ |
| URLエンコード(UTF-8パーセント) | %CF%AD |
| 読み上げ名 / スクリーンリーダー | Coptic Small Letter Shima |
| UTF-8 | CF AD |
| UTF-16 | 03ED |
| UTF-32 | 000003ED |
1\documentclass{article}2\usepackage{pifont}3\text{COPTICSMALLLETTERSHIMA}4\end{document}以下の方法でほとんどの最新デバイスでcoptic small letter shima記号を入力できます:
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記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| 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}" |