HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02929"; } </style> </head> <body> <p>South East Arrow and South West Arrow using Hexa Decimal: &#x2929;</p> <p>South East Arrow and South West Arrow using HTML Code: &#10537;</p> <p>South East Arrow and South West Arrow using HTML Entity: &seswar;</p> <p id="point">South East Arrow and South West Arrow using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private