HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\027A2"; } </style> </head> <body> <p>3D Top Lighted Right Arrowhead using Hexa Decimal: &#x27A2;</p> <p>3D Top Lighted Right Arrowhead using HTML Code: &#10146;</p> <p id="point">3D Top Lighted Right Arrowhead using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private