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

Save as Private