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

Save as Private