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

Save as Private