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

Save as Private