HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02628"; } </style> </head> <body> <p>Cross Of Lorraine using Hexa Decimal: &#x2628;</p> <p>Cross Of Lorraine using HTML Code: &#9768;</p> <p id="point">Cross Of Lorraine using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private