HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\001CF"; } </style> </head> <body> <p>Uppercase I Caron using Hexa Decimal: &#x01CF;</p> <p>Uppercase I Caron using HTML Code: &#463;</p> <p id="point">Uppercase I Caron using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private