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

Save as Private