HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\05713"; } </style> </head> <body> <p>Yuan Character In Hong Kong and Taiwan using Hexa Decimal: &#x5713;</p> <p>Yuan Character In Hong Kong and Taiwan using HTML Code: &#22291;</p> <p id="point">Yuan Character In Hong Kong and Taiwan using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private