HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02756"; } </style> </head> <body> <p>Black Diamond Minus White X using Hexa Decimal: &#x2756;</p> <p>Black Diamond Minus White X using HTML Code: &#10070;</p> <p id="point">Black Diamond Minus White X using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private