HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02252"; } </style> </head> <body> <p>Approximately Equal To or The Image Of using Hexa Decimal: &#x2252;</p> <p>Approximately Equal To or The Image Of using HTML Code: &#8786;</p> <p>Approximately Equal To or The Image Of using HTML Code: &efDot;</p> <p id="point">Approximately Equal To or The Image Of using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private