I'm creating a web-based using php (and etc) with mysqli database. I have created a table that contain trademark(™) data in certain column. When I import the data from the csv file, the ™ sign shown perfectly in my phpmyadmin(using utf8). But when it comes to viewing part in my php page, it show � symbol that replaced my ™ symbol. How can i get rid of this?
            Asked
            
        
        
            Active
            
        
            Viewed 16 times
        
    2
            
            
        - 
                    http://stackoverflow.com/questions/4696499/meta-charset-utf-8-vs-meta-http-equiv-content-type – WEBjuju Nov 26 '16 at 04:19
- 
                    nope, doesn't work for me – nzrnfourtwenty Nov 26 '16 at 04:22
- 
                    did you check **Data Storage, Data Access, Output,** and **Other Code Considerations** from that link? – WEBjuju Nov 26 '16 at 17:16
