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

Save as Private