| Symboolnaam | Greater-Than Sign |
| Unicode-versie | 1.1 |
| Unicode | U+003E |
| Unicode-blok | |
| Algemene categorie | Math Symbol (Sm) |
| CSS-code | \003E |
| Hexadecimale code | 0x003E |
| HTML-code | > |
| LaTeX | > |
| Symbool | > |
| URL-codering (UTF-8 procent) | %3E |
| Uitgesproken naam / schermlezer | Greater-Than Sign |
| UTF-8 | 3E |
| UTF-16 | 003E |
| UTF-32 | 0000003E |
1\documentclass{article}2\usepackage{pifont}3>4\end{document}Je kunt het greater-than sign-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Greater-Than Sign-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '>' |
| Python | '>' |
| Rust | '>' |
| C / C++ | '>' |
| Go | '>' |
| Ruby | '>' |