Is there a way in HTML or Angular to show some text if an emoji is missing? For instance, the thinking face emoji is missing in Windows 8, so I was hoping to show some alternative text if possible.
The emoji code is 🤔
My HTML is simple:
<div ng-switch-when="folder"
ng-bind-html="Some text 🤔">
</div>