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

Save as Private