HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0034A"; } </style> </head> <body> <p>Not Tilde Above using Hexa Decimal: &#x034A;</p> <p>Not Tilde Above using HTML Code: &#842;</p> <p id="point">Not Tilde Above using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private