Decode HTML Entity "<"

Entity

<

Character

<

The HTML entity &lt; decodes to "<".

Common HTML entities reference

CharNamedNumericName
&&amp;&#38;Ampersand
<&lt;&#60;Less Than
>&gt;&#62;Greater Than
"&quot;&#34;Double Quote
'&#39;&#39;Single Quote
&nbsp;&#160;Non-breaking Space
©&copy;&#169;Copyright
®&reg;&#174;Registered
&trade;&#8482;Trademark
&euro;&#8364;Euro
£&pound;&#163;Pound
°&deg;&#176;Degree
×&times;&#215;Multiply
÷&divide;&#247;Divide
&rarr;&#8594;Right Arrow
&larr;&#8592;Left Arrow

What are HTML entities?

HTML entities are codes that represent special characters. &lt; is the named entity for the character "<". You can also write it as &#60;

Encode/decode more HTML

Loading tool...