HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02691"; } </style> </head> <body> <p>Black Flag using Hexa Decimal: &#x2691;</p> <p>Black Flag using HTML Code: &#9873;</p> <p id="point">Black Flag using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private