HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02111"; } </style> </head> <body> <p>Uppercase I Black Letter Capital using Hexa Decimal: &#x2111;</p> <p>Uppercase I Black Letter Capital using HTML Code: &#8465;</p> <p>Uppercase I Black Letter Capital using HTML Entity: &image;</p> <p id="point">Uppercase I Black Letter Capital using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private