Greater-than Sign Symbol
The greater-than sign (>) is a punctuation symbol used to show that one value is larger than another.
U+003E
The greater-than sign (>) is widely recognized as the symbol for “greater than.” It’s a simple punctuation mark that also appears in code, comparisons, and UI text. On this page you can copy it and find reliable ways to reference it.
Greater-than Sign Symbol Meaning
The greater-than sign (>) is most commonly used to indicate comparison: a value on the left is larger than a value on the right (e.g., 5 > 3). In programming and search contexts, it can also appear in operators, filtering, or quoting patterns depending on the language. As a visual punctuation mark, it can suggest direction or “pointing to” when used in text like prompts or tooltips. For web development, the symbol corresponds to Unicode U+003E and the HTML entity >.
Common uses
- •Comparing numbers in plain text (e.g., 10 > 7)
- •Writing conditional logic or filter expressions in code
- •Indicating direction in UI labels and instructions (e.g., “choose > confirm”)
- •Denoting range or threshold in documentation (e.g., “age > 18”)
- •Using it as a quote/prompt character in chat or terminal-style text
Examples
> Greater-Than Sign
- >Score: 12 > 10 (pass)
- >Age requirement: age > 18
- >Select an option: A > B
- >Filter: results where price > 50
- >Next step: continue > submit
Variations
Ready to copy
Technical codes
| Unicode | U+003E | |
| HTML Entity | > | |
| HTML Code | > | |
| CSS | \003E |
FAQ
What does the Greater-than Sign symbol mean?
The greater-than sign (>) is most commonly used to indicate comparison: a value on the left is larger than a value on the right (e.g., 5 > 3). In programming and search contexts, it can also appear in operators, filtering, or quoting patterns depending on the language. As a visual punctuation mark, it can suggest direction or “pointing to” when used in text like prompts or tooltips. For web development, the symbol corresponds to Unicode U+003E and the HTML entity >.
What is the Unicode for the greater-than sign?
It is Unicode U+003E.
How do I write it in HTML?
Use the HTML entity: >
How do I escape it in CSS?
Use: \\003E
Is it the same symbol used in programming comparisons?
Yes. In many languages, > is the “greater than” comparison operator, though the surrounding syntax depends on the language.