HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\022C4"; } </style> </head> <body> <p>Diamond Operator using Hexa Decimal: &#x22C4;</p> <p>Diamond Operator using HTML Code: &#8900;</p> <p>Diamond Operator using HTML Entity: &diamond;</p> <p id="point">Diamond Operator using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private