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

Save as Private