HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02158"; } </style> </head> <body> <p>Fraction 4 by 5 using Hexa Decimal: &#x2158;</p> <p>Fraction 4 by 5 using HTML Code: &#8536;</p> <p>Fraction 4 by 5 using HTML Code: &frac45;</p> <p id="point">Fraction 4 by 5 using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private