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

Save as Private