HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00249"; } </style> </head> <body> <p>Lowercase j middle stroke using Hexa Decimal: &#x0249;</p> <p>Lowercase j middle stroke using HTML Code: &#585;</p> <p id="point">Lowercase j middle stroke using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private