HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02059"; } </style> </head> <body> <p>Five Dot Punctuation using Hexa Decimal: &#x2059;</p> <p>Five Dot Punctuation using HTML Code: &#8281;</p> <p id="point">Five Dot Punctuation using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private