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

Save as Private