I think your problem is that you are looking for an HTML entity, an encoded version of your UTF-8 characters. HTML Entity encoding uses the form &#XXXX;, where XXXXis the decimal value of the entity (in this case, the UTF-8 character code).
JavaScript JavaScript , \uXXXX, XXXX - . , hex , :
var blackCoins = ["\u265b", "\u265c"];
, , "" $.inArray(). , .