HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00292"; } </style> </head> <body> <p>EZH Small using Hexa Decimal: &#x0292;</p> <p>EZH Small using HTML Code: &#658;</p> <p id="point">EZH Small using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private