HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0221D"; } </style> </head> <body> <p>Proportional To using Hexa Decimal: &#x221D;</p> <p>Proportional To using HTML Code: &#8733;</p> <p>Proportional To using HTML Entity: &prop;</p> <p id="point">Proportional To using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private