HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0224D"; } </style> </head> <body> <p>Equivalent To using Hexa Decimal: &#x224D;</p> <p>Equivalent To using HTML Code: &#8781;</p> <p>Equivalent To using HTML Entity: &asympeq;</p> <p id="point">Equivalent To using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private