| Nome del simbolo | Greek Capital Letter Archaic Sampi |
| Versione Unicode | 5.1 |
| Unicode | U+0372 |
| Blocco Unicode | |
| Categoria generale | Uppercase Letter (Lu) |
| UTF-8 | CD B2 |
| UTF-16 | 0372 |
| UTF-32 | 00000372 |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKCAPITALLETTERARCHAICSAMPI}4\end{document}Puoi digitare il simbolo greek capital letter archaic sampi sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Greek Capital Letter Archaic Sampi nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\0372 |
| Codice esadecimale | 0x0372 |
| Codice HTML | Ͳ |
| LaTeX | \text{GREEKCAPITALLETTERARCHAICSAMPI} |
| Simbolo | Ͳ |
| Codifica URL (percentuale UTF-8) | %CD%B2 |
| Nome parlato / screen reader | Greek Capital Letter Archaic Sampi |