HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\022D4"; } </style> </head> <body> <p>Pitchfork using Hexa Decimal: &#x22D4;</p> <p>Pitchfork using HTML Code: &#8916;</p> <p>Pitchfork using HTML Entity: &fork;</p> <p id="point">Pitchfork using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private