HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\022B7"; } </style> </head> <body> <p>Image Of using Hexa Decimal: &#x22B7;</p> <p>Image Of using HTML Code: &#8887;</p> <p>Image Of using HTML Entity: &imof;</p> <p id="point">Image Of using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private