HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\022E1"; } </style> </head> <body> <p>Does not Succeed or Equal using Hexa Decimal: &#x22E1;</p> <p>Does not Succeed or Equal using HTML Code: &#8929;</p> <p>Does not Succeed or Equal using HTML Entity: &nsccue;</p> <p id="point">Does not Succeed or Equal using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private