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

Save as Private