HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0024F"; } </style> </head> <body> <p>Lowercase y stroke using Hexa Decimal: &#x024F;</p> <p>Lowercase y stroke using HTML Code: &#591;</p> <p id="point">Lowercase y stroke using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private