HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\03350"; } </style> </head> <body> <p>Square Yuan using Hexa Decimal: &#x3350;</p> <p>Square Yuan using HTML Code: &#13136;</p> <p id="point">Square Yuan using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private