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

Save as Private