HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\022F0"; } </style> </head> <body> <p>Up Right Diagonal ellipsis using Hexa Decimal: &#x22F0;</p> <p>Up Right Diagonal ellipsis using HTML Code: &#8944;</p> <p>Up Right Diagonal ellipsis using HTML Entity: &utdot;</p> <p id="point">Up Right Diagonal ellipsis using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private