HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\022DE"; } </style> </head> <body> <p>Equal To or Precedes using Hexa Decimal: &#x22DE;</p> <p>Equal To or Precedes using HTML Code: &#8926;</p> <p>Equal To or Precedes using HTML Entity: &cuepr;</p> <p id="point">Equal To or Precedes using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private