HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0224F"; } </style> </head> <body> <p>Difference Between using Hexa Decimal: &#x224F;</p> <p>Difference Between using HTML Code: &#8783;</p> <p>Difference Between using HTML Entity: &bumpe;</p> <p id="point">Difference Between using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private