Created
September 28, 2016 11:21
-
-
Save bjesus/70a2cd190cd5dd40e9fd815b3427ee75 to your computer and use it in GitHub Desktop.
Hebrew text with Arabic diacritics
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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