HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0027B"; } </style> </head> <body> <p>Lowercase r reverse hook using Hexa Decimal: &#x027B;</p> <p>Lowercase r reverse hook using HTML Code: &#635;</p> <p id="point">Lowercase r reverse hook using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private