HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\026B1"; } </style> </head> <body> <p>Funeral URN using Hexa Decimal: &#x26B1;</p> <p>Funeral URN using HTML Code: &#9905;</p> <p id="point">Funeral URN using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private