Hi, I’m trying for at least two days to apply the code below for my etymology section by wich I can output words origin like OE ᚢ („ūr, aurochs“) < GRC υ < PHn 𐤅 („wāw, hook“), but instead of getting 𐤅, I get ???.
I even had tried to apply different utf’s (16 and 32) in my database, but that did not change anything. The only way I can use phoenician or italic letters is by copying the xml code. Any ideas on how do I need to fix this?
Any other letters are displaying normal, even the Runics. Thank you!
<span class="<?php if($wordRow['etymology'] != '') { echo 'idm-gs idm-gs-etymology'; } ?>" data-type-block="Речник: Произход">
<span class="<?php if($wordRow['etymology'] != '') { echo 'heading'; } ?>"><strong><?php if($wordRow['etymology'] != '') { echo 'Произход'; } else{ echo ''; } ?></strong></span>
<span class="<?php if($wordRow['etymology'] != '') { echo 'idm-g'; } ?>">
<div class="top-container">
<div class="<?php if($wordRow['etymology'] != '') { echo 'top-g'; } ?>">
<span class="<?php if($wordRow['etymology'] != '') { echo 'idm'; } ?>" corpus_src="unknown" corpus_freq="9"><?php echo $wordRow['etymology'] ?></span>
</div>
</div>
</span>
</span>