Decode HTML Entity "<"
Entity
<
Character
<
The HTML entity < decodes to "<".
Common HTML entities reference
| Char | Named | Numeric | Name |
|---|---|---|---|
| & | & | & | Ampersand |
| < | < | < | Less Than |
| > | > | > | Greater Than |
| " | " | " | Double Quote |
| ' | ' | ' | Single Quote |
| |   | Non-breaking Space | |
| © | © | © | Copyright |
| ® | ® | ® | Registered |
| ™ | ™ | ™ | Trademark |
| € | € | € | Euro |
| £ | £ | £ | Pound |
| ° | ° | ° | Degree |
| × | × | × | Multiply |
| ÷ | ÷ | ÷ | Divide |
| → | → | → | Right Arrow |
| ← | ← | ← | Left Arrow |
What are HTML entities?
HTML entities are codes that represent special characters. < is the named entity for the character "<". You can also write it as <
Encode/decode more HTML
Loading tool...