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

Save as Private