HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0211F"; } </style> </head> <body> <p>Response using Hexa Decimal: &#x211F;</p> <p>Response using HTML Code: &#8479;</p> <p id="point">Response using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private