HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0263A"; } </style> </head> <body> <p>White Smiling Face using Hexa Decimal: &#x263A;</p> <p>White Smiling Face using HTML Code: &#9786;</p> <p id="point">White Smiling Face using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private