HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\001A1"; } </style> </head> <body> <p>Lowercase o horn using Hexa Decimal: &#x01A1;</p> <p>Lowercase o horn using HTML Code: &#417;</p> <p id="point">Lowercase o horn using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private