'Currency Symbol Problem while using Laravel-Invoices Package

I'm using laraveldaily/laravel-invoices package to generate invoices. Here the problem is: I need BDT currency symbol "৳".

To do that, Here I'm using:

<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<span style="font-family: DejaVu Sans;">&#2547;</span>

But, it's not working. How can I do this?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source