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

Save as Private