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

Save as Private