HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0279B"; } </style> </head> <body> <p>Drafting Point Right Arrow using Hexa Decimal: &#x279B;</p> <p>Drafting Point Right Arrow using HTML Code: &#10139;</p> <p id="point">Drafting Point Right Arrow using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private