HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0035B"; } </style> </head> <body> <p>ZigZag Above using Hexa Decimal: &#x035B;</p> <p>ZigZag Above using HTML Code: &#859;</p> <p id="point">ZigZag Above using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private