HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\001BE"; } </style> </head> <body> <p>Inverted Glottal Stop using Hexa Decimal: &#x01BE;</p> <p>Inverted Glottal Stop using HTML Code: &#446;</p> <p id="point">Inverted Glottal Stop using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private