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

Save as Private