HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0024E"; } </style> </head> <body> <p>Uppercase Y Stroke using Hexa Decimal: &#x024E;</p> <p>Uppercase Y Stroke using HTML Code: &#590;</p> <p id="point">Uppercase Y Stroke using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private