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

Save as Private