HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\001F7"; } </style> </head> <body> <p>Uppercase WYNN using Hexa Decimal: &#x01F7;</p> <p>Uppercase WYNN using HTML Code: &#503;</p> <p id="point">Uppercase WYNN using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private