HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\022C5"; } </style> </head> <body> <p>Dot Operator using Hexa Decimal: &#x22C5;</p> <p>Dot Operator using HTML Code: &#8901;</p> <p>Dot Operator using HTML Entity: &sdot;</p> <p id="point">Dot Operator using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private