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