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

Save as Private