HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02236"; } </style> </head> <body> <p>Ratio using Hexa Decimal: &#x2236;</p> <p>Ratio using HTML Code: &#8758;</p> <p>Ratio using HTML Entity: &ratio;</p> <p id="point">Ratio using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private