HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02709"; } </style> </head> <body> <p>Envelope using Hexa Decimal: &#x2709;</p> <p>Envelope using HTML Code: &#9993;</p> <p id="point">Envelope using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private