Is it possible? html:
<canvas> </canvas>
js:
var ctx = canvas.getContext('2d');
ctx.font = "10pt bold Courier";
var input ="99%" + "More teams partcipated in the contest of asia tournament"
ctx.fillText(input, 100, 100);
O/p: 99 is dynamic data from service. 99% - should be bold and highlight
More teams Participated in the contest of Asia tournament // normal text