HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02022"; } </style> </head> <body> <p>Bullet Round using Hexa Decimal: &#x2022;</p> <p>Bullet Round using HTML Code: &#8226;</p> <p>Bullet Round using HTML Entity: &bull;</p> <p id="point">Bullet Round using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private