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

Save as Private