HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\026E2"; } </style> </head> <body> <p>Astronomical Symbol For Uranus using Hexa Decimal: &#x26E2;</p> <p>Astronomical Symbol For Uranus using HTML Code: &#9954;</p> <p id="point">Astronomical Symbol For Uranus using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private