HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0205B"; } </style> </head> <body> <p>Four Dot Mark using Hexa Decimal: &#x205B;</p> <p>Four Dot Mark using HTML Code: &#8283;</p> <p id="point">Four Dot Mark using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private