HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0215D"; } </style> </head> <body> <p>Fraction 5 by 8 using Hexa Decimal: &#x215D;</p> <p>Fraction 5 by 8 using HTML Code: &#8541;</p> <p>Fraction 5 by 8 using HTML Entity: &frac58;</p> <p id="point">Fraction 5 by 8 using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private