HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0024C"; } </style> </head> <body> <p>Uppercase R Stroke using Hexa Decimal: &#x024C;</p> <p>Uppercase R Stroke using HTML Code: &#588;</p> <p id="point">Uppercase R Stroke using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private