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

Save as Private