| Nombre del símbolo | Greek Capital Letter Archaic Sampi |
| Versión Unicode | 5.1 |
| Unicode | U+0372 |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo greek capital letter archaic sampi en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Greek Capital Letter Archaic Sampi en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\0372 |
| Código hexadecimal | 0x0372 |
| Código HTML | Ͳ |
| LaTeX | \text{GREEKCAPITALLETTERARCHAICSAMPI} |
| Símbolo | Ͳ |
| Codificación URL (porcentaje UTF-8) | %CD%B2 |
| Nombre oral / lector de pantalla | Greek Capital Letter Archaic Sampi |