HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\022A0"; } </style> </head> <body> <p>Squared Times using Hexa Decimal: &#x22A0;</p> <p>Squared Times using HTML Code: &#8864;</p> <p>Squared Times using HTML Entity: &timesb;</p> <p id="point">Squared Times using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private