HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02246"; } </style> </head> <body> <p>Approximately But Not Actuall Equal To using Hexa Decimal: &#x2246;</p> <p>Approximately But Not Actuall Equal To using HTML Code: &#8774;</p> <p>Approximately But Not Actuall Equal To using HTML Code: &simne;</p> <p id="point">Approximately But Not Actuall Equal To using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private