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

Save as Private