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

Save as Private