HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02687"; } </style> </head> <body> <p>White circle Two Dots using Hexa Decimal: &#x2687;</p> <p>White circle Two Dots using HTML Code: &#9863;</p> <p id="point">White circle Two Dots using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private