“>” U+003E: Greater-Than Sign

> Greater-Than Sign

U+003E
>

ℹ️ About

The Greater-Than Sign (U+003E) is an essential ASCII character within the Basic Latin block. It serves a dual role: as a mathematical relational operator and as a closing delimiter for tags in HTML, XML, and other markup languages. Added in Unicode 1.1, it is a mirrored character with the Less-Than Sign (U+003C). In CLI environments, it is frequently used for output redirection.

⚠️ Note: Do not confuse with (U+203A Single Right-Pointing Angle Quote) or » (U+00BB Right-Pointing Guillemet).

Codes

HTML >
CSS \003E
Python \u003E

Live Playground