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

Save as Private