HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02157"; } </style> </head> <body> <p>Fraction 3 by 5 using Hexa Decimal: &#x2157;</p> <p>Fraction 3 by 5 using HTML Code: &#8535;</p> <p>Fraction 3 by 5 using HTML Entity: &frac35;</p> <p id="point">Fraction 3 by 5 using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private