HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02025"; } </style> </head> <body> <p>Two Dot Leader using Hexa Decimal: &#x2025;</p> <p>Two Dot Leader using HTML Code: &#8229;</p> <p>Two Dot Leader using HTML Entity: &nldr;</p> <p id="point">Two Dot Leader using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private