HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02247"; } </style> </head> <body> <p>Neither Approximately Nor Actually Equal To using Hexa Decimal: &#x2247;</p> <p>Neither Approximately Nor Actually Equal To using HTML Code: &#8775;</p> <p>Neither Approximately Nor Actually Equal To using HTML Entity: &ncong;</p> <p id="point">Neither Approximately Nor Actually Equal To using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private