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

Save as Private