HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0260E"; } </style> </head> <body> <p>Black Telephone using Hexa Decimal: &#x260E;</p> <p>Black Telephone using HTML Code: &#9742;</p> <p>Black Telephone using HTML Entity: &phone;</p> <p id="point">Black Telephone using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private