| Nombre del símbolo | Greater-Than Sign |
| Versión Unicode | 1.1 |
| Unicode | U+003E |
| Bloque Unicode | |
| Categoría general | Math Symbol (Sm) |
| Código CSS |
| UTF-8 | 3E |
| UTF-16 | 003E |
| UTF-32 | 0000003E |
1\documentclass{article}2\usepackage{pifont}3>4\end{document}Puedes escribir el símbolo greater-than sign en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Greater-Than Sign en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '>' |
| Python | '>' |
| Rust | '>' |
| C / C++ | '>' |
| Go | '>' |
| Ruby | '>' |
\003E |
| Código hexadecimal | 0x003E |
| Código HTML | > |
| LaTeX | > |
| Símbolo | > |
| Codificación URL (porcentaje UTF-8) | %3E |
| Nombre oral / lector de pantalla | Greater-Than Sign |