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

Save as Private