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

Save as Private