HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0268A"; } </style> </head> <body> <p>Monogram For Yang using Hexa Decimal: &#x268A;</p> <p>Monogram For Yang using HTML Code: &#9866;</p> <p id="point">Monogram For Yang using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private