HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\00E3F"; } </style> </head> <body> <p>Thai Currency Symbol Baht using Hexa Decimal: &#x0E3F;</p> <p>Thai Currency Symbol Baht using HTML Code: &#3647;</p> <p id="point">Thai Currency Symbol Baht using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private