Create new database with CHARSET=utf8
and in that i insert currency symbols.
When i try to fetch data with symbol using mysql_fetch_object
but it can't display properly.
I already add utf8 charset at header as below.
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
But it's not display currency symbol.when i write that symbol on page than it's display but not from database.