HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\001BA"; } </style> </head> <body> <p>Lowercase EZH Tail using Hexa Decimal: &#x01BA;</p> <p>Lowercase EZH Tail using HTML Code: &#442;</p> <p id="point">Lowercase EZH Tail using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private