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

Save as Private