HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02159"; } </style> </head> <body> <p>Fraction 1 by 6 using Hexa Decimal: &#x2159;</p> <p>Fraction 1 by 6 using HTML Code: &#8537;</p> <p>Fraction 1 by 6 using HTML Entity: &frac16;</p> <p id="point">Fraction 1 by 6 using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private