>

Technical information

Symbol>
NameGreater-than sign
Unicode numberU+003E
CategoryASCII Table4. ASCII punctuation and symbols
DescriptionThe Unicode character ">", or U+003E, is known as the "Greater-Than Sign". It falls under the "Basic Latin" block and the "Math Symbol" category in the Unicode standard. As its name suggests, this character is commonly used in mathematics and programming to indicate a greater than relation between two values. In HTML and some programming languages, it is also used to denote the closing of a tag or to direct output to a file, respectively.

Encoding

HTML Entity>
HTML Entity (hex)>
HTML Entity (named)>⃒
URL Escape Code%3E
UTF-8 (hex)0x3E
UTF-8 (binary)00111110
UTF-160x003E
UTF-320x0000003E

Source Code

C, C++, and Java"\u003E"
CSS Code\003E
JavaScript"\u003E"
Perl\x{003E}
Python 2u"\u003E"
Python 3\u003E
Ruby\u{003E}

Preview

This Unicode character looks like this > in sentence and in bold like this > and in italic like this >.

Font size:

>
12px
>
16px
>
20px
>
28px
>
36px
>
48px
>
72px

CSS Property: font-weight

>
100
>
200
>
300
>
400
>
500
>
600
>
700
>
800
>
900

HTML Forms and Input

input
disabled input
>
input-group
select
button
button

Code examples in HTML and CSS

<span>&#62;</span>

            
span {
    content: "\003E";
}

The symbol in different fonts

>
-apple-system
>
Apple Color Emoji
>
Arial
>
BlinkMacSystemFont
>
Courier New
>
Georgia
>
Droid Sans
>
Helvetica
>
Noto Sans
>
Oxygen
>
Roboto
>
"Segoe UI"
>
sans-serif
>
Segoe UI Emoji
>
Segoe UI Symbol
>
system-ui
>
Times New Roman
>
Ubuntu
>
Verdana

References