HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02149"; } </style> </head> <body> <p>Double Struck Italic Small j using Hexa Decimal: &#x2149;</p> <p>Double Struck Italic Small j using HTML Code: &#8521;</p> <p id="point">Double Struck Italic Small j using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private