HTML Entity Escape

Encode or decode HTML entities in your text

HTML Entities Reference

& → &
< → &lt;
> → &gt;
" → &quot;
' → &#39;
/ → &#x2F;
` → &#x60;
= → &#x3D;