HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00213"; } </style> </head> <body> <p>Lowercase r inverted breve using Hexa Decimal: &#x0213;</p> <p>Lowercase r inverted breve using HTML Code: &#531;</p> <p id="point">Lowercase r inverted breve using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private