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

Save as Private