HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0227E"; } </style> </head> <body> <p>Precedes or Equivalent To using Hexa Decimal: &#x227E;</p> <p>Precedes or Equivalent To using HTML Code: &#8830;</p> <p>Precedes or Equivalent To using HTML Entity: &prsim;</p> <p id="point">Precedes or Equivalent To using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private