can anyone see any technical issues with using Ⓐ to wrap my angularjs markup?
i.e.
app.config(['$interpolateProvider', function($interpolateProvider){
$interpolateProvider.startSymbol('Ⓐ').endSymbol('Ⓐ');
}]);
I've tested on firefox and chome on ubuntu, they both work fine.
I'm looking for a technical reason why I shouldn't use it rather than a style or 'I don't know how to type Ⓐ' type reason.
thanks.