HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02214"; } </style> </head> <body> <p>Dot Plus using Hexa Decimal: &#x2214;</p> <p>Dot Plus using HTML Code: &#8724;</p> <p>Dot Plus using HTML Entity: &plusdo;</p> <p id="point">Dot Plus using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private