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

Save as Private