HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\002718"; } </style> </head> <body> <p>Heavy Ballot X using Hexa Decimal: &#x2718;</p> <p>Heavy Ballot X using HTML Code: &#10008;</p> <p id="point">Heavy Ballot X using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private