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

Save as Private