HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0225D"; } </style> </head> <body> <p>Equal To By Definition using Hexa Decimal: &#x225D;</p> <p>Equal To By Definition using HTML Code: &#8797;</p> <p id="point">Equal To By Definition using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private