HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0029D"; } </style> </head> <body> <p>Lowercase j crossed tail using Hexa Decimal: &#x029D;</p> <p>Lowercase j crossed tail using HTML Code: &#669;</p> <p id="point">Lowercase j crossed tail using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private