HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02911"; } </style> </head> <body> <p>Right Arrow With Dotted Stem using Hexa Decimal: &#x2911;</p> <p>Right Arrow With Dotted Stem using HTML Code: &#10513;</p> <p>Right Arrow With Dotted Stem using HTML Entity: &DDotrahd;</p> <p id="point">Right Arrow With Dotted Stem using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private