HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02040"; } </style> </head> <body> <p>Character Tie using Hexa Decimal: &#x2040;</p> <p>Character Tie using HTML Code: &#8256;</p> <p id="point">Character Tie using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private