<

Technical information

Symbol<
NameLess-than sign
Unicode numberU+003C
CategoryASCII Table4. ASCII punctuation and symbols
DescriptionThe Unicode character <, or U+003C, is known as the "Less-Than Sign". It falls under the "Basic Latin" block and the "Math Symbol" category in the Unicode standard. This character has a broad range of uses in computing and mathematics. It's often used in mathematical expressions to denote that one value is less than another. In programming and computing, it is typically used in expressions to compare values, and in markup languages like HTML and XML, it serves as an opening tag for elements. Despite its simple design, it is an essential character in many different fields.

Encoding

HTML Entity&#60;
HTML Entity (hex)&#x3C;
HTML Entity (named)<⃒
URL Escape Code%3C
UTF-8 (hex)0x3C
UTF-8 (binary)00111100
UTF-160x003C
UTF-320x0000003C

Source Code

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

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>&#60;</span>

            
span {
    content: "\003C";
}

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