On a single web page, there are 3 different language words displayed:
Language / 한국어 / ภาษาไทย
I am interested in enlarging the Thai word (ภาษาไทย) to make it stand out.
<span class="thai">ภาษาไทย</span>
While I could add a 'class' property to each Thai section individually, this would be time-consuming.
If possible, I would like to dynamically change the font-family and font-size based on Unicode range using jQuery.
Thank you.