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

Save as Private