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

Save as Private