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

Save as Private