HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00030"; } </style> </head> <body> <p>0 using Hexa Decimal: &#x30;</p> <p>0 using HTML Code: &#48;</p> <p id="point">0 using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private