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

Save as Private