๐คHTML Entity Encoder/Decoder
๐ค
HTML Entity Encoder/DecoderEncode special characters to HTML entities and decode HTML entities back to text. Support for common and extended HTML entities.
Common HTML Entities Reference
& โ &
< โ <
> โ >
" โ "
' โ '
ย โ
ยฉ โ ©
ยฎ โ ®
โข โ ™
โฌ โ €
ยฃ โ £
ยฅ โ ¥
๐คAbout HTML Entity Encoder/Decoder
๐ค
About HTML Entity Encoder/DecoderHTML Entities: Special characters encoded for safe use in HTML documents.
Security: Prevents XSS attacks by encoding dangerous characters.
Compatibility: Support for common and extended HTML entities.
Privacy: All processing happens locally in your browser. No data is sent to our servers.