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

Save as Private