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