Online HTML Code Quote
Escape HTML special characters so text is safe to display. Converts <, >, &, and quotes to entities.
Frequently Asked Questions
- What characters are escaped?
- & becomes &, < becomes <, > becomes >, " becomes ", and ' becomes ' (or ').
- When should I use this?
- When inserting user input or dynamic text into HTML so it displays as text rather than as markup.
- Can I unescape (decode)?
- This tool only escapes. Use an HTML decode/decoder tool to convert entities back to characters.
Related Developer Tools
JSON Formatter
Format, validate, and beautify JSON. Minify or pretty-print with one click.
Base64 Decode
Decode Base64 strings to text. Encode text to Base64.
UUID Generator
Generate random UUIDs (v4) for unique identifiers. Copy with one click.
URL Encoder Decoder
Encode and decode URLs. Convert special characters for safe use in URLs.
Convert Color Hex to RGB
Convert hex color codes to RGB values (R, G, B).
Convert Color RGB to Hex
Convert RGB values (R, G, B) to hex color codes.