HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02278"; } </style> </head> <body> <p>Neither Less Than Nor Greater Than using Hexa Decimal: &#x2278;</p> <p>Neither Less Than Nor Greater Than using HTML Code: &#8824;</p> <p>Neither Less Than Nor Greater Than using HTML Entity: &ntlg;</p> <p id="point">Neither Less Than Nor Greater Than using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private