| 記号名 | Coptic Capital Letter Gangia |
| Unicodeバージョン | 1.1 |
| Unicode | U+03EA |
| Unicodeブロック | |
| 一般カテゴリ | Uppercase Letter (Lu) |
| CSSコード | \03EA |
| 16進コード | 0x03EA |
| HTMLコード | Ϫ |
| LaTeX | \text{COPTICCAPITALLETTERGANGIA} |
| 記号 | Ϫ |
| URLエンコード(UTF-8パーセント) | %CF%AA |
| 読み上げ名 / スクリーンリーダー | Coptic Capital Letter Gangia |
| UTF-8 | CF AA |
| UTF-16 | 03EA |
| UTF-32 | 000003EA |
1\documentclass{article}2\usepackage{pifont}3\text{COPTICCAPITALLETTERGANGIA}4\end{document}以下の方法でほとんどの最新デバイスでcoptic capital letter gangia記号を入力できます:
Alt + 1002 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "coptic capital letter gangia", or use Unicode Hex Input with 03EA.
Ctrl + Shift + U, type 03ea, 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-gangia::before { content: "\03EA"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>Ϫ</span>各プログラミング言語におけるCoptic Capital Letter Gangia記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u03EA' or String.fromCodePoint(1002) |
| Python | '\N{COPTIC CAPITAL LETTER GANGIA}' or chr(1002) |
| Rust | '\u{03EA}' |
| C / C++ | UTF-8 source or wchar_t with U+03EA |
| Go | string(rune(0x03EA)) |
| Ruby | "\u{03EA}" |