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

Save as Private