HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02100"; } </style> </head> <body> <p>Account Of using Hexa Decimal: &#x2100;</p> <p>Account Of using HTML Code: &#8448;</p> <p id="point">Account Of using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private