HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02050"; } </style> </head> <body> <p>Close Up using Hexa Decimal: &#x2050;</p> <p>Close Up using HTML Code: &#8272;</p> <p id="point">Close Up using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private