Skip to content

Instantly share code, notes, and snippets.

@bjesus
Created September 28, 2016 11:21
Show Gist options
  • Save bjesus/70a2cd190cd5dd40e9fd815b3427ee75 to your computer and use it in GitHub Desktop.
Save bjesus/70a2cd190cd5dd40e9fd815b3427ee75 to your computer and use it in GitHub Desktop.
Hebrew text with Arabic diacritics
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Hebrew text with Arabic diacritics</title>
</head>
<body dir="rtl">
<h1>אֶלסָّלָאם אלשָّאמֶל ואלעָאדֶל ואלכָּאמֶל</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment