HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0227B"; } </style> </head> <body> <p>Succeeds using Hexa Decimal: &#x227B;</p> <p>Succeeds using HTML Code: &#8827;</p> <p>Succeeds using HTML Entity: &sc;</p> <p id="point">Succeeds using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private