HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02933"; } </style> </head> <body> <p>Wave Arrow Pointing Directly Right using Hexa Decimal: &#x2933;</p> <p>Wave Arrow Pointing Directly Right using HTML Code: &#10547;</p> <p>Wave Arrow Pointing Directly Right using HTML Entity: &rarrc;</p> <p id="point">Wave Arrow Pointing Directly Right using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private