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

Save as Private