HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02712"; } </style> </head> <body> <p>Black Nib using Hexa Decimal: &#x2712;</p> <p>Black Nib using HTML Code: &#10002;</p> <p id="point">Black Nib using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private