HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02920"; } </style> </head> <body> <p>Right Arrow From Bar To Black Diamond using Hexa Decimal: &#x2920;</p> <p>Right Arrow From Bar To Black Diamond using HTML Code: &#10528;</p> <p>Right Arrow From Bar To Black Diamond using HTML Entity: &rarrbfs;</p> <p id="point">Right Arrow From Bar To Black Diamond using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private