HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02279"; } </style> </head> <body> <p>Neither Greater than nor Less Than using Hexa Decimal: &#x2279;</p> <p>Neither Greater than nor Less Than using HTML Code: &#8825;</p> <p>Neither Greater than nor Less Than using HTML Entity: &ntgl;</p> <p id="point">Neither Greater than nor Less Than using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private