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