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

Save as Private