HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0031F"; } </style> </head> <body> <p>Plus Sign Below using Hexa Decimal: &#x031F;</p> <p>Plus Sign Below using HTML Code: &#799;</p> <p id="point">Plus Sign Below using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private