HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0FFE0"; } </style> </head> <body> <p>Full Width Cent Sign using Hexa Decimal: &#xFFE0;</p> <p>Full Width Cent Sign using HTML Code: &#65504;</p> <p id="point">Full Width Cent Sign using CSS Entity: </p>
OUTPUT
×

Save as Private