HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00273"; } </style> </head> <body> <p>Lowercase n retroflex hook using Hexa Decimal: &#x0273;</p> <p>Lowercase n retroflex hook using HTML Code: &#627;</p> <p id="point">Lowercase n retroflex hook using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private