HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0027F"; } </style> </head> <body> <p>Uppercase J Reverse Fishhook using Hexa Decimal: &#x027F;</p> <p>Uppercase J Reverse Fishhook using HTML Code: &#639;</p> <p id="point">Uppercase J Reverse Fishhook using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private