HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\021B9"; } </style> </head> <body> <p>BiDirectional Arrow Block using Hexa Decimal: &#x21b9;</p> <p>BiDirectional Arrow Block using HTML Code: &#8633;</p> <p id="point">BiDirectional Arrow Block using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private