HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0013D"; } </style> </head> <body> <p>Uppercase L Caron using Hexa Decimal: &#x013D;</p> <p>Uppercase L Caron using HTML Code: &#317;</p> <p>Uppercase L Caron using HTML Entity: &Lcaron;</p> <p id="point">Uppercase L Caron using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private