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

Save as Private