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

Save as Private