HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02948"; } </style> </head> <body> <p>Left Right Arrow Through small circle using Hexa Decimal: &#x2948;</p> <p>Left Right Arrow Through small circle using HTML Code: &#10568;</p> <p>Left Right Arrow Through small circle using HTML Entity: &harrcir;</p> <p id="point">Left Right Arrow Through small circle using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private