HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0025A"; } </style> </head> <body> <p>e schwa hook using Hexa Decimal: &#x025A;</p> <p>e schwa hook using HTML Code: &#602;</p> <p id="point">e schwa hook using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private