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

Save as Private