HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02044"; } </style> </head> <body> <p>Fraction Slash using Hexa Decimal: &#x2044;</p> <p>Fraction Slash using HTML Code: &#8260;</p> <p>Fraction Slash using HTML Entity: &frasl;</p> <p id="point">Fraction Slash using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private