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

Save as Private