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