<

Less-Than Sign

If you have ever needed a < Less-Than Sign Symbol for work or school, but could not find it on your keyboard, you can copy and paste the symbol above or by clicking the button below.

Copy < Symbol to Clipboard

Less-Than Sign Codes

<

U+0003C

Unicode

<

&#x3c;

Hex Code

<

&#60;

HTML Code

<

&lt;

HTML Entity

<

\003C

CSS Code

Less-Than Sign Code Examples

HTML Example

<span> &#60; </span>

CSS Example

span {
   content: "\003C";
}

Symbol Copied!