HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0268F"; } </style> </head> <body> <p>Digram For Greater Yin using Hexa Decimal: &#x268F;</p> <p>Digram For Greater using HTML Code: &#9871;</p> <p id="point">Digram For Greater using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private