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

Save as Private