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

Save as Private