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