HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0004B"; } </style> </head> <body> <p>Uppercase K using Hexa Decimal: &#x4b;</p> <p>Uppercase K using HTML Code: &#75;</p> <p>Uppercase K using HTML Entity: K</p> <p id="point">Uppercase K using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private