| Nom du symbole | Greater-Than Sign |
| Version Unicode | 1.1 |
| Unicode | U+003E |
| Bloc Unicode | |
| Catégorie générale | Math Symbol (Sm) |
| Code CSS | \003E |
| Code hexadécimal | 0x003E |
| Code HTML | > |
| LaTeX | > |
| Symbole | > |
| Encodage URL (pourcent UTF-8) | %3E |
| Nom oral / lecteur d’écran | Greater-Than Sign |
| UTF-8 | 3E |
| UTF-16 | 003E |
| UTF-32 | 0000003E |
1\documentclass{article}2\usepackage{pifont}3>4\end{document}Vous pouvez saisir le symbole greater-than sign sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Greater-Than Sign dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '>' |
| Python | '>' |
| Rust | '>' |
| C / C++ | '>' |
| Go | '>' |
| Ruby | '>' |