HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0570E"; } </style> </head> <body> <p>Yen/Yuan Character Variant Two using Hexa Decimal: &#x570E;</p> <p>Yen/Yuan Character Variant Two using HTML Code: &#22286;</p> <p id="point">Yen/Yuan Character Variant Two using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private