HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02134"; } </style> </head> <body> <p>Lowercase o script small using Hexa Decimal: &#x2134;</p> <p>Lowercase o script small using HTML Code: &#8500;</p> <p>Lowercase o script small using HTML Entity: &oscr;</p> <p id="point">Lowercase o script small using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private