HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0024D"; } </style> </head> <body> <p>Lowercase r stroke using Hexa Decimal: &#x024D;</p> <p>Lowercase r stroke using HTML Code: &#589;</p> <p id="point">Lowercase r stroke using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private