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

Save as Private