| Nome del simbolo | Greater-Than Sign |
| Versione Unicode | 1.1 |
| Unicode | U+003E |
| Blocco Unicode | |
| Categoria generale | Math Symbol (Sm) |
| Codice CSS |
| UTF-8 | 3E |
| UTF-16 | 003E |
| UTF-32 | 0000003E |
1\documentclass{article}2\usepackage{pifont}3>4\end{document}Puoi digitare il simbolo greater-than sign sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Shift + period on standard US keyboards, or Alt + 62 on the numeric keypad.
Shift + period on standard keyboard layouts.
Shift + period on many layouts, or layout-specific symbol input.
Use the symbols keyboard and tap >.
Use the numeric/symbol keyboard and tap >.
1span.gt::before { content: "\003E"; }1<span>></span>La rappresentazione del simbolo Greater-Than Sign nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '>' |
| Python | '>' |
| Rust | '>' |
| C / C++ | '>' |
| Go | '>' |
| Ruby | '>' |
\003E |
| Codice esadecimale | 0x003E |
| Codice HTML | > |
| LaTeX | > |
| Simbolo | > |
| Codifica URL (percentuale UTF-8) | %3E |
| Nome parlato / screen reader | Greater-Than Sign |