(using this following code)
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1"
baseProfile="full">
<text x="50" y="50"
font-size="16" fill="blue" >
Wikipedia 維基百科 วิกิพีเดีย উইকিপিডিয়া
</text>
</svg>
Thus, I try to assign a font family to the text as the following code:
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1"
baseProfile="full">
<text x="50" y="50"
font-family="Garuda" font-size="16"
fill="blue" >
Wikipedia 維基百科 วิกิพีเดีย উইকিপিডিয়া
</text>
</svg>
It works. Firefox can display Thai text correctly. However, Firefox still cannot display Bangari text and Chinese text. As shown below.