Теоретическая
const str = 'Теоретическая';
console.log(str.split(';').slice(0, -1).map(s => String.fromCharCode(parseInt(s.slice(3), 16))).join(''));