I've been using a few emoji unicodes that work great in CSS:
content: "\f410"
content: "\f2d1"
I attempted to display them with JavaScript, but unfortunately, I was unsuccessful. Any suggestions you have would be greatly appreciated!
console.log('\f410');
console.log('\Uf410');