HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0291E"; } </style> </head> <body> <p>Right Arrow To Black Diamond using Hexa Decimal: &#x291E;</p> <p>Right Arrow To Black Diamond using HTML Code: &#10526;</p> <p>Right Arrow To Black Diamond using HTML Entity: &rarrfs;</p> <p id="point">Right Arrow To Black Diamond using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private