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

Save as Private