HTML Entity for "¼" (quarter)
Character
¼
HTML Entity
¼
The HTML entity for "¼" is ¼.
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 encode special characters so they display correctly in browsers. "¼" must be encoded as ¼ in HTML to avoid breaking the markup or being interpreted as code. You can also use the numeric form ¼
Encode/decode more HTML
Loading tool...