HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\017DB"; } </style> </head> <body> <p>Khmer Currency Symbol Riel using Hexa Decimal: &#x17DB;</p> <p>Khmer Currency Symbol Riel using HTML Code: &#6107;</p> <p id="point">Khmer Currency Symbol Riel using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private