HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0028F"; } </style> </head> <body> <p>Uppercase Y Latin using Hexa Decimal: &#x028F;</p> <p>Uppercase Y Latin using HTML Code: &#655;</p> <p id="point">Uppercase Y Latin using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private