OS X Syriac script/font not rendered

font

OS X El Capitan 10.11.6.

Viewing webpages with syriac characters, e. g. Syriac Wikipedia, I get only empty boxes (the default character). I tried all three popular browsers (Chrome, FireFox, Safari), terminal, Libre Office, TextWrangler.

This webpage syriaca.org has a teststring, which renders correctly, but specifies the font in CSS.

If I write a small HTML file with CSS specifying an installed Syriac font, it displays correctly:

<html>
<head>
<meta charset="utf-8">
<style>
.syr {
    font-family: "SertoUrhoy", "Serto Urhoy", Verdana, Arial, Helvetica, sans-serif;
    /* font-size: large; */
    font-size: 1.25em;
    line-height: 1em;
}
</style>
</head>
<body>
<p class="syr" dir="rtl">
ܫܠܡܐ
</p>
</body>

Also on syriaca.org a problem on Mac is mentioned:

Even with Meltho or other fonts installed there is also a known conflict with Apple's default rendering of the ܘ (waw) character when a conflicting Arabic font is installed.

What can I do to solve this Problem? CSS is only a solution for HTML written by myself.

Best Answer

Not a perfect solution but now I found a way to have the characters rendered in all programs.

From the comments to the original question I assume that an installed font is poisoned by wrong glyphs or defect in some other way. For a quick diagnosis I installed Ultra Character Map. It didn't help much to locate the defect font, but used the built in Google Noto Font to render characters.

Before diving deep into writing Perl scripts for font analysis, I installed all Google Noto Fonts into user fonts and everything works now, also Dhivehi.