Vocalized
by Amir Aharoni
HTML
<html>
<head>
<title>Hebrew vocalized</title>
<style>
body {
font-family: serif;
}
</style>
</head>
<body lang="he" dir="rtl">
<h1 lang="en" dir="ltr">
"Shalom" in serif with a red holam dot:
</h1>
<p style="font-size: xx-large;">
שָׁלו<span style="color: red">ֹ</span>ם
</p>
<h1 lang="en" dir="ltr">
"Shalom" in serif without any more styling:
</h1>
<p style="font-size: xx-large;">
שָׁלוֹם
</p>
<h1 lang="en" dir="ltr">
"Shalom" in sans-serif with a red holam dot:
</h1>
<p style="font-size: xx-large; font-family: sans-serif;">
שָׁלו<span style="color: red">ֹ</span>ם
</p>
<h1 lang="en" dir="ltr">
"Shalom" in serif without any more styling:
</h1>
<p style="font-size: xx-large; font-family: sans-serif;">
שָׁלוֹם
</p>
</body>
</html>