HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0211C"; } </style> </head> <body> <p>Uppercase R Black Letter Capital using Hexa Decimal: &#x211C;</p> <p>Uppercase R Black Letter Capital using HTML Code: &#8476;</p> <p>Uppercase R Black Letter Capital using HTML Entity: &real; </p> <p id="point">Uppercase R Black Letter Capital using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private