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

Save as Private