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

Save as Private