FAK LAB HTML Encoder
🏷️

HTML Encoder / Decoder

Encode special characters to HTML entities and decode them back

Common HTML Entities
${[['&','&'],['<','<'],['>','>'],['"','"'],[''',"'"],[' ',' '],['©','©'],['®','®'],['™','™'],['€','€'],['£','£'],['¥','¥']].map(([e,c])=>`
${e}${c}
`).join('')}