HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02116"; } </style> </head> <body> <p>Numero Sign using Hexa Decimal: &#x2116;</p> <p>Numero Sign using HTML Code: &#8470;</p> <p>Numero Sign using HTML Entity: &numero;</p> <p id="point">Numero Sign using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private