HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02258"; } </style> </head> <body> <p>Corresponds To using Hexa Decimal: &#x2258;</p> <p>Corresponds To using HTML Code: &#8792;</p> <p id="point">Corresponds To using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private