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

Save as Private