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

Save as Private