HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02902"; } </style> </head> <body> <p>Left Double Arrow With Vertical Stroke using Hexa Decimal: &#x2902;</p> <p>Left Double Arrow With Vertical Stroke using HTML Code: &#10498;</p> <p>Left Double Arrow With Vertical Stroke using HTML Entity: &nvlArr;</p> <p id="point">Left Double Arrow With Vertical Stroke using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private