HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02686"; } </style> </head> <body> <p>White Circle With Dot Right using Hexa Decimal: &#x2686;</p> <p>White Circle With Dot Right using HTML Code: &#9862;</p> <p id="point">White Circle With Dot Right using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private