Rendering Numbers And Icons

Im making a custom rp framework in lua, I want to render a credit card icon and a number beside it with an amount that i pull from a database. I cant figure out how to render the icon and also render ints and not strings

You need tu use some html file to render your credit car icon, if you want to render exemple in the top right corner

You can also render icons and text with natives like BEGIN_TEXT_COMMAND_DISPLAY_TEXT

As I can understand he want to do like an hud or something like that, so I think best way to do it its with html and js script

Thanks for the suggestions