HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0005A"; } </style> </head> <body> <p>Uppercase Z using Hexa Decimal: &#x5a;</p> <p>Uppercase Z using HTML Code: &#90;</p> <p>Uppercase Z using HTML Entity: Z</p> <p id="point">Uppercase Z using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private