JSFiddle - React, Tailwind, and code Playground

HTML

<div id='foo'>&#xf067;</div>

JavaScript

console.log($('#foo').html().charCodeAt(0).toString(16));
  //=> f067
console.log($('#foo').html().indexOf('\uf067'));
  //=> 0