HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0033D"; } </style> </head> <body> <p>Cross Above using Hexa Decimal: &#x033D;</p> <p>Cross Above using HTML Code: &#829;</p> <p id="point">Cross Above using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private