HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02144"; } </style> </head> <body> <p>Uppercase Y Turned Sans Serif Capital using Hexa Decimal: &#x2144;</p> <p>Uppercase Y Turned Sans Serif Capital using HTML Code: &#8516;</p> <p id="point">Uppercase Y Turned Sans Serif Capital using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private