HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0262E"; } </style> </head> <body> <p>Peace Symbol using Hexa Decimal: &#x262E;</p> <p>Peace Symbol using HTML Code: &#9774;</p> <p id="point">Peace Symbol using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private