HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0226E"; } </style> </head> <body> <p>Not Less Than using Hexa Decimal: &#x226E;</p> <p>Not Less Than using HTML Code: &#8814;</p> <p>Not Less Than using HTML Code: &nlt;</p> <p id="point">Not Less Than using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private