HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02142"; } </style> </head> <body> <p>Uppercase L Turned Sans Serif Capital using Hexa Decimal: &#x2142;</p> <p>Uppercase L Turned Sans Serif Capital using HTML Code: &#8514;</p> <p id="point">Uppercase L Turned Sans Serif Capital using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private