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

Save as Private