HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02043"; } </style> </head> <body> <p>Hyphen Bullet using Hexa Decimal: &#x2043;</p> <p>Hyphen Bullet using HTML Code: &#8259;</p> <p>Hyphen Bullet using HTML Entity: &hybull;</p> <p id="point">Hyphen Bullet using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private