HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02297"; } </style> </head> <body> <p>Circled Times using Hexa Decimal: &#x2297;</p> <p>Circled Times using HTML Code: &#8855;</p> <p>Circled Times using HTML Entity: &otimes;</p> <p id="point">Circled Times using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private