1*6b5e5868SGarrett D'Amore# 2*6b5e5868SGarrett D'Amore# Name: ISO/IEC 8859-8:1999 to Unicode 3*6b5e5868SGarrett D'Amore# Unicode version: 3.0 4*6b5e5868SGarrett D'Amore# Table version: 1.1 5*6b5e5868SGarrett D'Amore# Table format: Format A 6*6b5e5868SGarrett D'Amore# Date: 2000-Jan-03 7*6b5e5868SGarrett D'Amore# Authors: Ken Whistler <kenw@sybase.com> 8*6b5e5868SGarrett D'Amore# 9*6b5e5868SGarrett D'Amore# Copyright (c) 1991-1999 Unicode, Inc. All Rights reserved. 10*6b5e5868SGarrett D'Amore# 11*6b5e5868SGarrett D'Amore# This file is provided as-is by Unicode, Inc. (The Unicode Consortium). 12*6b5e5868SGarrett D'Amore# No claims are made as to fitness for any particular purpose. No 13*6b5e5868SGarrett D'Amore# warranties of any kind are expressed or implied. The recipient 14*6b5e5868SGarrett D'Amore# agrees to determine applicability of information provided. If this 15*6b5e5868SGarrett D'Amore# file has been provided on optical media by Unicode, Inc., the sole 16*6b5e5868SGarrett D'Amore# remedy for any claim will be exchange of defective media within 90 17*6b5e5868SGarrett D'Amore# days of receipt. 18*6b5e5868SGarrett D'Amore# 19*6b5e5868SGarrett D'Amore# Unicode, Inc. hereby grants the right to freely use the information 20*6b5e5868SGarrett D'Amore# supplied in this file in the creation of products supporting the 21*6b5e5868SGarrett D'Amore# Unicode Standard, and to make copies of this file in any form for 22*6b5e5868SGarrett D'Amore# internal or external distribution as long as this notice remains 23*6b5e5868SGarrett D'Amore# attached. 24*6b5e5868SGarrett D'Amore# 25*6b5e5868SGarrett D'Amore# General notes: 26*6b5e5868SGarrett D'Amore# 27*6b5e5868SGarrett D'Amore# This table contains the data the Unicode Consortium has on how 28*6b5e5868SGarrett D'Amore# ISO/IEC 8859-8:1999 characters map into Unicode. 29*6b5e5868SGarrett D'Amore# 30*6b5e5868SGarrett D'Amore# Format: Three tab-separated columns 31*6b5e5868SGarrett D'Amore# Column #1 is the ISO/IEC 8859-8 code (in hex as 0xXX) 32*6b5e5868SGarrett D'Amore# Column #2 is the Unicode (in hex as 0xXXXX) 33*6b5e5868SGarrett D'Amore# Column #3 the Unicode name (follows a comment sign, '#') 34*6b5e5868SGarrett D'Amore# 35*6b5e5868SGarrett D'Amore# The entries are in ISO/IEC 8859-8 order. 36*6b5e5868SGarrett D'Amore# 37*6b5e5868SGarrett D'Amore# Version history 38*6b5e5868SGarrett D'Amore# 1.0 version updates 0.1 version by adding mappings for all 39*6b5e5868SGarrett D'Amore# control characters. 40*6b5e5868SGarrett D'Amore# 1.1 version updates to the published 8859-8:1999, correcting 41*6b5e5868SGarrett D'Amore# the mapping of 0xAF and adding mappings for LRM and RLM. 42*6b5e5868SGarrett D'Amore# 43*6b5e5868SGarrett D'Amore# Updated versions of this file may be found in: 44*6b5e5868SGarrett D'Amore# <ftp://ftp.unicode.org/Public/MAPPINGS/> 45*6b5e5868SGarrett D'Amore# 46*6b5e5868SGarrett D'Amore# Any comments or problems, contact <errata@unicode.org> 47*6b5e5868SGarrett D'Amore# Please note that <errata@unicode.org> is an archival address; 48*6b5e5868SGarrett D'Amore# notices will be checked, but do not expect an immediate response. 49*6b5e5868SGarrett D'Amore# 50*6b5e5868SGarrett D'Amore0x00 0x0000 # NULL 51*6b5e5868SGarrett D'Amore0x01 0x0001 # START OF HEADING 52*6b5e5868SGarrett D'Amore0x02 0x0002 # START OF TEXT 53*6b5e5868SGarrett D'Amore0x03 0x0003 # END OF TEXT 54*6b5e5868SGarrett D'Amore0x04 0x0004 # END OF TRANSMISSION 55*6b5e5868SGarrett D'Amore0x05 0x0005 # ENQUIRY 56*6b5e5868SGarrett D'Amore0x06 0x0006 # ACKNOWLEDGE 57*6b5e5868SGarrett D'Amore0x07 0x0007 # BELL 58*6b5e5868SGarrett D'Amore0x08 0x0008 # BACKSPACE 59*6b5e5868SGarrett D'Amore0x09 0x0009 # HORIZONTAL TABULATION 60*6b5e5868SGarrett D'Amore0x0A 0x000A # LINE FEED 61*6b5e5868SGarrett D'Amore0x0B 0x000B # VERTICAL TABULATION 62*6b5e5868SGarrett D'Amore0x0C 0x000C # FORM FEED 63*6b5e5868SGarrett D'Amore0x0D 0x000D # CARRIAGE RETURN 64*6b5e5868SGarrett D'Amore0x0E 0x000E # SHIFT OUT 65*6b5e5868SGarrett D'Amore0x0F 0x000F # SHIFT IN 66*6b5e5868SGarrett D'Amore0x10 0x0010 # DATA LINK ESCAPE 67*6b5e5868SGarrett D'Amore0x11 0x0011 # DEVICE CONTROL ONE 68*6b5e5868SGarrett D'Amore0x12 0x0012 # DEVICE CONTROL TWO 69*6b5e5868SGarrett D'Amore0x13 0x0013 # DEVICE CONTROL THREE 70*6b5e5868SGarrett D'Amore0x14 0x0014 # DEVICE CONTROL FOUR 71*6b5e5868SGarrett D'Amore0x15 0x0015 # NEGATIVE ACKNOWLEDGE 72*6b5e5868SGarrett D'Amore0x16 0x0016 # SYNCHRONOUS IDLE 73*6b5e5868SGarrett D'Amore0x17 0x0017 # END OF TRANSMISSION BLOCK 74*6b5e5868SGarrett D'Amore0x18 0x0018 # CANCEL 75*6b5e5868SGarrett D'Amore0x19 0x0019 # END OF MEDIUM 76*6b5e5868SGarrett D'Amore0x1A 0x001A # SUBSTITUTE 77*6b5e5868SGarrett D'Amore0x1B 0x001B # ESCAPE 78*6b5e5868SGarrett D'Amore0x1C 0x001C # FILE SEPARATOR 79*6b5e5868SGarrett D'Amore0x1D 0x001D # GROUP SEPARATOR 80*6b5e5868SGarrett D'Amore0x1E 0x001E # RECORD SEPARATOR 81*6b5e5868SGarrett D'Amore0x1F 0x001F # UNIT SEPARATOR 82*6b5e5868SGarrett D'Amore0x20 0x0020 # SPACE 83*6b5e5868SGarrett D'Amore0x21 0x0021 # EXCLAMATION MARK 84*6b5e5868SGarrett D'Amore0x22 0x0022 # QUOTATION MARK 85*6b5e5868SGarrett D'Amore0x23 0x0023 # NUMBER SIGN 86*6b5e5868SGarrett D'Amore0x24 0x0024 # DOLLAR SIGN 87*6b5e5868SGarrett D'Amore0x25 0x0025 # PERCENT SIGN 88*6b5e5868SGarrett D'Amore0x26 0x0026 # AMPERSAND 89*6b5e5868SGarrett D'Amore0x27 0x0027 # APOSTROPHE 90*6b5e5868SGarrett D'Amore0x28 0x0028 # LEFT PARENTHESIS 91*6b5e5868SGarrett D'Amore0x29 0x0029 # RIGHT PARENTHESIS 92*6b5e5868SGarrett D'Amore0x2A 0x002A # ASTERISK 93*6b5e5868SGarrett D'Amore0x2B 0x002B # PLUS SIGN 94*6b5e5868SGarrett D'Amore0x2C 0x002C # COMMA 95*6b5e5868SGarrett D'Amore0x2D 0x002D # HYPHEN-MINUS 96*6b5e5868SGarrett D'Amore0x2E 0x002E # FULL STOP 97*6b5e5868SGarrett D'Amore0x2F 0x002F # SOLIDUS 98*6b5e5868SGarrett D'Amore0x30 0x0030 # DIGIT ZERO 99*6b5e5868SGarrett D'Amore0x31 0x0031 # DIGIT ONE 100*6b5e5868SGarrett D'Amore0x32 0x0032 # DIGIT TWO 101*6b5e5868SGarrett D'Amore0x33 0x0033 # DIGIT THREE 102*6b5e5868SGarrett D'Amore0x34 0x0034 # DIGIT FOUR 103*6b5e5868SGarrett D'Amore0x35 0x0035 # DIGIT FIVE 104*6b5e5868SGarrett D'Amore0x36 0x0036 # DIGIT SIX 105*6b5e5868SGarrett D'Amore0x37 0x0037 # DIGIT SEVEN 106*6b5e5868SGarrett D'Amore0x38 0x0038 # DIGIT EIGHT 107*6b5e5868SGarrett D'Amore0x39 0x0039 # DIGIT NINE 108*6b5e5868SGarrett D'Amore0x3A 0x003A # COLON 109*6b5e5868SGarrett D'Amore0x3B 0x003B # SEMICOLON 110*6b5e5868SGarrett D'Amore0x3C 0x003C # LESS-THAN SIGN 111*6b5e5868SGarrett D'Amore0x3D 0x003D # EQUALS SIGN 112*6b5e5868SGarrett D'Amore0x3E 0x003E # GREATER-THAN SIGN 113*6b5e5868SGarrett D'Amore0x3F 0x003F # QUESTION MARK 114*6b5e5868SGarrett D'Amore0x40 0x0040 # COMMERCIAL AT 115*6b5e5868SGarrett D'Amore0x41 0x0041 # LATIN CAPITAL LETTER A 116*6b5e5868SGarrett D'Amore0x42 0x0042 # LATIN CAPITAL LETTER B 117*6b5e5868SGarrett D'Amore0x43 0x0043 # LATIN CAPITAL LETTER C 118*6b5e5868SGarrett D'Amore0x44 0x0044 # LATIN CAPITAL LETTER D 119*6b5e5868SGarrett D'Amore0x45 0x0045 # LATIN CAPITAL LETTER E 120*6b5e5868SGarrett D'Amore0x46 0x0046 # LATIN CAPITAL LETTER F 121*6b5e5868SGarrett D'Amore0x47 0x0047 # LATIN CAPITAL LETTER G 122*6b5e5868SGarrett D'Amore0x48 0x0048 # LATIN CAPITAL LETTER H 123*6b5e5868SGarrett D'Amore0x49 0x0049 # LATIN CAPITAL LETTER I 124*6b5e5868SGarrett D'Amore0x4A 0x004A # LATIN CAPITAL LETTER J 125*6b5e5868SGarrett D'Amore0x4B 0x004B # LATIN CAPITAL LETTER K 126*6b5e5868SGarrett D'Amore0x4C 0x004C # LATIN CAPITAL LETTER L 127*6b5e5868SGarrett D'Amore0x4D 0x004D # LATIN CAPITAL LETTER M 128*6b5e5868SGarrett D'Amore0x4E 0x004E # LATIN CAPITAL LETTER N 129*6b5e5868SGarrett D'Amore0x4F 0x004F # LATIN CAPITAL LETTER O 130*6b5e5868SGarrett D'Amore0x50 0x0050 # LATIN CAPITAL LETTER P 131*6b5e5868SGarrett D'Amore0x51 0x0051 # LATIN CAPITAL LETTER Q 132*6b5e5868SGarrett D'Amore0x52 0x0052 # LATIN CAPITAL LETTER R 133*6b5e5868SGarrett D'Amore0x53 0x0053 # LATIN CAPITAL LETTER S 134*6b5e5868SGarrett D'Amore0x54 0x0054 # LATIN CAPITAL LETTER T 135*6b5e5868SGarrett D'Amore0x55 0x0055 # LATIN CAPITAL LETTER U 136*6b5e5868SGarrett D'Amore0x56 0x0056 # LATIN CAPITAL LETTER V 137*6b5e5868SGarrett D'Amore0x57 0x0057 # LATIN CAPITAL LETTER W 138*6b5e5868SGarrett D'Amore0x58 0x0058 # LATIN CAPITAL LETTER X 139*6b5e5868SGarrett D'Amore0x59 0x0059 # LATIN CAPITAL LETTER Y 140*6b5e5868SGarrett D'Amore0x5A 0x005A # LATIN CAPITAL LETTER Z 141*6b5e5868SGarrett D'Amore0x5B 0x005B # LEFT SQUARE BRACKET 142*6b5e5868SGarrett D'Amore0x5C 0x005C # REVERSE SOLIDUS 143*6b5e5868SGarrett D'Amore0x5D 0x005D # RIGHT SQUARE BRACKET 144*6b5e5868SGarrett D'Amore0x5E 0x005E # CIRCUMFLEX ACCENT 145*6b5e5868SGarrett D'Amore0x5F 0x005F # LOW LINE 146*6b5e5868SGarrett D'Amore0x60 0x0060 # GRAVE ACCENT 147*6b5e5868SGarrett D'Amore0x61 0x0061 # LATIN SMALL LETTER A 148*6b5e5868SGarrett D'Amore0x62 0x0062 # LATIN SMALL LETTER B 149*6b5e5868SGarrett D'Amore0x63 0x0063 # LATIN SMALL LETTER C 150*6b5e5868SGarrett D'Amore0x64 0x0064 # LATIN SMALL LETTER D 151*6b5e5868SGarrett D'Amore0x65 0x0065 # LATIN SMALL LETTER E 152*6b5e5868SGarrett D'Amore0x66 0x0066 # LATIN SMALL LETTER F 153*6b5e5868SGarrett D'Amore0x67 0x0067 # LATIN SMALL LETTER G 154*6b5e5868SGarrett D'Amore0x68 0x0068 # LATIN SMALL LETTER H 155*6b5e5868SGarrett D'Amore0x69 0x0069 # LATIN SMALL LETTER I 156*6b5e5868SGarrett D'Amore0x6A 0x006A # LATIN SMALL LETTER J 157*6b5e5868SGarrett D'Amore0x6B 0x006B # LATIN SMALL LETTER K 158*6b5e5868SGarrett D'Amore0x6C 0x006C # LATIN SMALL LETTER L 159*6b5e5868SGarrett D'Amore0x6D 0x006D # LATIN SMALL LETTER M 160*6b5e5868SGarrett D'Amore0x6E 0x006E # LATIN SMALL LETTER N 161*6b5e5868SGarrett D'Amore0x6F 0x006F # LATIN SMALL LETTER O 162*6b5e5868SGarrett D'Amore0x70 0x0070 # LATIN SMALL LETTER P 163*6b5e5868SGarrett D'Amore0x71 0x0071 # LATIN SMALL LETTER Q 164*6b5e5868SGarrett D'Amore0x72 0x0072 # LATIN SMALL LETTER R 165*6b5e5868SGarrett D'Amore0x73 0x0073 # LATIN SMALL LETTER S 166*6b5e5868SGarrett D'Amore0x74 0x0074 # LATIN SMALL LETTER T 167*6b5e5868SGarrett D'Amore0x75 0x0075 # LATIN SMALL LETTER U 168*6b5e5868SGarrett D'Amore0x76 0x0076 # LATIN SMALL LETTER V 169*6b5e5868SGarrett D'Amore0x77 0x0077 # LATIN SMALL LETTER W 170*6b5e5868SGarrett D'Amore0x78 0x0078 # LATIN SMALL LETTER X 171*6b5e5868SGarrett D'Amore0x79 0x0079 # LATIN SMALL LETTER Y 172*6b5e5868SGarrett D'Amore0x7A 0x007A # LATIN SMALL LETTER Z 173*6b5e5868SGarrett D'Amore0x7B 0x007B # LEFT CURLY BRACKET 174*6b5e5868SGarrett D'Amore0x7C 0x007C # VERTICAL LINE 175*6b5e5868SGarrett D'Amore0x7D 0x007D # RIGHT CURLY BRACKET 176*6b5e5868SGarrett D'Amore0x7E 0x007E # TILDE 177*6b5e5868SGarrett D'Amore0x7F 0x007F # DELETE 178*6b5e5868SGarrett D'Amore0x80 0x0080 # <control> 179*6b5e5868SGarrett D'Amore0x81 0x0081 # <control> 180*6b5e5868SGarrett D'Amore0x82 0x0082 # <control> 181*6b5e5868SGarrett D'Amore0x83 0x0083 # <control> 182*6b5e5868SGarrett D'Amore0x84 0x0084 # <control> 183*6b5e5868SGarrett D'Amore0x85 0x0085 # <control> 184*6b5e5868SGarrett D'Amore0x86 0x0086 # <control> 185*6b5e5868SGarrett D'Amore0x87 0x0087 # <control> 186*6b5e5868SGarrett D'Amore0x88 0x0088 # <control> 187*6b5e5868SGarrett D'Amore0x89 0x0089 # <control> 188*6b5e5868SGarrett D'Amore0x8A 0x008A # <control> 189*6b5e5868SGarrett D'Amore0x8B 0x008B # <control> 190*6b5e5868SGarrett D'Amore0x8C 0x008C # <control> 191*6b5e5868SGarrett D'Amore0x8D 0x008D # <control> 192*6b5e5868SGarrett D'Amore0x8E 0x008E # <control> 193*6b5e5868SGarrett D'Amore0x8F 0x008F # <control> 194*6b5e5868SGarrett D'Amore0x90 0x0090 # <control> 195*6b5e5868SGarrett D'Amore0x91 0x0091 # <control> 196*6b5e5868SGarrett D'Amore0x92 0x0092 # <control> 197*6b5e5868SGarrett D'Amore0x93 0x0093 # <control> 198*6b5e5868SGarrett D'Amore0x94 0x0094 # <control> 199*6b5e5868SGarrett D'Amore0x95 0x0095 # <control> 200*6b5e5868SGarrett D'Amore0x96 0x0096 # <control> 201*6b5e5868SGarrett D'Amore0x97 0x0097 # <control> 202*6b5e5868SGarrett D'Amore0x98 0x0098 # <control> 203*6b5e5868SGarrett D'Amore0x99 0x0099 # <control> 204*6b5e5868SGarrett D'Amore0x9A 0x009A # <control> 205*6b5e5868SGarrett D'Amore0x9B 0x009B # <control> 206*6b5e5868SGarrett D'Amore0x9C 0x009C # <control> 207*6b5e5868SGarrett D'Amore0x9D 0x009D # <control> 208*6b5e5868SGarrett D'Amore0x9E 0x009E # <control> 209*6b5e5868SGarrett D'Amore0x9F 0x009F # <control> 210*6b5e5868SGarrett D'Amore0xA0 0x00A0 # NO-BREAK SPACE 211*6b5e5868SGarrett D'Amore0xA2 0x00A2 # CENT SIGN 212*6b5e5868SGarrett D'Amore0xA3 0x00A3 # POUND SIGN 213*6b5e5868SGarrett D'Amore0xA4 0x00A4 # CURRENCY SIGN 214*6b5e5868SGarrett D'Amore0xA5 0x00A5 # YEN SIGN 215*6b5e5868SGarrett D'Amore0xA6 0x00A6 # BROKEN BAR 216*6b5e5868SGarrett D'Amore0xA7 0x00A7 # SECTION SIGN 217*6b5e5868SGarrett D'Amore0xA8 0x00A8 # DIAERESIS 218*6b5e5868SGarrett D'Amore0xA9 0x00A9 # COPYRIGHT SIGN 219*6b5e5868SGarrett D'Amore0xAA 0x00D7 # MULTIPLICATION SIGN 220*6b5e5868SGarrett D'Amore0xAB 0x00AB # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK 221*6b5e5868SGarrett D'Amore0xAC 0x00AC # NOT SIGN 222*6b5e5868SGarrett D'Amore0xAD 0x00AD # SOFT HYPHEN 223*6b5e5868SGarrett D'Amore0xAE 0x00AE # REGISTERED SIGN 224*6b5e5868SGarrett D'Amore0xAF 0x00AF # MACRON 225*6b5e5868SGarrett D'Amore0xB0 0x00B0 # DEGREE SIGN 226*6b5e5868SGarrett D'Amore0xB1 0x00B1 # PLUS-MINUS SIGN 227*6b5e5868SGarrett D'Amore0xB2 0x00B2 # SUPERSCRIPT TWO 228*6b5e5868SGarrett D'Amore0xB3 0x00B3 # SUPERSCRIPT THREE 229*6b5e5868SGarrett D'Amore0xB4 0x00B4 # ACUTE ACCENT 230*6b5e5868SGarrett D'Amore0xB5 0x00B5 # MICRO SIGN 231*6b5e5868SGarrett D'Amore0xB6 0x00B6 # PILCROW SIGN 232*6b5e5868SGarrett D'Amore0xB7 0x00B7 # MIDDLE DOT 233*6b5e5868SGarrett D'Amore0xB8 0x00B8 # CEDILLA 234*6b5e5868SGarrett D'Amore0xB9 0x00B9 # SUPERSCRIPT ONE 235*6b5e5868SGarrett D'Amore0xBA 0x00F7 # DIVISION SIGN 236*6b5e5868SGarrett D'Amore0xBB 0x00BB # RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK 237*6b5e5868SGarrett D'Amore0xBC 0x00BC # VULGAR FRACTION ONE QUARTER 238*6b5e5868SGarrett D'Amore0xBD 0x00BD # VULGAR FRACTION ONE HALF 239*6b5e5868SGarrett D'Amore0xBE 0x00BE # VULGAR FRACTION THREE QUARTERS 240*6b5e5868SGarrett D'Amore0xDF 0x2017 # DOUBLE LOW LINE 241*6b5e5868SGarrett D'Amore0xE0 0x05D0 # HEBREW LETTER ALEF 242*6b5e5868SGarrett D'Amore0xE1 0x05D1 # HEBREW LETTER BET 243*6b5e5868SGarrett D'Amore0xE2 0x05D2 # HEBREW LETTER GIMEL 244*6b5e5868SGarrett D'Amore0xE3 0x05D3 # HEBREW LETTER DALET 245*6b5e5868SGarrett D'Amore0xE4 0x05D4 # HEBREW LETTER HE 246*6b5e5868SGarrett D'Amore0xE5 0x05D5 # HEBREW LETTER VAV 247*6b5e5868SGarrett D'Amore0xE6 0x05D6 # HEBREW LETTER ZAYIN 248*6b5e5868SGarrett D'Amore0xE7 0x05D7 # HEBREW LETTER HET 249*6b5e5868SGarrett D'Amore0xE8 0x05D8 # HEBREW LETTER TET 250*6b5e5868SGarrett D'Amore0xE9 0x05D9 # HEBREW LETTER YOD 251*6b5e5868SGarrett D'Amore0xEA 0x05DA # HEBREW LETTER FINAL KAF 252*6b5e5868SGarrett D'Amore0xEB 0x05DB # HEBREW LETTER KAF 253*6b5e5868SGarrett D'Amore0xEC 0x05DC # HEBREW LETTER LAMED 254*6b5e5868SGarrett D'Amore0xED 0x05DD # HEBREW LETTER FINAL MEM 255*6b5e5868SGarrett D'Amore0xEE 0x05DE # HEBREW LETTER MEM 256*6b5e5868SGarrett D'Amore0xEF 0x05DF # HEBREW LETTER FINAL NUN 257*6b5e5868SGarrett D'Amore0xF0 0x05E0 # HEBREW LETTER NUN 258*6b5e5868SGarrett D'Amore0xF1 0x05E1 # HEBREW LETTER SAMEKH 259*6b5e5868SGarrett D'Amore0xF2 0x05E2 # HEBREW LETTER AYIN 260*6b5e5868SGarrett D'Amore0xF3 0x05E3 # HEBREW LETTER FINAL PE 261*6b5e5868SGarrett D'Amore0xF4 0x05E4 # HEBREW LETTER PE 262*6b5e5868SGarrett D'Amore0xF5 0x05E5 # HEBREW LETTER FINAL TSADI 263*6b5e5868SGarrett D'Amore0xF6 0x05E6 # HEBREW LETTER TSADI 264*6b5e5868SGarrett D'Amore0xF7 0x05E7 # HEBREW LETTER QOF 265*6b5e5868SGarrett D'Amore0xF8 0x05E8 # HEBREW LETTER RESH 266*6b5e5868SGarrett D'Amore0xF9 0x05E9 # HEBREW LETTER SHIN 267*6b5e5868SGarrett D'Amore0xFA 0x05EA # HEBREW LETTER TAV 268*6b5e5868SGarrett D'Amore0xFD 0x200E # LEFT-TO-RIGHT MARK 269*6b5e5868SGarrett D'Amore0xFE 0x200F # RIGHT-TO-LEFT MARK 270*6b5e5868SGarrett D'Amore 271