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

Save as Private