HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0029F"; } </style> </head> <body> <p>Uppercase L Latin using Hexa Decimal: &#x029F;</p> <p>Uppercase L Latin using HTML Code: &#671;</p> <p id="point">Uppercase L Latin using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private