| Symbol Name | Greater-Than Sign |
| Unicode Version | 1.1 |
| Unicode | U+003E |
| Unicode block | |
| General category | Math Symbol (Sm) |
| CSS Code | \003E |
| Hex Code | 0x003E |
| HTML Code | > |
| LaTeX | > |
| Symbol | > |
| URL encode (UTF-8 percent) | %3E |
| Spoken / screen reader name | Greater-Than Sign |
| UTF-8 | 3E |
| UTF-16 | 003E |
| UTF-32 | 0000003E |
1\documentclass{article}2\usepackage{pifont}3>4\end{document}You can type the greater-than sign symbol on most modern devices with the help of following methods:
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>Greater-Than Sign symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '>' |
| Python | '>' |
| Rust | '>' |
| C / C++ | '>' |
| Go | '>' |
| Ruby | '>' |