Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/wcwidth/table_wide.py: 100%

1 statements  

« prev     ^ index     » next       coverage.py v7.4.4, created at 2024-04-20 06:09 +0000

1""" 

2Exports WIDE_EASTASIAN table keyed by supporting unicode version level. 

3 

4This code generated by wcwidth/bin/update-tables.py on 2024-01-06 01:39:49 UTC. 

5""" 

6WIDE_EASTASIAN = { 

7 '4.1.0': ( 

8 # Source: EastAsianWidth-4.1.0.txt 

9 # Date: 2005-03-17, 15:21:00 PST [KW] 

10 # 

11 (0x01100, 0x01159,), # Hangul Choseong Kiyeok ..Hangul Choseong Yeorinhi 

12 (0x0115f, 0x0115f,), # Hangul Choseong Filler 

13 (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra 

14 (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap 

15 (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified 

16 (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute 

17 (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description 

18 (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine 

19 (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In 

20 (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke 

21 (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto 

22 (0x03105, 0x0312c,), # Bopomofo Letter B ..Bopomofo Letter Gn 

23 (0x03131, 0x0318e,), # Hangul Letter Kiyeok ..Hangul Letter Araeae 

24 (0x03190, 0x031b7,), # Ideographic Annotation L..Bopomofo Final Letter H 

25 (0x031c0, 0x031cf,), # Cjk Stroke T ..Cjk Stroke N 

26 (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha 

27 (0x03220, 0x03243,), # Parenthesized Ideograph ..Parenthesized Ideograph 

28 (0x03250, 0x032fe,), # Partnership Sign ..Circled Katakana Wo 

29 (0x03300, 0x04db5,), # Square Apaato ..Cjk Unified Ideograph-4d 

30 (0x04e00, 0x09fbb,), # Cjk Unified Ideograph-4e..Cjk Unified Ideograph-9f 

31 (0x0a000, 0x0a48c,), # Yi Syllable It ..Yi Syllable Yyr 

32 (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke 

33 (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih 

34 (0x0f900, 0x0fa2d,), # Cjk Compatibility Ideogr..Cjk Compatibility Ideogr 

35 (0x0fa30, 0x0fa6a,), # Cjk Compatibility Ideogr..Cjk Compatibility Ideogr 

36 (0x0fa70, 0x0fad9,), # Cjk Compatibility Ideogr..Cjk Compatibility Ideogr 

37 (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve 

38 (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop 

39 (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign 

40 (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At 

41 (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa 

42 (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign 

43 (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil) 

44 (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil) 

45 ), 

46 '5.0.0': ( 

47 # Source: EastAsianWidth-5.0.0.txt 

48 # Date: 2006-02-15, 14:39:00 PST [KW] 

49 # 

50 (0x01100, 0x01159,), # Hangul Choseong Kiyeok ..Hangul Choseong Yeorinhi 

51 (0x0115f, 0x0115f,), # Hangul Choseong Filler 

52 (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra 

53 (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap 

54 (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified 

55 (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute 

56 (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description 

57 (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine 

58 (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In 

59 (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke 

60 (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto 

61 (0x03105, 0x0312c,), # Bopomofo Letter B ..Bopomofo Letter Gn 

62 (0x03131, 0x0318e,), # Hangul Letter Kiyeok ..Hangul Letter Araeae 

63 (0x03190, 0x031b7,), # Ideographic Annotation L..Bopomofo Final Letter H 

64 (0x031c0, 0x031cf,), # Cjk Stroke T ..Cjk Stroke N 

65 (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha 

66 (0x03220, 0x03243,), # Parenthesized Ideograph ..Parenthesized Ideograph 

67 (0x03250, 0x032fe,), # Partnership Sign ..Circled Katakana Wo 

68 (0x03300, 0x04db5,), # Square Apaato ..Cjk Unified Ideograph-4d 

69 (0x04e00, 0x09fbb,), # Cjk Unified Ideograph-4e..Cjk Unified Ideograph-9f 

70 (0x0a000, 0x0a48c,), # Yi Syllable It ..Yi Syllable Yyr 

71 (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke 

72 (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih 

73 (0x0f900, 0x0fa2d,), # Cjk Compatibility Ideogr..Cjk Compatibility Ideogr 

74 (0x0fa30, 0x0fa6a,), # Cjk Compatibility Ideogr..Cjk Compatibility Ideogr 

75 (0x0fa70, 0x0fad9,), # Cjk Compatibility Ideogr..Cjk Compatibility Ideogr 

76 (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve 

77 (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop 

78 (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign 

79 (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At 

80 (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa 

81 (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign 

82 (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil) 

83 (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil) 

84 ), 

85 '5.1.0': ( 

86 # Source: EastAsianWidth-5.1.0.txt 

87 # Date: 2008-03-20, 17:42:00 PDT [KW] 

88 # 

89 (0x01100, 0x01159,), # Hangul Choseong Kiyeok ..Hangul Choseong Yeorinhi 

90 (0x0115f, 0x0115f,), # Hangul Choseong Filler 

91 (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra 

92 (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap 

93 (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified 

94 (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute 

95 (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description 

96 (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine 

97 (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In 

98 (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke 

99 (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto 

100 (0x03105, 0x0312d,), # Bopomofo Letter B ..Bopomofo Letter Ih 

101 (0x03131, 0x0318e,), # Hangul Letter Kiyeok ..Hangul Letter Araeae 

102 (0x03190, 0x031b7,), # Ideographic Annotation L..Bopomofo Final Letter H 

103 (0x031c0, 0x031e3,), # Cjk Stroke T ..Cjk Stroke Q 

104 (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha 

105 (0x03220, 0x03243,), # Parenthesized Ideograph ..Parenthesized Ideograph 

106 (0x03250, 0x032fe,), # Partnership Sign ..Circled Katakana Wo 

107 (0x03300, 0x04db5,), # Square Apaato ..Cjk Unified Ideograph-4d 

108 (0x04e00, 0x09fc3,), # Cjk Unified Ideograph-4e..Cjk Unified Ideograph-9f 

109 (0x0a000, 0x0a48c,), # Yi Syllable It ..Yi Syllable Yyr 

110 (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke 

111 (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih 

112 (0x0f900, 0x0fa2d,), # Cjk Compatibility Ideogr..Cjk Compatibility Ideogr 

113 (0x0fa30, 0x0fa6a,), # Cjk Compatibility Ideogr..Cjk Compatibility Ideogr 

114 (0x0fa70, 0x0fad9,), # Cjk Compatibility Ideogr..Cjk Compatibility Ideogr 

115 (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve 

116 (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop 

117 (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign 

118 (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At 

119 (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa 

120 (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign 

121 (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil) 

122 (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil) 

123 ), 

124 '5.2.0': ( 

125 # Source: EastAsianWidth-5.2.0.txt 

126 # Date: 2009-06-09, 17:47:00 PDT [KW] 

127 # 

128 (0x01100, 0x0115f,), # Hangul Choseong Kiyeok ..Hangul Choseong Filler 

129 (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra 

130 (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap 

131 (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified 

132 (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute 

133 (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description 

134 (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine 

135 (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In 

136 (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke 

137 (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto 

138 (0x03105, 0x0312d,), # Bopomofo Letter B ..Bopomofo Letter Ih 

139 (0x03131, 0x0318e,), # Hangul Letter Kiyeok ..Hangul Letter Araeae 

140 (0x03190, 0x031b7,), # Ideographic Annotation L..Bopomofo Final Letter H 

141 (0x031c0, 0x031e3,), # Cjk Stroke T ..Cjk Stroke Q 

142 (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha 

143 (0x03220, 0x03247,), # Parenthesized Ideograph ..Circled Ideograph Koto 

144 (0x03250, 0x032fe,), # Partnership Sign ..Circled Katakana Wo 

145 (0x03300, 0x04dbf,), # Square Apaato ..Cjk Unified Ideograph-4d 

146 (0x04e00, 0x0a48c,), # Cjk Unified Ideograph-4e..Yi Syllable Yyr 

147 (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke 

148 (0x0a960, 0x0a97c,), # Hangul Choseong Tikeut-m..Hangul Choseong Ssangyeo 

149 (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih 

150 (0x0f900, 0x0faff,), # Cjk Compatibility Ideogr..(nil) 

151 (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve 

152 (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop 

153 (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign 

154 (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At 

155 (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa 

156 (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign 

157 (0x1f200, 0x1f200,), # Square Hiragana Hoka 

158 (0x1f210, 0x1f231,), # Squared Cjk Unified Ideo..Squared Cjk Unified Ideo 

159 (0x1f240, 0x1f248,), # Tortoise Shell Bracketed..Tortoise Shell Bracketed 

160 (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil) 

161 (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil) 

162 ), 

163 '6.0.0': ( 

164 # Source: EastAsianWidth-6.0.0.txt 

165 # Date: 2010-08-17, 12:17:00 PDT [KW] 

166 # 

167 (0x01100, 0x0115f,), # Hangul Choseong Kiyeok ..Hangul Choseong Filler 

168 (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra 

169 (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap 

170 (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified 

171 (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute 

172 (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description 

173 (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine 

174 (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In 

175 (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke 

176 (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto 

177 (0x03105, 0x0312d,), # Bopomofo Letter B ..Bopomofo Letter Ih 

178 (0x03131, 0x0318e,), # Hangul Letter Kiyeok ..Hangul Letter Araeae 

179 (0x03190, 0x031ba,), # Ideographic Annotation L..Bopomofo Letter Zy 

180 (0x031c0, 0x031e3,), # Cjk Stroke T ..Cjk Stroke Q 

181 (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha 

182 (0x03220, 0x03247,), # Parenthesized Ideograph ..Circled Ideograph Koto 

183 (0x03250, 0x032fe,), # Partnership Sign ..Circled Katakana Wo 

184 (0x03300, 0x04dbf,), # Square Apaato ..Cjk Unified Ideograph-4d 

185 (0x04e00, 0x0a48c,), # Cjk Unified Ideograph-4e..Yi Syllable Yyr 

186 (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke 

187 (0x0a960, 0x0a97c,), # Hangul Choseong Tikeut-m..Hangul Choseong Ssangyeo 

188 (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih 

189 (0x0f900, 0x0faff,), # Cjk Compatibility Ideogr..(nil) 

190 (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve 

191 (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop 

192 (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign 

193 (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At 

194 (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa 

195 (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign 

196 (0x1b000, 0x1b001,), # Katakana Letter Archaic ..Hiragana Letter Archaic 

197 (0x1f200, 0x1f202,), # Square Hiragana Hoka ..Squared Katakana Sa 

198 (0x1f210, 0x1f23a,), # Squared Cjk Unified Ideo..Squared Cjk Unified Ideo 

199 (0x1f240, 0x1f248,), # Tortoise Shell Bracketed..Tortoise Shell Bracketed 

200 (0x1f250, 0x1f251,), # Circled Ideograph Advant..Circled Ideograph Accept 

201 (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil) 

202 (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil) 

203 ), 

204 '6.1.0': ( 

205 # Source: EastAsianWidth-6.1.0.txt 

206 # Date: 2011-09-19, 18:46:00 GMT [KW] 

207 # 

208 (0x01100, 0x0115f,), # Hangul Choseong Kiyeok ..Hangul Choseong Filler 

209 (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra 

210 (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap 

211 (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified 

212 (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute 

213 (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description 

214 (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine 

215 (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In 

216 (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke 

217 (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto 

218 (0x03105, 0x0312d,), # Bopomofo Letter B ..Bopomofo Letter Ih 

219 (0x03131, 0x0318e,), # Hangul Letter Kiyeok ..Hangul Letter Araeae 

220 (0x03190, 0x031ba,), # Ideographic Annotation L..Bopomofo Letter Zy 

221 (0x031c0, 0x031e3,), # Cjk Stroke T ..Cjk Stroke Q 

222 (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha 

223 (0x03220, 0x03247,), # Parenthesized Ideograph ..Circled Ideograph Koto 

224 (0x03250, 0x032fe,), # Partnership Sign ..Circled Katakana Wo 

225 (0x03300, 0x04dbf,), # Square Apaato ..Cjk Unified Ideograph-4d 

226 (0x04e00, 0x0a48c,), # Cjk Unified Ideograph-4e..Yi Syllable Yyr 

227 (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke 

228 (0x0a960, 0x0a97c,), # Hangul Choseong Tikeut-m..Hangul Choseong Ssangyeo 

229 (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih 

230 (0x0f900, 0x0faff,), # Cjk Compatibility Ideogr..(nil) 

231 (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve 

232 (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop 

233 (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign 

234 (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At 

235 (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa 

236 (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign 

237 (0x1b000, 0x1b001,), # Katakana Letter Archaic ..Hiragana Letter Archaic 

238 (0x1f200, 0x1f202,), # Square Hiragana Hoka ..Squared Katakana Sa 

239 (0x1f210, 0x1f23a,), # Squared Cjk Unified Ideo..Squared Cjk Unified Ideo 

240 (0x1f240, 0x1f248,), # Tortoise Shell Bracketed..Tortoise Shell Bracketed 

241 (0x1f250, 0x1f251,), # Circled Ideograph Advant..Circled Ideograph Accept 

242 (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil) 

243 (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil) 

244 ), 

245 '6.2.0': ( 

246 # Source: EastAsianWidth-6.2.0.txt 

247 # Date: 2012-05-15, 18:30:00 GMT [KW] 

248 # 

249 (0x01100, 0x0115f,), # Hangul Choseong Kiyeok ..Hangul Choseong Filler 

250 (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra 

251 (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap 

252 (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified 

253 (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute 

254 (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description 

255 (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine 

256 (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In 

257 (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke 

258 (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto 

259 (0x03105, 0x0312d,), # Bopomofo Letter B ..Bopomofo Letter Ih 

260 (0x03131, 0x0318e,), # Hangul Letter Kiyeok ..Hangul Letter Araeae 

261 (0x03190, 0x031ba,), # Ideographic Annotation L..Bopomofo Letter Zy 

262 (0x031c0, 0x031e3,), # Cjk Stroke T ..Cjk Stroke Q 

263 (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha 

264 (0x03220, 0x03247,), # Parenthesized Ideograph ..Circled Ideograph Koto 

265 (0x03250, 0x032fe,), # Partnership Sign ..Circled Katakana Wo 

266 (0x03300, 0x04dbf,), # Square Apaato ..Cjk Unified Ideograph-4d 

267 (0x04e00, 0x0a48c,), # Cjk Unified Ideograph-4e..Yi Syllable Yyr 

268 (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke 

269 (0x0a960, 0x0a97c,), # Hangul Choseong Tikeut-m..Hangul Choseong Ssangyeo 

270 (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih 

271 (0x0f900, 0x0faff,), # Cjk Compatibility Ideogr..(nil) 

272 (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve 

273 (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop 

274 (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign 

275 (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At 

276 (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa 

277 (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign 

278 (0x1b000, 0x1b001,), # Katakana Letter Archaic ..Hiragana Letter Archaic 

279 (0x1f200, 0x1f202,), # Square Hiragana Hoka ..Squared Katakana Sa 

280 (0x1f210, 0x1f23a,), # Squared Cjk Unified Ideo..Squared Cjk Unified Ideo 

281 (0x1f240, 0x1f248,), # Tortoise Shell Bracketed..Tortoise Shell Bracketed 

282 (0x1f250, 0x1f251,), # Circled Ideograph Advant..Circled Ideograph Accept 

283 (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil) 

284 (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil) 

285 ), 

286 '6.3.0': ( 

287 # Source: EastAsianWidth-6.3.0.txt 

288 # Date: 2013-02-05, 20:09:00 GMT [KW, LI] 

289 # 

290 (0x01100, 0x0115f,), # Hangul Choseong Kiyeok ..Hangul Choseong Filler 

291 (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra 

292 (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap 

293 (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified 

294 (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute 

295 (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description 

296 (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine 

297 (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In 

298 (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke 

299 (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto 

300 (0x03105, 0x0312d,), # Bopomofo Letter B ..Bopomofo Letter Ih 

301 (0x03131, 0x0318e,), # Hangul Letter Kiyeok ..Hangul Letter Araeae 

302 (0x03190, 0x031ba,), # Ideographic Annotation L..Bopomofo Letter Zy 

303 (0x031c0, 0x031e3,), # Cjk Stroke T ..Cjk Stroke Q 

304 (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha 

305 (0x03220, 0x03247,), # Parenthesized Ideograph ..Circled Ideograph Koto 

306 (0x03250, 0x032fe,), # Partnership Sign ..Circled Katakana Wo 

307 (0x03300, 0x04dbf,), # Square Apaato ..Cjk Unified Ideograph-4d 

308 (0x04e00, 0x0a48c,), # Cjk Unified Ideograph-4e..Yi Syllable Yyr 

309 (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke 

310 (0x0a960, 0x0a97c,), # Hangul Choseong Tikeut-m..Hangul Choseong Ssangyeo 

311 (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih 

312 (0x0f900, 0x0faff,), # Cjk Compatibility Ideogr..(nil) 

313 (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve 

314 (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop 

315 (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign 

316 (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At 

317 (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa 

318 (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign 

319 (0x1b000, 0x1b001,), # Katakana Letter Archaic ..Hiragana Letter Archaic 

320 (0x1f200, 0x1f202,), # Square Hiragana Hoka ..Squared Katakana Sa 

321 (0x1f210, 0x1f23a,), # Squared Cjk Unified Ideo..Squared Cjk Unified Ideo 

322 (0x1f240, 0x1f248,), # Tortoise Shell Bracketed..Tortoise Shell Bracketed 

323 (0x1f250, 0x1f251,), # Circled Ideograph Advant..Circled Ideograph Accept 

324 (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil) 

325 (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil) 

326 ), 

327 '7.0.0': ( 

328 # Source: EastAsianWidth-7.0.0.txt 

329 # Date: 2014-02-28, 23:15:00 GMT [KW, LI] 

330 # 

331 (0x01100, 0x0115f,), # Hangul Choseong Kiyeok ..Hangul Choseong Filler 

332 (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra 

333 (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap 

334 (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified 

335 (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute 

336 (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description 

337 (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine 

338 (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In 

339 (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke 

340 (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto 

341 (0x03105, 0x0312d,), # Bopomofo Letter B ..Bopomofo Letter Ih 

342 (0x03131, 0x0318e,), # Hangul Letter Kiyeok ..Hangul Letter Araeae 

343 (0x03190, 0x031ba,), # Ideographic Annotation L..Bopomofo Letter Zy 

344 (0x031c0, 0x031e3,), # Cjk Stroke T ..Cjk Stroke Q 

345 (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha 

346 (0x03220, 0x03247,), # Parenthesized Ideograph ..Circled Ideograph Koto 

347 (0x03250, 0x032fe,), # Partnership Sign ..Circled Katakana Wo 

348 (0x03300, 0x04dbf,), # Square Apaato ..Cjk Unified Ideograph-4d 

349 (0x04e00, 0x0a48c,), # Cjk Unified Ideograph-4e..Yi Syllable Yyr 

350 (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke 

351 (0x0a960, 0x0a97c,), # Hangul Choseong Tikeut-m..Hangul Choseong Ssangyeo 

352 (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih 

353 (0x0f900, 0x0faff,), # Cjk Compatibility Ideogr..(nil) 

354 (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve 

355 (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop 

356 (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign 

357 (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At 

358 (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa 

359 (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign 

360 (0x1b000, 0x1b001,), # Katakana Letter Archaic ..Hiragana Letter Archaic 

361 (0x1f200, 0x1f202,), # Square Hiragana Hoka ..Squared Katakana Sa 

362 (0x1f210, 0x1f23a,), # Squared Cjk Unified Ideo..Squared Cjk Unified Ideo 

363 (0x1f240, 0x1f248,), # Tortoise Shell Bracketed..Tortoise Shell Bracketed 

364 (0x1f250, 0x1f251,), # Circled Ideograph Advant..Circled Ideograph Accept 

365 (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil) 

366 (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil) 

367 ), 

368 '8.0.0': ( 

369 # Source: EastAsianWidth-8.0.0.txt 

370 # Date: 2015-02-10, 21:00:00 GMT [KW, LI] 

371 # 

372 (0x01100, 0x0115f,), # Hangul Choseong Kiyeok ..Hangul Choseong Filler 

373 (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra 

374 (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap 

375 (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified 

376 (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute 

377 (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description 

378 (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine 

379 (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In 

380 (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke 

381 (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto 

382 (0x03105, 0x0312d,), # Bopomofo Letter B ..Bopomofo Letter Ih 

383 (0x03131, 0x0318e,), # Hangul Letter Kiyeok ..Hangul Letter Araeae 

384 (0x03190, 0x031ba,), # Ideographic Annotation L..Bopomofo Letter Zy 

385 (0x031c0, 0x031e3,), # Cjk Stroke T ..Cjk Stroke Q 

386 (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha 

387 (0x03220, 0x03247,), # Parenthesized Ideograph ..Circled Ideograph Koto 

388 (0x03250, 0x032fe,), # Partnership Sign ..Circled Katakana Wo 

389 (0x03300, 0x04dbf,), # Square Apaato ..Cjk Unified Ideograph-4d 

390 (0x04e00, 0x0a48c,), # Cjk Unified Ideograph-4e..Yi Syllable Yyr 

391 (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke 

392 (0x0a960, 0x0a97c,), # Hangul Choseong Tikeut-m..Hangul Choseong Ssangyeo 

393 (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih 

394 (0x0f900, 0x0faff,), # Cjk Compatibility Ideogr..(nil) 

395 (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve 

396 (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop 

397 (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign 

398 (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At 

399 (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa 

400 (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign 

401 (0x1b000, 0x1b001,), # Katakana Letter Archaic ..Hiragana Letter Archaic 

402 (0x1f200, 0x1f202,), # Square Hiragana Hoka ..Squared Katakana Sa 

403 (0x1f210, 0x1f23a,), # Squared Cjk Unified Ideo..Squared Cjk Unified Ideo 

404 (0x1f240, 0x1f248,), # Tortoise Shell Bracketed..Tortoise Shell Bracketed 

405 (0x1f250, 0x1f251,), # Circled Ideograph Advant..Circled Ideograph Accept 

406 (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil) 

407 (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil) 

408 ), 

409 '9.0.0': ( 

410 # Source: EastAsianWidth-9.0.0.txt 

411 # Date: 2016-05-27, 17:00:00 GMT [KW, LI] 

412 # 

413 (0x01100, 0x0115f,), # Hangul Choseong Kiyeok ..Hangul Choseong Filler 

414 (0x0231a, 0x0231b,), # Watch ..Hourglass 

415 (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra 

416 (0x023e9, 0x023ec,), # Black Right-pointing Dou..Black Down-pointing Doub 

417 (0x023f0, 0x023f0,), # Alarm Clock 

418 (0x023f3, 0x023f3,), # Hourglass With Flowing Sand 

419 (0x025fd, 0x025fe,), # White Medium Small Squar..Black Medium Small Squar 

420 (0x02614, 0x02615,), # Umbrella With Rain Drops..Hot Beverage 

421 (0x02648, 0x02653,), # Aries ..Pisces 

422 (0x0267f, 0x0267f,), # Wheelchair Symbol 

423 (0x02693, 0x02693,), # Anchor 

424 (0x026a1, 0x026a1,), # High Voltage Sign 

425 (0x026aa, 0x026ab,), # Medium White Circle ..Medium Black Circle 

426 (0x026bd, 0x026be,), # Soccer Ball ..Baseball 

427 (0x026c4, 0x026c5,), # Snowman Without Snow ..Sun Behind Cloud 

428 (0x026ce, 0x026ce,), # Ophiuchus 

429 (0x026d4, 0x026d4,), # No Entry 

430 (0x026ea, 0x026ea,), # Church 

431 (0x026f2, 0x026f3,), # Fountain ..Flag In Hole 

432 (0x026f5, 0x026f5,), # Sailboat 

433 (0x026fa, 0x026fa,), # Tent 

434 (0x026fd, 0x026fd,), # Fuel Pump 

435 (0x02705, 0x02705,), # White Heavy Check Mark 

436 (0x0270a, 0x0270b,), # Raised Fist ..Raised Hand 

437 (0x02728, 0x02728,), # Sparkles 

438 (0x0274c, 0x0274c,), # Cross Mark 

439 (0x0274e, 0x0274e,), # Negative Squared Cross Mark 

440 (0x02753, 0x02755,), # Black Question Mark Orna..White Exclamation Mark O 

441 (0x02757, 0x02757,), # Heavy Exclamation Mark Symbol 

442 (0x02795, 0x02797,), # Heavy Plus Sign ..Heavy Division Sign 

443 (0x027b0, 0x027b0,), # Curly Loop 

444 (0x027bf, 0x027bf,), # Double Curly Loop 

445 (0x02b1b, 0x02b1c,), # Black Large Square ..White Large Square 

446 (0x02b50, 0x02b50,), # White Medium Star 

447 (0x02b55, 0x02b55,), # Heavy Large Circle 

448 (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap 

449 (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified 

450 (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute 

451 (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description 

452 (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine 

453 (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In 

454 (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke 

455 (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto 

456 (0x03105, 0x0312d,), # Bopomofo Letter B ..Bopomofo Letter Ih 

457 (0x03131, 0x0318e,), # Hangul Letter Kiyeok ..Hangul Letter Araeae 

458 (0x03190, 0x031ba,), # Ideographic Annotation L..Bopomofo Letter Zy 

459 (0x031c0, 0x031e3,), # Cjk Stroke T ..Cjk Stroke Q 

460 (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha 

461 (0x03220, 0x03247,), # Parenthesized Ideograph ..Circled Ideograph Koto 

462 (0x03250, 0x032fe,), # Partnership Sign ..Circled Katakana Wo 

463 (0x03300, 0x04dbf,), # Square Apaato ..Cjk Unified Ideograph-4d 

464 (0x04e00, 0x0a48c,), # Cjk Unified Ideograph-4e..Yi Syllable Yyr 

465 (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke 

466 (0x0a960, 0x0a97c,), # Hangul Choseong Tikeut-m..Hangul Choseong Ssangyeo 

467 (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih 

468 (0x0f900, 0x0faff,), # Cjk Compatibility Ideogr..(nil) 

469 (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve 

470 (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop 

471 (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign 

472 (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At 

473 (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa 

474 (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign 

475 (0x16fe0, 0x16fe0,), # Tangut Iteration Mark 

476 (0x17000, 0x187ec,), # (nil) 

477 (0x18800, 0x18af2,), # Tangut Component-001 ..Tangut Component-755 

478 (0x1b000, 0x1b001,), # Katakana Letter Archaic ..Hiragana Letter Archaic 

479 (0x1f004, 0x1f004,), # Mahjong Tile Red Dragon 

480 (0x1f0cf, 0x1f0cf,), # Playing Card Black Joker 

481 (0x1f18e, 0x1f18e,), # Negative Squared Ab 

482 (0x1f191, 0x1f19a,), # Squared Cl ..Squared Vs 

483 (0x1f200, 0x1f202,), # Square Hiragana Hoka ..Squared Katakana Sa 

484 (0x1f210, 0x1f23b,), # Squared Cjk Unified Ideo..Squared Cjk Unified Ideo 

485 (0x1f240, 0x1f248,), # Tortoise Shell Bracketed..Tortoise Shell Bracketed 

486 (0x1f250, 0x1f251,), # Circled Ideograph Advant..Circled Ideograph Accept 

487 (0x1f300, 0x1f320,), # Cyclone ..Shooting Star 

488 (0x1f32d, 0x1f335,), # Hot Dog ..Cactus 

489 (0x1f337, 0x1f37c,), # Tulip ..Baby Bottle 

490 (0x1f37e, 0x1f393,), # Bottle With Popping Cork..Graduation Cap 

491 (0x1f3a0, 0x1f3ca,), # Carousel Horse ..Swimmer 

492 (0x1f3cf, 0x1f3d3,), # Cricket Bat And Ball ..Table Tennis Paddle And 

493 (0x1f3e0, 0x1f3f0,), # House Building ..European Castle 

494 (0x1f3f4, 0x1f3f4,), # Waving Black Flag 

495 (0x1f3f8, 0x1f3fa,), # Badminton Racquet And Sh..Amphora 

496 (0x1f400, 0x1f43e,), # Rat ..Paw Prints 

497 (0x1f440, 0x1f440,), # Eyes 

498 (0x1f442, 0x1f4fc,), # Ear ..Videocassette 

499 (0x1f4ff, 0x1f53d,), # Prayer Beads ..Down-pointing Small Red 

500 (0x1f54b, 0x1f54e,), # Kaaba ..Menorah With Nine Branch 

501 (0x1f550, 0x1f567,), # Clock Face One Oclock ..Clock Face Twelve-thirty 

502 (0x1f57a, 0x1f57a,), # Man Dancing 

503 (0x1f595, 0x1f596,), # Reversed Hand With Middl..Raised Hand With Part Be 

504 (0x1f5a4, 0x1f5a4,), # Black Heart 

505 (0x1f5fb, 0x1f64f,), # Mount Fuji ..Person With Folded Hands 

506 (0x1f680, 0x1f6c5,), # Rocket ..Left Luggage 

507 (0x1f6cc, 0x1f6cc,), # Sleeping Accommodation 

508 (0x1f6d0, 0x1f6d2,), # Place Of Worship ..Shopping Trolley 

509 (0x1f6eb, 0x1f6ec,), # Airplane Departure ..Airplane Arriving 

510 (0x1f6f4, 0x1f6f6,), # Scooter ..Canoe 

511 (0x1f910, 0x1f91e,), # Zipper-mouth Face ..Hand With Index And Midd 

512 (0x1f920, 0x1f927,), # Face With Cowboy Hat ..Sneezing Face 

513 (0x1f930, 0x1f930,), # Pregnant Woman 

514 (0x1f933, 0x1f93e,), # Selfie ..Handball 

515 (0x1f940, 0x1f94b,), # Wilted Flower ..Martial Arts Uniform 

516 (0x1f950, 0x1f95e,), # Croissant ..Pancakes 

517 (0x1f980, 0x1f991,), # Crab ..Squid 

518 (0x1f9c0, 0x1f9c0,), # Cheese Wedge 

519 (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil) 

520 (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil) 

521 ), 

522 '10.0.0': ( 

523 # Source: EastAsianWidth-10.0.0.txt 

524 # Date: 2017-03-08, 02:00:00 GMT [KW, LI] 

525 # 

526 (0x01100, 0x0115f,), # Hangul Choseong Kiyeok ..Hangul Choseong Filler 

527 (0x0231a, 0x0231b,), # Watch ..Hourglass 

528 (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra 

529 (0x023e9, 0x023ec,), # Black Right-pointing Dou..Black Down-pointing Doub 

530 (0x023f0, 0x023f0,), # Alarm Clock 

531 (0x023f3, 0x023f3,), # Hourglass With Flowing Sand 

532 (0x025fd, 0x025fe,), # White Medium Small Squar..Black Medium Small Squar 

533 (0x02614, 0x02615,), # Umbrella With Rain Drops..Hot Beverage 

534 (0x02648, 0x02653,), # Aries ..Pisces 

535 (0x0267f, 0x0267f,), # Wheelchair Symbol 

536 (0x02693, 0x02693,), # Anchor 

537 (0x026a1, 0x026a1,), # High Voltage Sign 

538 (0x026aa, 0x026ab,), # Medium White Circle ..Medium Black Circle 

539 (0x026bd, 0x026be,), # Soccer Ball ..Baseball 

540 (0x026c4, 0x026c5,), # Snowman Without Snow ..Sun Behind Cloud 

541 (0x026ce, 0x026ce,), # Ophiuchus 

542 (0x026d4, 0x026d4,), # No Entry 

543 (0x026ea, 0x026ea,), # Church 

544 (0x026f2, 0x026f3,), # Fountain ..Flag In Hole 

545 (0x026f5, 0x026f5,), # Sailboat 

546 (0x026fa, 0x026fa,), # Tent 

547 (0x026fd, 0x026fd,), # Fuel Pump 

548 (0x02705, 0x02705,), # White Heavy Check Mark 

549 (0x0270a, 0x0270b,), # Raised Fist ..Raised Hand 

550 (0x02728, 0x02728,), # Sparkles 

551 (0x0274c, 0x0274c,), # Cross Mark 

552 (0x0274e, 0x0274e,), # Negative Squared Cross Mark 

553 (0x02753, 0x02755,), # Black Question Mark Orna..White Exclamation Mark O 

554 (0x02757, 0x02757,), # Heavy Exclamation Mark Symbol 

555 (0x02795, 0x02797,), # Heavy Plus Sign ..Heavy Division Sign 

556 (0x027b0, 0x027b0,), # Curly Loop 

557 (0x027bf, 0x027bf,), # Double Curly Loop 

558 (0x02b1b, 0x02b1c,), # Black Large Square ..White Large Square 

559 (0x02b50, 0x02b50,), # White Medium Star 

560 (0x02b55, 0x02b55,), # Heavy Large Circle 

561 (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap 

562 (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified 

563 (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute 

564 (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description 

565 (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine 

566 (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In 

567 (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke 

568 (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto 

569 (0x03105, 0x0312e,), # Bopomofo Letter B ..Bopomofo Letter O With D 

570 (0x03131, 0x0318e,), # Hangul Letter Kiyeok ..Hangul Letter Araeae 

571 (0x03190, 0x031ba,), # Ideographic Annotation L..Bopomofo Letter Zy 

572 (0x031c0, 0x031e3,), # Cjk Stroke T ..Cjk Stroke Q 

573 (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha 

574 (0x03220, 0x03247,), # Parenthesized Ideograph ..Circled Ideograph Koto 

575 (0x03250, 0x032fe,), # Partnership Sign ..Circled Katakana Wo 

576 (0x03300, 0x04dbf,), # Square Apaato ..Cjk Unified Ideograph-4d 

577 (0x04e00, 0x0a48c,), # Cjk Unified Ideograph-4e..Yi Syllable Yyr 

578 (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke 

579 (0x0a960, 0x0a97c,), # Hangul Choseong Tikeut-m..Hangul Choseong Ssangyeo 

580 (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih 

581 (0x0f900, 0x0faff,), # Cjk Compatibility Ideogr..(nil) 

582 (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve 

583 (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop 

584 (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign 

585 (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At 

586 (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa 

587 (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign 

588 (0x16fe0, 0x16fe1,), # Tangut Iteration Mark ..Nushu Iteration Mark 

589 (0x17000, 0x187ec,), # (nil) 

590 (0x18800, 0x18af2,), # Tangut Component-001 ..Tangut Component-755 

591 (0x1b000, 0x1b11e,), # Katakana Letter Archaic ..Hentaigana Letter N-mu-m 

592 (0x1b170, 0x1b2fb,), # Nushu Character-1b170 ..Nushu Character-1b2fb 

593 (0x1f004, 0x1f004,), # Mahjong Tile Red Dragon 

594 (0x1f0cf, 0x1f0cf,), # Playing Card Black Joker 

595 (0x1f18e, 0x1f18e,), # Negative Squared Ab 

596 (0x1f191, 0x1f19a,), # Squared Cl ..Squared Vs 

597 (0x1f200, 0x1f202,), # Square Hiragana Hoka ..Squared Katakana Sa 

598 (0x1f210, 0x1f23b,), # Squared Cjk Unified Ideo..Squared Cjk Unified Ideo 

599 (0x1f240, 0x1f248,), # Tortoise Shell Bracketed..Tortoise Shell Bracketed 

600 (0x1f250, 0x1f251,), # Circled Ideograph Advant..Circled Ideograph Accept 

601 (0x1f260, 0x1f265,), # Rounded Symbol For Fu ..Rounded Symbol For Cai 

602 (0x1f300, 0x1f320,), # Cyclone ..Shooting Star 

603 (0x1f32d, 0x1f335,), # Hot Dog ..Cactus 

604 (0x1f337, 0x1f37c,), # Tulip ..Baby Bottle 

605 (0x1f37e, 0x1f393,), # Bottle With Popping Cork..Graduation Cap 

606 (0x1f3a0, 0x1f3ca,), # Carousel Horse ..Swimmer 

607 (0x1f3cf, 0x1f3d3,), # Cricket Bat And Ball ..Table Tennis Paddle And 

608 (0x1f3e0, 0x1f3f0,), # House Building ..European Castle 

609 (0x1f3f4, 0x1f3f4,), # Waving Black Flag 

610 (0x1f3f8, 0x1f3fa,), # Badminton Racquet And Sh..Amphora 

611 (0x1f400, 0x1f43e,), # Rat ..Paw Prints 

612 (0x1f440, 0x1f440,), # Eyes 

613 (0x1f442, 0x1f4fc,), # Ear ..Videocassette 

614 (0x1f4ff, 0x1f53d,), # Prayer Beads ..Down-pointing Small Red 

615 (0x1f54b, 0x1f54e,), # Kaaba ..Menorah With Nine Branch 

616 (0x1f550, 0x1f567,), # Clock Face One Oclock ..Clock Face Twelve-thirty 

617 (0x1f57a, 0x1f57a,), # Man Dancing 

618 (0x1f595, 0x1f596,), # Reversed Hand With Middl..Raised Hand With Part Be 

619 (0x1f5a4, 0x1f5a4,), # Black Heart 

620 (0x1f5fb, 0x1f64f,), # Mount Fuji ..Person With Folded Hands 

621 (0x1f680, 0x1f6c5,), # Rocket ..Left Luggage 

622 (0x1f6cc, 0x1f6cc,), # Sleeping Accommodation 

623 (0x1f6d0, 0x1f6d2,), # Place Of Worship ..Shopping Trolley 

624 (0x1f6eb, 0x1f6ec,), # Airplane Departure ..Airplane Arriving 

625 (0x1f6f4, 0x1f6f8,), # Scooter ..Flying Saucer 

626 (0x1f910, 0x1f93e,), # Zipper-mouth Face ..Handball 

627 (0x1f940, 0x1f94c,), # Wilted Flower ..Curling Stone 

628 (0x1f950, 0x1f96b,), # Croissant ..Canned Food 

629 (0x1f980, 0x1f997,), # Crab ..Cricket 

630 (0x1f9c0, 0x1f9c0,), # Cheese Wedge 

631 (0x1f9d0, 0x1f9e6,), # Face With Monocle ..Socks 

632 (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil) 

633 (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil) 

634 ), 

635 '11.0.0': ( 

636 # Source: EastAsianWidth-11.0.0.txt 

637 # Date: 2018-05-14, 09:41:59 GMT [KW, LI] 

638 # 

639 (0x01100, 0x0115f,), # Hangul Choseong Kiyeok ..Hangul Choseong Filler 

640 (0x0231a, 0x0231b,), # Watch ..Hourglass 

641 (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra 

642 (0x023e9, 0x023ec,), # Black Right-pointing Dou..Black Down-pointing Doub 

643 (0x023f0, 0x023f0,), # Alarm Clock 

644 (0x023f3, 0x023f3,), # Hourglass With Flowing Sand 

645 (0x025fd, 0x025fe,), # White Medium Small Squar..Black Medium Small Squar 

646 (0x02614, 0x02615,), # Umbrella With Rain Drops..Hot Beverage 

647 (0x02648, 0x02653,), # Aries ..Pisces 

648 (0x0267f, 0x0267f,), # Wheelchair Symbol 

649 (0x02693, 0x02693,), # Anchor 

650 (0x026a1, 0x026a1,), # High Voltage Sign 

651 (0x026aa, 0x026ab,), # Medium White Circle ..Medium Black Circle 

652 (0x026bd, 0x026be,), # Soccer Ball ..Baseball 

653 (0x026c4, 0x026c5,), # Snowman Without Snow ..Sun Behind Cloud 

654 (0x026ce, 0x026ce,), # Ophiuchus 

655 (0x026d4, 0x026d4,), # No Entry 

656 (0x026ea, 0x026ea,), # Church 

657 (0x026f2, 0x026f3,), # Fountain ..Flag In Hole 

658 (0x026f5, 0x026f5,), # Sailboat 

659 (0x026fa, 0x026fa,), # Tent 

660 (0x026fd, 0x026fd,), # Fuel Pump 

661 (0x02705, 0x02705,), # White Heavy Check Mark 

662 (0x0270a, 0x0270b,), # Raised Fist ..Raised Hand 

663 (0x02728, 0x02728,), # Sparkles 

664 (0x0274c, 0x0274c,), # Cross Mark 

665 (0x0274e, 0x0274e,), # Negative Squared Cross Mark 

666 (0x02753, 0x02755,), # Black Question Mark Orna..White Exclamation Mark O 

667 (0x02757, 0x02757,), # Heavy Exclamation Mark Symbol 

668 (0x02795, 0x02797,), # Heavy Plus Sign ..Heavy Division Sign 

669 (0x027b0, 0x027b0,), # Curly Loop 

670 (0x027bf, 0x027bf,), # Double Curly Loop 

671 (0x02b1b, 0x02b1c,), # Black Large Square ..White Large Square 

672 (0x02b50, 0x02b50,), # White Medium Star 

673 (0x02b55, 0x02b55,), # Heavy Large Circle 

674 (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap 

675 (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified 

676 (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute 

677 (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description 

678 (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine 

679 (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In 

680 (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke 

681 (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto 

682 (0x03105, 0x0312f,), # Bopomofo Letter B ..Bopomofo Letter Nn 

683 (0x03131, 0x0318e,), # Hangul Letter Kiyeok ..Hangul Letter Araeae 

684 (0x03190, 0x031ba,), # Ideographic Annotation L..Bopomofo Letter Zy 

685 (0x031c0, 0x031e3,), # Cjk Stroke T ..Cjk Stroke Q 

686 (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha 

687 (0x03220, 0x03247,), # Parenthesized Ideograph ..Circled Ideograph Koto 

688 (0x03250, 0x032fe,), # Partnership Sign ..Circled Katakana Wo 

689 (0x03300, 0x04dbf,), # Square Apaato ..Cjk Unified Ideograph-4d 

690 (0x04e00, 0x0a48c,), # Cjk Unified Ideograph-4e..Yi Syllable Yyr 

691 (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke 

692 (0x0a960, 0x0a97c,), # Hangul Choseong Tikeut-m..Hangul Choseong Ssangyeo 

693 (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih 

694 (0x0f900, 0x0faff,), # Cjk Compatibility Ideogr..(nil) 

695 (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve 

696 (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop 

697 (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign 

698 (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At 

699 (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa 

700 (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign 

701 (0x16fe0, 0x16fe1,), # Tangut Iteration Mark ..Nushu Iteration Mark 

702 (0x17000, 0x187f1,), # (nil) 

703 (0x18800, 0x18af2,), # Tangut Component-001 ..Tangut Component-755 

704 (0x1b000, 0x1b11e,), # Katakana Letter Archaic ..Hentaigana Letter N-mu-m 

705 (0x1b170, 0x1b2fb,), # Nushu Character-1b170 ..Nushu Character-1b2fb 

706 (0x1f004, 0x1f004,), # Mahjong Tile Red Dragon 

707 (0x1f0cf, 0x1f0cf,), # Playing Card Black Joker 

708 (0x1f18e, 0x1f18e,), # Negative Squared Ab 

709 (0x1f191, 0x1f19a,), # Squared Cl ..Squared Vs 

710 (0x1f200, 0x1f202,), # Square Hiragana Hoka ..Squared Katakana Sa 

711 (0x1f210, 0x1f23b,), # Squared Cjk Unified Ideo..Squared Cjk Unified Ideo 

712 (0x1f240, 0x1f248,), # Tortoise Shell Bracketed..Tortoise Shell Bracketed 

713 (0x1f250, 0x1f251,), # Circled Ideograph Advant..Circled Ideograph Accept 

714 (0x1f260, 0x1f265,), # Rounded Symbol For Fu ..Rounded Symbol For Cai 

715 (0x1f300, 0x1f320,), # Cyclone ..Shooting Star 

716 (0x1f32d, 0x1f335,), # Hot Dog ..Cactus 

717 (0x1f337, 0x1f37c,), # Tulip ..Baby Bottle 

718 (0x1f37e, 0x1f393,), # Bottle With Popping Cork..Graduation Cap 

719 (0x1f3a0, 0x1f3ca,), # Carousel Horse ..Swimmer 

720 (0x1f3cf, 0x1f3d3,), # Cricket Bat And Ball ..Table Tennis Paddle And 

721 (0x1f3e0, 0x1f3f0,), # House Building ..European Castle 

722 (0x1f3f4, 0x1f3f4,), # Waving Black Flag 

723 (0x1f3f8, 0x1f3fa,), # Badminton Racquet And Sh..Amphora 

724 (0x1f400, 0x1f43e,), # Rat ..Paw Prints 

725 (0x1f440, 0x1f440,), # Eyes 

726 (0x1f442, 0x1f4fc,), # Ear ..Videocassette 

727 (0x1f4ff, 0x1f53d,), # Prayer Beads ..Down-pointing Small Red 

728 (0x1f54b, 0x1f54e,), # Kaaba ..Menorah With Nine Branch 

729 (0x1f550, 0x1f567,), # Clock Face One Oclock ..Clock Face Twelve-thirty 

730 (0x1f57a, 0x1f57a,), # Man Dancing 

731 (0x1f595, 0x1f596,), # Reversed Hand With Middl..Raised Hand With Part Be 

732 (0x1f5a4, 0x1f5a4,), # Black Heart 

733 (0x1f5fb, 0x1f64f,), # Mount Fuji ..Person With Folded Hands 

734 (0x1f680, 0x1f6c5,), # Rocket ..Left Luggage 

735 (0x1f6cc, 0x1f6cc,), # Sleeping Accommodation 

736 (0x1f6d0, 0x1f6d2,), # Place Of Worship ..Shopping Trolley 

737 (0x1f6eb, 0x1f6ec,), # Airplane Departure ..Airplane Arriving 

738 (0x1f6f4, 0x1f6f9,), # Scooter ..Skateboard 

739 (0x1f910, 0x1f93e,), # Zipper-mouth Face ..Handball 

740 (0x1f940, 0x1f970,), # Wilted Flower ..Smiling Face With Smilin 

741 (0x1f973, 0x1f976,), # Face With Party Horn And..Freezing Face 

742 (0x1f97a, 0x1f97a,), # Face With Pleading Eyes 

743 (0x1f97c, 0x1f9a2,), # Lab Coat ..Swan 

744 (0x1f9b0, 0x1f9b9,), # Emoji Component Red Hair..Supervillain 

745 (0x1f9c0, 0x1f9c2,), # Cheese Wedge ..Salt Shaker 

746 (0x1f9d0, 0x1f9ff,), # Face With Monocle ..Nazar Amulet 

747 (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil) 

748 (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil) 

749 ), 

750 '12.0.0': ( 

751 # Source: EastAsianWidth-12.0.0.txt 

752 # Date: 2019-01-21, 14:12:58 GMT [KW, LI] 

753 # 

754 (0x01100, 0x0115f,), # Hangul Choseong Kiyeok ..Hangul Choseong Filler 

755 (0x0231a, 0x0231b,), # Watch ..Hourglass 

756 (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra 

757 (0x023e9, 0x023ec,), # Black Right-pointing Dou..Black Down-pointing Doub 

758 (0x023f0, 0x023f0,), # Alarm Clock 

759 (0x023f3, 0x023f3,), # Hourglass With Flowing Sand 

760 (0x025fd, 0x025fe,), # White Medium Small Squar..Black Medium Small Squar 

761 (0x02614, 0x02615,), # Umbrella With Rain Drops..Hot Beverage 

762 (0x02648, 0x02653,), # Aries ..Pisces 

763 (0x0267f, 0x0267f,), # Wheelchair Symbol 

764 (0x02693, 0x02693,), # Anchor 

765 (0x026a1, 0x026a1,), # High Voltage Sign 

766 (0x026aa, 0x026ab,), # Medium White Circle ..Medium Black Circle 

767 (0x026bd, 0x026be,), # Soccer Ball ..Baseball 

768 (0x026c4, 0x026c5,), # Snowman Without Snow ..Sun Behind Cloud 

769 (0x026ce, 0x026ce,), # Ophiuchus 

770 (0x026d4, 0x026d4,), # No Entry 

771 (0x026ea, 0x026ea,), # Church 

772 (0x026f2, 0x026f3,), # Fountain ..Flag In Hole 

773 (0x026f5, 0x026f5,), # Sailboat 

774 (0x026fa, 0x026fa,), # Tent 

775 (0x026fd, 0x026fd,), # Fuel Pump 

776 (0x02705, 0x02705,), # White Heavy Check Mark 

777 (0x0270a, 0x0270b,), # Raised Fist ..Raised Hand 

778 (0x02728, 0x02728,), # Sparkles 

779 (0x0274c, 0x0274c,), # Cross Mark 

780 (0x0274e, 0x0274e,), # Negative Squared Cross Mark 

781 (0x02753, 0x02755,), # Black Question Mark Orna..White Exclamation Mark O 

782 (0x02757, 0x02757,), # Heavy Exclamation Mark Symbol 

783 (0x02795, 0x02797,), # Heavy Plus Sign ..Heavy Division Sign 

784 (0x027b0, 0x027b0,), # Curly Loop 

785 (0x027bf, 0x027bf,), # Double Curly Loop 

786 (0x02b1b, 0x02b1c,), # Black Large Square ..White Large Square 

787 (0x02b50, 0x02b50,), # White Medium Star 

788 (0x02b55, 0x02b55,), # Heavy Large Circle 

789 (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap 

790 (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified 

791 (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute 

792 (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description 

793 (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine 

794 (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In 

795 (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke 

796 (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto 

797 (0x03105, 0x0312f,), # Bopomofo Letter B ..Bopomofo Letter Nn 

798 (0x03131, 0x0318e,), # Hangul Letter Kiyeok ..Hangul Letter Araeae 

799 (0x03190, 0x031ba,), # Ideographic Annotation L..Bopomofo Letter Zy 

800 (0x031c0, 0x031e3,), # Cjk Stroke T ..Cjk Stroke Q 

801 (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha 

802 (0x03220, 0x03247,), # Parenthesized Ideograph ..Circled Ideograph Koto 

803 (0x03250, 0x032fe,), # Partnership Sign ..Circled Katakana Wo 

804 (0x03300, 0x04dbf,), # Square Apaato ..Cjk Unified Ideograph-4d 

805 (0x04e00, 0x0a48c,), # Cjk Unified Ideograph-4e..Yi Syllable Yyr 

806 (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke 

807 (0x0a960, 0x0a97c,), # Hangul Choseong Tikeut-m..Hangul Choseong Ssangyeo 

808 (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih 

809 (0x0f900, 0x0faff,), # Cjk Compatibility Ideogr..(nil) 

810 (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve 

811 (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop 

812 (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign 

813 (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At 

814 (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa 

815 (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign 

816 (0x16fe0, 0x16fe3,), # Tangut Iteration Mark ..Old Chinese Iteration Ma 

817 (0x17000, 0x187f7,), # (nil) 

818 (0x18800, 0x18af2,), # Tangut Component-001 ..Tangut Component-755 

819 (0x1b000, 0x1b11e,), # Katakana Letter Archaic ..Hentaigana Letter N-mu-m 

820 (0x1b150, 0x1b152,), # Hiragana Letter Small Wi..Hiragana Letter Small Wo 

821 (0x1b164, 0x1b167,), # Katakana Letter Small Wi..Katakana Letter Small N 

822 (0x1b170, 0x1b2fb,), # Nushu Character-1b170 ..Nushu Character-1b2fb 

823 (0x1f004, 0x1f004,), # Mahjong Tile Red Dragon 

824 (0x1f0cf, 0x1f0cf,), # Playing Card Black Joker 

825 (0x1f18e, 0x1f18e,), # Negative Squared Ab 

826 (0x1f191, 0x1f19a,), # Squared Cl ..Squared Vs 

827 (0x1f200, 0x1f202,), # Square Hiragana Hoka ..Squared Katakana Sa 

828 (0x1f210, 0x1f23b,), # Squared Cjk Unified Ideo..Squared Cjk Unified Ideo 

829 (0x1f240, 0x1f248,), # Tortoise Shell Bracketed..Tortoise Shell Bracketed 

830 (0x1f250, 0x1f251,), # Circled Ideograph Advant..Circled Ideograph Accept 

831 (0x1f260, 0x1f265,), # Rounded Symbol For Fu ..Rounded Symbol For Cai 

832 (0x1f300, 0x1f320,), # Cyclone ..Shooting Star 

833 (0x1f32d, 0x1f335,), # Hot Dog ..Cactus 

834 (0x1f337, 0x1f37c,), # Tulip ..Baby Bottle 

835 (0x1f37e, 0x1f393,), # Bottle With Popping Cork..Graduation Cap 

836 (0x1f3a0, 0x1f3ca,), # Carousel Horse ..Swimmer 

837 (0x1f3cf, 0x1f3d3,), # Cricket Bat And Ball ..Table Tennis Paddle And 

838 (0x1f3e0, 0x1f3f0,), # House Building ..European Castle 

839 (0x1f3f4, 0x1f3f4,), # Waving Black Flag 

840 (0x1f3f8, 0x1f3fa,), # Badminton Racquet And Sh..Amphora 

841 (0x1f400, 0x1f43e,), # Rat ..Paw Prints 

842 (0x1f440, 0x1f440,), # Eyes 

843 (0x1f442, 0x1f4fc,), # Ear ..Videocassette 

844 (0x1f4ff, 0x1f53d,), # Prayer Beads ..Down-pointing Small Red 

845 (0x1f54b, 0x1f54e,), # Kaaba ..Menorah With Nine Branch 

846 (0x1f550, 0x1f567,), # Clock Face One Oclock ..Clock Face Twelve-thirty 

847 (0x1f57a, 0x1f57a,), # Man Dancing 

848 (0x1f595, 0x1f596,), # Reversed Hand With Middl..Raised Hand With Part Be 

849 (0x1f5a4, 0x1f5a4,), # Black Heart 

850 (0x1f5fb, 0x1f64f,), # Mount Fuji ..Person With Folded Hands 

851 (0x1f680, 0x1f6c5,), # Rocket ..Left Luggage 

852 (0x1f6cc, 0x1f6cc,), # Sleeping Accommodation 

853 (0x1f6d0, 0x1f6d2,), # Place Of Worship ..Shopping Trolley 

854 (0x1f6d5, 0x1f6d5,), # Hindu Temple 

855 (0x1f6eb, 0x1f6ec,), # Airplane Departure ..Airplane Arriving 

856 (0x1f6f4, 0x1f6fa,), # Scooter ..Auto Rickshaw 

857 (0x1f7e0, 0x1f7eb,), # Large Orange Circle ..Large Brown Square 

858 (0x1f90d, 0x1f971,), # White Heart ..Yawning Face 

859 (0x1f973, 0x1f976,), # Face With Party Horn And..Freezing Face 

860 (0x1f97a, 0x1f9a2,), # Face With Pleading Eyes ..Swan 

861 (0x1f9a5, 0x1f9aa,), # Sloth ..Oyster 

862 (0x1f9ae, 0x1f9ca,), # Guide Dog ..Ice Cube 

863 (0x1f9cd, 0x1f9ff,), # Standing Person ..Nazar Amulet 

864 (0x1fa70, 0x1fa73,), # Ballet Shoes ..Shorts 

865 (0x1fa78, 0x1fa7a,), # Drop Of Blood ..Stethoscope 

866 (0x1fa80, 0x1fa82,), # Yo-yo ..Parachute 

867 (0x1fa90, 0x1fa95,), # Ringed Planet ..Banjo 

868 (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil) 

869 (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil) 

870 ), 

871 '12.1.0': ( 

872 # Source: EastAsianWidth-12.1.0.txt 

873 # Date: 2019-03-31, 22:01:58 GMT [KW, LI] 

874 # 

875 (0x01100, 0x0115f,), # Hangul Choseong Kiyeok ..Hangul Choseong Filler 

876 (0x0231a, 0x0231b,), # Watch ..Hourglass 

877 (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra 

878 (0x023e9, 0x023ec,), # Black Right-pointing Dou..Black Down-pointing Doub 

879 (0x023f0, 0x023f0,), # Alarm Clock 

880 (0x023f3, 0x023f3,), # Hourglass With Flowing Sand 

881 (0x025fd, 0x025fe,), # White Medium Small Squar..Black Medium Small Squar 

882 (0x02614, 0x02615,), # Umbrella With Rain Drops..Hot Beverage 

883 (0x02648, 0x02653,), # Aries ..Pisces 

884 (0x0267f, 0x0267f,), # Wheelchair Symbol 

885 (0x02693, 0x02693,), # Anchor 

886 (0x026a1, 0x026a1,), # High Voltage Sign 

887 (0x026aa, 0x026ab,), # Medium White Circle ..Medium Black Circle 

888 (0x026bd, 0x026be,), # Soccer Ball ..Baseball 

889 (0x026c4, 0x026c5,), # Snowman Without Snow ..Sun Behind Cloud 

890 (0x026ce, 0x026ce,), # Ophiuchus 

891 (0x026d4, 0x026d4,), # No Entry 

892 (0x026ea, 0x026ea,), # Church 

893 (0x026f2, 0x026f3,), # Fountain ..Flag In Hole 

894 (0x026f5, 0x026f5,), # Sailboat 

895 (0x026fa, 0x026fa,), # Tent 

896 (0x026fd, 0x026fd,), # Fuel Pump 

897 (0x02705, 0x02705,), # White Heavy Check Mark 

898 (0x0270a, 0x0270b,), # Raised Fist ..Raised Hand 

899 (0x02728, 0x02728,), # Sparkles 

900 (0x0274c, 0x0274c,), # Cross Mark 

901 (0x0274e, 0x0274e,), # Negative Squared Cross Mark 

902 (0x02753, 0x02755,), # Black Question Mark Orna..White Exclamation Mark O 

903 (0x02757, 0x02757,), # Heavy Exclamation Mark Symbol 

904 (0x02795, 0x02797,), # Heavy Plus Sign ..Heavy Division Sign 

905 (0x027b0, 0x027b0,), # Curly Loop 

906 (0x027bf, 0x027bf,), # Double Curly Loop 

907 (0x02b1b, 0x02b1c,), # Black Large Square ..White Large Square 

908 (0x02b50, 0x02b50,), # White Medium Star 

909 (0x02b55, 0x02b55,), # Heavy Large Circle 

910 (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap 

911 (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified 

912 (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute 

913 (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description 

914 (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine 

915 (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In 

916 (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke 

917 (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto 

918 (0x03105, 0x0312f,), # Bopomofo Letter B ..Bopomofo Letter Nn 

919 (0x03131, 0x0318e,), # Hangul Letter Kiyeok ..Hangul Letter Araeae 

920 (0x03190, 0x031ba,), # Ideographic Annotation L..Bopomofo Letter Zy 

921 (0x031c0, 0x031e3,), # Cjk Stroke T ..Cjk Stroke Q 

922 (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha 

923 (0x03220, 0x03247,), # Parenthesized Ideograph ..Circled Ideograph Koto 

924 (0x03250, 0x04dbf,), # Partnership Sign ..Cjk Unified Ideograph-4d 

925 (0x04e00, 0x0a48c,), # Cjk Unified Ideograph-4e..Yi Syllable Yyr 

926 (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke 

927 (0x0a960, 0x0a97c,), # Hangul Choseong Tikeut-m..Hangul Choseong Ssangyeo 

928 (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih 

929 (0x0f900, 0x0faff,), # Cjk Compatibility Ideogr..(nil) 

930 (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve 

931 (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop 

932 (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign 

933 (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At 

934 (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa 

935 (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign 

936 (0x16fe0, 0x16fe3,), # Tangut Iteration Mark ..Old Chinese Iteration Ma 

937 (0x17000, 0x187f7,), # (nil) 

938 (0x18800, 0x18af2,), # Tangut Component-001 ..Tangut Component-755 

939 (0x1b000, 0x1b11e,), # Katakana Letter Archaic ..Hentaigana Letter N-mu-m 

940 (0x1b150, 0x1b152,), # Hiragana Letter Small Wi..Hiragana Letter Small Wo 

941 (0x1b164, 0x1b167,), # Katakana Letter Small Wi..Katakana Letter Small N 

942 (0x1b170, 0x1b2fb,), # Nushu Character-1b170 ..Nushu Character-1b2fb 

943 (0x1f004, 0x1f004,), # Mahjong Tile Red Dragon 

944 (0x1f0cf, 0x1f0cf,), # Playing Card Black Joker 

945 (0x1f18e, 0x1f18e,), # Negative Squared Ab 

946 (0x1f191, 0x1f19a,), # Squared Cl ..Squared Vs 

947 (0x1f200, 0x1f202,), # Square Hiragana Hoka ..Squared Katakana Sa 

948 (0x1f210, 0x1f23b,), # Squared Cjk Unified Ideo..Squared Cjk Unified Ideo 

949 (0x1f240, 0x1f248,), # Tortoise Shell Bracketed..Tortoise Shell Bracketed 

950 (0x1f250, 0x1f251,), # Circled Ideograph Advant..Circled Ideograph Accept 

951 (0x1f260, 0x1f265,), # Rounded Symbol For Fu ..Rounded Symbol For Cai 

952 (0x1f300, 0x1f320,), # Cyclone ..Shooting Star 

953 (0x1f32d, 0x1f335,), # Hot Dog ..Cactus 

954 (0x1f337, 0x1f37c,), # Tulip ..Baby Bottle 

955 (0x1f37e, 0x1f393,), # Bottle With Popping Cork..Graduation Cap 

956 (0x1f3a0, 0x1f3ca,), # Carousel Horse ..Swimmer 

957 (0x1f3cf, 0x1f3d3,), # Cricket Bat And Ball ..Table Tennis Paddle And 

958 (0x1f3e0, 0x1f3f0,), # House Building ..European Castle 

959 (0x1f3f4, 0x1f3f4,), # Waving Black Flag 

960 (0x1f3f8, 0x1f3fa,), # Badminton Racquet And Sh..Amphora 

961 (0x1f400, 0x1f43e,), # Rat ..Paw Prints 

962 (0x1f440, 0x1f440,), # Eyes 

963 (0x1f442, 0x1f4fc,), # Ear ..Videocassette 

964 (0x1f4ff, 0x1f53d,), # Prayer Beads ..Down-pointing Small Red 

965 (0x1f54b, 0x1f54e,), # Kaaba ..Menorah With Nine Branch 

966 (0x1f550, 0x1f567,), # Clock Face One Oclock ..Clock Face Twelve-thirty 

967 (0x1f57a, 0x1f57a,), # Man Dancing 

968 (0x1f595, 0x1f596,), # Reversed Hand With Middl..Raised Hand With Part Be 

969 (0x1f5a4, 0x1f5a4,), # Black Heart 

970 (0x1f5fb, 0x1f64f,), # Mount Fuji ..Person With Folded Hands 

971 (0x1f680, 0x1f6c5,), # Rocket ..Left Luggage 

972 (0x1f6cc, 0x1f6cc,), # Sleeping Accommodation 

973 (0x1f6d0, 0x1f6d2,), # Place Of Worship ..Shopping Trolley 

974 (0x1f6d5, 0x1f6d5,), # Hindu Temple 

975 (0x1f6eb, 0x1f6ec,), # Airplane Departure ..Airplane Arriving 

976 (0x1f6f4, 0x1f6fa,), # Scooter ..Auto Rickshaw 

977 (0x1f7e0, 0x1f7eb,), # Large Orange Circle ..Large Brown Square 

978 (0x1f90d, 0x1f971,), # White Heart ..Yawning Face 

979 (0x1f973, 0x1f976,), # Face With Party Horn And..Freezing Face 

980 (0x1f97a, 0x1f9a2,), # Face With Pleading Eyes ..Swan 

981 (0x1f9a5, 0x1f9aa,), # Sloth ..Oyster 

982 (0x1f9ae, 0x1f9ca,), # Guide Dog ..Ice Cube 

983 (0x1f9cd, 0x1f9ff,), # Standing Person ..Nazar Amulet 

984 (0x1fa70, 0x1fa73,), # Ballet Shoes ..Shorts 

985 (0x1fa78, 0x1fa7a,), # Drop Of Blood ..Stethoscope 

986 (0x1fa80, 0x1fa82,), # Yo-yo ..Parachute 

987 (0x1fa90, 0x1fa95,), # Ringed Planet ..Banjo 

988 (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil) 

989 (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil) 

990 ), 

991 '13.0.0': ( 

992 # Source: EastAsianWidth-13.0.0.txt 

993 # Date: 2029-01-21, 18:14:00 GMT [KW, LI] 

994 # 

995 (0x01100, 0x0115f,), # Hangul Choseong Kiyeok ..Hangul Choseong Filler 

996 (0x0231a, 0x0231b,), # Watch ..Hourglass 

997 (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra 

998 (0x023e9, 0x023ec,), # Black Right-pointing Dou..Black Down-pointing Doub 

999 (0x023f0, 0x023f0,), # Alarm Clock 

1000 (0x023f3, 0x023f3,), # Hourglass With Flowing Sand 

1001 (0x025fd, 0x025fe,), # White Medium Small Squar..Black Medium Small Squar 

1002 (0x02614, 0x02615,), # Umbrella With Rain Drops..Hot Beverage 

1003 (0x02648, 0x02653,), # Aries ..Pisces 

1004 (0x0267f, 0x0267f,), # Wheelchair Symbol 

1005 (0x02693, 0x02693,), # Anchor 

1006 (0x026a1, 0x026a1,), # High Voltage Sign 

1007 (0x026aa, 0x026ab,), # Medium White Circle ..Medium Black Circle 

1008 (0x026bd, 0x026be,), # Soccer Ball ..Baseball 

1009 (0x026c4, 0x026c5,), # Snowman Without Snow ..Sun Behind Cloud 

1010 (0x026ce, 0x026ce,), # Ophiuchus 

1011 (0x026d4, 0x026d4,), # No Entry 

1012 (0x026ea, 0x026ea,), # Church 

1013 (0x026f2, 0x026f3,), # Fountain ..Flag In Hole 

1014 (0x026f5, 0x026f5,), # Sailboat 

1015 (0x026fa, 0x026fa,), # Tent 

1016 (0x026fd, 0x026fd,), # Fuel Pump 

1017 (0x02705, 0x02705,), # White Heavy Check Mark 

1018 (0x0270a, 0x0270b,), # Raised Fist ..Raised Hand 

1019 (0x02728, 0x02728,), # Sparkles 

1020 (0x0274c, 0x0274c,), # Cross Mark 

1021 (0x0274e, 0x0274e,), # Negative Squared Cross Mark 

1022 (0x02753, 0x02755,), # Black Question Mark Orna..White Exclamation Mark O 

1023 (0x02757, 0x02757,), # Heavy Exclamation Mark Symbol 

1024 (0x02795, 0x02797,), # Heavy Plus Sign ..Heavy Division Sign 

1025 (0x027b0, 0x027b0,), # Curly Loop 

1026 (0x027bf, 0x027bf,), # Double Curly Loop 

1027 (0x02b1b, 0x02b1c,), # Black Large Square ..White Large Square 

1028 (0x02b50, 0x02b50,), # White Medium Star 

1029 (0x02b55, 0x02b55,), # Heavy Large Circle 

1030 (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap 

1031 (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified 

1032 (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute 

1033 (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description 

1034 (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine 

1035 (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In 

1036 (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke 

1037 (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto 

1038 (0x03105, 0x0312f,), # Bopomofo Letter B ..Bopomofo Letter Nn 

1039 (0x03131, 0x0318e,), # Hangul Letter Kiyeok ..Hangul Letter Araeae 

1040 (0x03190, 0x031e3,), # Ideographic Annotation L..Cjk Stroke Q 

1041 (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha 

1042 (0x03220, 0x03247,), # Parenthesized Ideograph ..Circled Ideograph Koto 

1043 (0x03250, 0x04dbf,), # Partnership Sign ..Cjk Unified Ideograph-4d 

1044 (0x04e00, 0x0a48c,), # Cjk Unified Ideograph-4e..Yi Syllable Yyr 

1045 (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke 

1046 (0x0a960, 0x0a97c,), # Hangul Choseong Tikeut-m..Hangul Choseong Ssangyeo 

1047 (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih 

1048 (0x0f900, 0x0faff,), # Cjk Compatibility Ideogr..(nil) 

1049 (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve 

1050 (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop 

1051 (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign 

1052 (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At 

1053 (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa 

1054 (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign 

1055 (0x16fe0, 0x16fe3,), # Tangut Iteration Mark ..Old Chinese Iteration Ma 

1056 (0x17000, 0x187f7,), # (nil) 

1057 (0x18800, 0x18cd5,), # Tangut Component-001 ..Khitan Small Script Char 

1058 (0x18d00, 0x18d08,), # (nil) 

1059 (0x1b000, 0x1b11e,), # Katakana Letter Archaic ..Hentaigana Letter N-mu-m 

1060 (0x1b150, 0x1b152,), # Hiragana Letter Small Wi..Hiragana Letter Small Wo 

1061 (0x1b164, 0x1b167,), # Katakana Letter Small Wi..Katakana Letter Small N 

1062 (0x1b170, 0x1b2fb,), # Nushu Character-1b170 ..Nushu Character-1b2fb 

1063 (0x1f004, 0x1f004,), # Mahjong Tile Red Dragon 

1064 (0x1f0cf, 0x1f0cf,), # Playing Card Black Joker 

1065 (0x1f18e, 0x1f18e,), # Negative Squared Ab 

1066 (0x1f191, 0x1f19a,), # Squared Cl ..Squared Vs 

1067 (0x1f200, 0x1f202,), # Square Hiragana Hoka ..Squared Katakana Sa 

1068 (0x1f210, 0x1f23b,), # Squared Cjk Unified Ideo..Squared Cjk Unified Ideo 

1069 (0x1f240, 0x1f248,), # Tortoise Shell Bracketed..Tortoise Shell Bracketed 

1070 (0x1f250, 0x1f251,), # Circled Ideograph Advant..Circled Ideograph Accept 

1071 (0x1f260, 0x1f265,), # Rounded Symbol For Fu ..Rounded Symbol For Cai 

1072 (0x1f300, 0x1f320,), # Cyclone ..Shooting Star 

1073 (0x1f32d, 0x1f335,), # Hot Dog ..Cactus 

1074 (0x1f337, 0x1f37c,), # Tulip ..Baby Bottle 

1075 (0x1f37e, 0x1f393,), # Bottle With Popping Cork..Graduation Cap 

1076 (0x1f3a0, 0x1f3ca,), # Carousel Horse ..Swimmer 

1077 (0x1f3cf, 0x1f3d3,), # Cricket Bat And Ball ..Table Tennis Paddle And 

1078 (0x1f3e0, 0x1f3f0,), # House Building ..European Castle 

1079 (0x1f3f4, 0x1f3f4,), # Waving Black Flag 

1080 (0x1f3f8, 0x1f3fa,), # Badminton Racquet And Sh..Amphora 

1081 (0x1f400, 0x1f43e,), # Rat ..Paw Prints 

1082 (0x1f440, 0x1f440,), # Eyes 

1083 (0x1f442, 0x1f4fc,), # Ear ..Videocassette 

1084 (0x1f4ff, 0x1f53d,), # Prayer Beads ..Down-pointing Small Red 

1085 (0x1f54b, 0x1f54e,), # Kaaba ..Menorah With Nine Branch 

1086 (0x1f550, 0x1f567,), # Clock Face One Oclock ..Clock Face Twelve-thirty 

1087 (0x1f57a, 0x1f57a,), # Man Dancing 

1088 (0x1f595, 0x1f596,), # Reversed Hand With Middl..Raised Hand With Part Be 

1089 (0x1f5a4, 0x1f5a4,), # Black Heart 

1090 (0x1f5fb, 0x1f64f,), # Mount Fuji ..Person With Folded Hands 

1091 (0x1f680, 0x1f6c5,), # Rocket ..Left Luggage 

1092 (0x1f6cc, 0x1f6cc,), # Sleeping Accommodation 

1093 (0x1f6d0, 0x1f6d2,), # Place Of Worship ..Shopping Trolley 

1094 (0x1f6d5, 0x1f6d7,), # Hindu Temple ..Elevator 

1095 (0x1f6eb, 0x1f6ec,), # Airplane Departure ..Airplane Arriving 

1096 (0x1f6f4, 0x1f6fc,), # Scooter ..Roller Skate 

1097 (0x1f7e0, 0x1f7eb,), # Large Orange Circle ..Large Brown Square 

1098 (0x1f90c, 0x1f93a,), # Pinched Fingers ..Fencer 

1099 (0x1f93c, 0x1f945,), # Wrestlers ..Goal Net 

1100 (0x1f947, 0x1f978,), # First Place Medal ..Disguised Face 

1101 (0x1f97a, 0x1f9cb,), # Face With Pleading Eyes ..Bubble Tea 

1102 (0x1f9cd, 0x1f9ff,), # Standing Person ..Nazar Amulet 

1103 (0x1fa70, 0x1fa74,), # Ballet Shoes ..Thong Sandal 

1104 (0x1fa78, 0x1fa7a,), # Drop Of Blood ..Stethoscope 

1105 (0x1fa80, 0x1fa86,), # Yo-yo ..Nesting Dolls 

1106 (0x1fa90, 0x1faa8,), # Ringed Planet ..Rock 

1107 (0x1fab0, 0x1fab6,), # Fly ..Feather 

1108 (0x1fac0, 0x1fac2,), # Anatomical Heart ..People Hugging 

1109 (0x1fad0, 0x1fad6,), # Blueberries ..Teapot 

1110 (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil) 

1111 (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil) 

1112 ), 

1113 '14.0.0': ( 

1114 # Source: EastAsianWidth-14.0.0.txt 

1115 # Date: 2021-07-06, 09:58:53 GMT [KW, LI] 

1116 # 

1117 (0x01100, 0x0115f,), # Hangul Choseong Kiyeok ..Hangul Choseong Filler 

1118 (0x0231a, 0x0231b,), # Watch ..Hourglass 

1119 (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra 

1120 (0x023e9, 0x023ec,), # Black Right-pointing Dou..Black Down-pointing Doub 

1121 (0x023f0, 0x023f0,), # Alarm Clock 

1122 (0x023f3, 0x023f3,), # Hourglass With Flowing Sand 

1123 (0x025fd, 0x025fe,), # White Medium Small Squar..Black Medium Small Squar 

1124 (0x02614, 0x02615,), # Umbrella With Rain Drops..Hot Beverage 

1125 (0x02648, 0x02653,), # Aries ..Pisces 

1126 (0x0267f, 0x0267f,), # Wheelchair Symbol 

1127 (0x02693, 0x02693,), # Anchor 

1128 (0x026a1, 0x026a1,), # High Voltage Sign 

1129 (0x026aa, 0x026ab,), # Medium White Circle ..Medium Black Circle 

1130 (0x026bd, 0x026be,), # Soccer Ball ..Baseball 

1131 (0x026c4, 0x026c5,), # Snowman Without Snow ..Sun Behind Cloud 

1132 (0x026ce, 0x026ce,), # Ophiuchus 

1133 (0x026d4, 0x026d4,), # No Entry 

1134 (0x026ea, 0x026ea,), # Church 

1135 (0x026f2, 0x026f3,), # Fountain ..Flag In Hole 

1136 (0x026f5, 0x026f5,), # Sailboat 

1137 (0x026fa, 0x026fa,), # Tent 

1138 (0x026fd, 0x026fd,), # Fuel Pump 

1139 (0x02705, 0x02705,), # White Heavy Check Mark 

1140 (0x0270a, 0x0270b,), # Raised Fist ..Raised Hand 

1141 (0x02728, 0x02728,), # Sparkles 

1142 (0x0274c, 0x0274c,), # Cross Mark 

1143 (0x0274e, 0x0274e,), # Negative Squared Cross Mark 

1144 (0x02753, 0x02755,), # Black Question Mark Orna..White Exclamation Mark O 

1145 (0x02757, 0x02757,), # Heavy Exclamation Mark Symbol 

1146 (0x02795, 0x02797,), # Heavy Plus Sign ..Heavy Division Sign 

1147 (0x027b0, 0x027b0,), # Curly Loop 

1148 (0x027bf, 0x027bf,), # Double Curly Loop 

1149 (0x02b1b, 0x02b1c,), # Black Large Square ..White Large Square 

1150 (0x02b50, 0x02b50,), # White Medium Star 

1151 (0x02b55, 0x02b55,), # Heavy Large Circle 

1152 (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap 

1153 (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified 

1154 (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute 

1155 (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description 

1156 (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine 

1157 (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In 

1158 (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke 

1159 (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto 

1160 (0x03105, 0x0312f,), # Bopomofo Letter B ..Bopomofo Letter Nn 

1161 (0x03131, 0x0318e,), # Hangul Letter Kiyeok ..Hangul Letter Araeae 

1162 (0x03190, 0x031e3,), # Ideographic Annotation L..Cjk Stroke Q 

1163 (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha 

1164 (0x03220, 0x03247,), # Parenthesized Ideograph ..Circled Ideograph Koto 

1165 (0x03250, 0x04dbf,), # Partnership Sign ..Cjk Unified Ideograph-4d 

1166 (0x04e00, 0x0a48c,), # Cjk Unified Ideograph-4e..Yi Syllable Yyr 

1167 (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke 

1168 (0x0a960, 0x0a97c,), # Hangul Choseong Tikeut-m..Hangul Choseong Ssangyeo 

1169 (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih 

1170 (0x0f900, 0x0faff,), # Cjk Compatibility Ideogr..(nil) 

1171 (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve 

1172 (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop 

1173 (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign 

1174 (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At 

1175 (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa 

1176 (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign 

1177 (0x16fe0, 0x16fe3,), # Tangut Iteration Mark ..Old Chinese Iteration Ma 

1178 (0x17000, 0x187f7,), # (nil) 

1179 (0x18800, 0x18cd5,), # Tangut Component-001 ..Khitan Small Script Char 

1180 (0x18d00, 0x18d08,), # (nil) 

1181 (0x1aff0, 0x1aff3,), # Katakana Letter Minnan T..Katakana Letter Minnan T 

1182 (0x1aff5, 0x1affb,), # Katakana Letter Minnan T..Katakana Letter Minnan N 

1183 (0x1affd, 0x1affe,), # Katakana Letter Minnan N..Katakana Letter Minnan N 

1184 (0x1b000, 0x1b122,), # Katakana Letter Archaic ..Katakana Letter Archaic 

1185 (0x1b150, 0x1b152,), # Hiragana Letter Small Wi..Hiragana Letter Small Wo 

1186 (0x1b164, 0x1b167,), # Katakana Letter Small Wi..Katakana Letter Small N 

1187 (0x1b170, 0x1b2fb,), # Nushu Character-1b170 ..Nushu Character-1b2fb 

1188 (0x1f004, 0x1f004,), # Mahjong Tile Red Dragon 

1189 (0x1f0cf, 0x1f0cf,), # Playing Card Black Joker 

1190 (0x1f18e, 0x1f18e,), # Negative Squared Ab 

1191 (0x1f191, 0x1f19a,), # Squared Cl ..Squared Vs 

1192 (0x1f200, 0x1f202,), # Square Hiragana Hoka ..Squared Katakana Sa 

1193 (0x1f210, 0x1f23b,), # Squared Cjk Unified Ideo..Squared Cjk Unified Ideo 

1194 (0x1f240, 0x1f248,), # Tortoise Shell Bracketed..Tortoise Shell Bracketed 

1195 (0x1f250, 0x1f251,), # Circled Ideograph Advant..Circled Ideograph Accept 

1196 (0x1f260, 0x1f265,), # Rounded Symbol For Fu ..Rounded Symbol For Cai 

1197 (0x1f300, 0x1f320,), # Cyclone ..Shooting Star 

1198 (0x1f32d, 0x1f335,), # Hot Dog ..Cactus 

1199 (0x1f337, 0x1f37c,), # Tulip ..Baby Bottle 

1200 (0x1f37e, 0x1f393,), # Bottle With Popping Cork..Graduation Cap 

1201 (0x1f3a0, 0x1f3ca,), # Carousel Horse ..Swimmer 

1202 (0x1f3cf, 0x1f3d3,), # Cricket Bat And Ball ..Table Tennis Paddle And 

1203 (0x1f3e0, 0x1f3f0,), # House Building ..European Castle 

1204 (0x1f3f4, 0x1f3f4,), # Waving Black Flag 

1205 (0x1f3f8, 0x1f3fa,), # Badminton Racquet And Sh..Amphora 

1206 (0x1f400, 0x1f43e,), # Rat ..Paw Prints 

1207 (0x1f440, 0x1f440,), # Eyes 

1208 (0x1f442, 0x1f4fc,), # Ear ..Videocassette 

1209 (0x1f4ff, 0x1f53d,), # Prayer Beads ..Down-pointing Small Red 

1210 (0x1f54b, 0x1f54e,), # Kaaba ..Menorah With Nine Branch 

1211 (0x1f550, 0x1f567,), # Clock Face One Oclock ..Clock Face Twelve-thirty 

1212 (0x1f57a, 0x1f57a,), # Man Dancing 

1213 (0x1f595, 0x1f596,), # Reversed Hand With Middl..Raised Hand With Part Be 

1214 (0x1f5a4, 0x1f5a4,), # Black Heart 

1215 (0x1f5fb, 0x1f64f,), # Mount Fuji ..Person With Folded Hands 

1216 (0x1f680, 0x1f6c5,), # Rocket ..Left Luggage 

1217 (0x1f6cc, 0x1f6cc,), # Sleeping Accommodation 

1218 (0x1f6d0, 0x1f6d2,), # Place Of Worship ..Shopping Trolley 

1219 (0x1f6d5, 0x1f6d7,), # Hindu Temple ..Elevator 

1220 (0x1f6dd, 0x1f6df,), # Playground Slide ..Ring Buoy 

1221 (0x1f6eb, 0x1f6ec,), # Airplane Departure ..Airplane Arriving 

1222 (0x1f6f4, 0x1f6fc,), # Scooter ..Roller Skate 

1223 (0x1f7e0, 0x1f7eb,), # Large Orange Circle ..Large Brown Square 

1224 (0x1f7f0, 0x1f7f0,), # Heavy Equals Sign 

1225 (0x1f90c, 0x1f93a,), # Pinched Fingers ..Fencer 

1226 (0x1f93c, 0x1f945,), # Wrestlers ..Goal Net 

1227 (0x1f947, 0x1f9ff,), # First Place Medal ..Nazar Amulet 

1228 (0x1fa70, 0x1fa74,), # Ballet Shoes ..Thong Sandal 

1229 (0x1fa78, 0x1fa7c,), # Drop Of Blood ..Crutch 

1230 (0x1fa80, 0x1fa86,), # Yo-yo ..Nesting Dolls 

1231 (0x1fa90, 0x1faac,), # Ringed Planet ..Hamsa 

1232 (0x1fab0, 0x1faba,), # Fly ..Nest With Eggs 

1233 (0x1fac0, 0x1fac5,), # Anatomical Heart ..Person With Crown 

1234 (0x1fad0, 0x1fad9,), # Blueberries ..Jar 

1235 (0x1fae0, 0x1fae7,), # Melting Face ..Bubbles 

1236 (0x1faf0, 0x1faf6,), # Hand With Index Finger A..Heart Hands 

1237 (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil) 

1238 (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil) 

1239 ), 

1240 '15.0.0': ( 

1241 # Source: EastAsianWidth-15.0.0.txt 

1242 # Date: 2022-05-24, 17:40:20 GMT [KW, LI] 

1243 # 

1244 (0x01100, 0x0115f,), # Hangul Choseong Kiyeok ..Hangul Choseong Filler 

1245 (0x0231a, 0x0231b,), # Watch ..Hourglass 

1246 (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra 

1247 (0x023e9, 0x023ec,), # Black Right-pointing Dou..Black Down-pointing Doub 

1248 (0x023f0, 0x023f0,), # Alarm Clock 

1249 (0x023f3, 0x023f3,), # Hourglass With Flowing Sand 

1250 (0x025fd, 0x025fe,), # White Medium Small Squar..Black Medium Small Squar 

1251 (0x02614, 0x02615,), # Umbrella With Rain Drops..Hot Beverage 

1252 (0x02648, 0x02653,), # Aries ..Pisces 

1253 (0x0267f, 0x0267f,), # Wheelchair Symbol 

1254 (0x02693, 0x02693,), # Anchor 

1255 (0x026a1, 0x026a1,), # High Voltage Sign 

1256 (0x026aa, 0x026ab,), # Medium White Circle ..Medium Black Circle 

1257 (0x026bd, 0x026be,), # Soccer Ball ..Baseball 

1258 (0x026c4, 0x026c5,), # Snowman Without Snow ..Sun Behind Cloud 

1259 (0x026ce, 0x026ce,), # Ophiuchus 

1260 (0x026d4, 0x026d4,), # No Entry 

1261 (0x026ea, 0x026ea,), # Church 

1262 (0x026f2, 0x026f3,), # Fountain ..Flag In Hole 

1263 (0x026f5, 0x026f5,), # Sailboat 

1264 (0x026fa, 0x026fa,), # Tent 

1265 (0x026fd, 0x026fd,), # Fuel Pump 

1266 (0x02705, 0x02705,), # White Heavy Check Mark 

1267 (0x0270a, 0x0270b,), # Raised Fist ..Raised Hand 

1268 (0x02728, 0x02728,), # Sparkles 

1269 (0x0274c, 0x0274c,), # Cross Mark 

1270 (0x0274e, 0x0274e,), # Negative Squared Cross Mark 

1271 (0x02753, 0x02755,), # Black Question Mark Orna..White Exclamation Mark O 

1272 (0x02757, 0x02757,), # Heavy Exclamation Mark Symbol 

1273 (0x02795, 0x02797,), # Heavy Plus Sign ..Heavy Division Sign 

1274 (0x027b0, 0x027b0,), # Curly Loop 

1275 (0x027bf, 0x027bf,), # Double Curly Loop 

1276 (0x02b1b, 0x02b1c,), # Black Large Square ..White Large Square 

1277 (0x02b50, 0x02b50,), # White Medium Star 

1278 (0x02b55, 0x02b55,), # Heavy Large Circle 

1279 (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap 

1280 (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified 

1281 (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute 

1282 (0x02ff0, 0x02ffb,), # Ideographic Description ..Ideographic Description 

1283 (0x03000, 0x03029,), # Ideographic Space ..Hangzhou Numeral Nine 

1284 (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In 

1285 (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke 

1286 (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto 

1287 (0x03105, 0x0312f,), # Bopomofo Letter B ..Bopomofo Letter Nn 

1288 (0x03131, 0x0318e,), # Hangul Letter Kiyeok ..Hangul Letter Araeae 

1289 (0x03190, 0x031e3,), # Ideographic Annotation L..Cjk Stroke Q 

1290 (0x031f0, 0x0321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha 

1291 (0x03220, 0x03247,), # Parenthesized Ideograph ..Circled Ideograph Koto 

1292 (0x03250, 0x04dbf,), # Partnership Sign ..Cjk Unified Ideograph-4d 

1293 (0x04e00, 0x0a48c,), # Cjk Unified Ideograph-4e..Yi Syllable Yyr 

1294 (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke 

1295 (0x0a960, 0x0a97c,), # Hangul Choseong Tikeut-m..Hangul Choseong Ssangyeo 

1296 (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih 

1297 (0x0f900, 0x0faff,), # Cjk Compatibility Ideogr..(nil) 

1298 (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve 

1299 (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop 

1300 (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign 

1301 (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At 

1302 (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa 

1303 (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign 

1304 (0x16fe0, 0x16fe3,), # Tangut Iteration Mark ..Old Chinese Iteration Ma 

1305 (0x17000, 0x187f7,), # (nil) 

1306 (0x18800, 0x18cd5,), # Tangut Component-001 ..Khitan Small Script Char 

1307 (0x18d00, 0x18d08,), # (nil) 

1308 (0x1aff0, 0x1aff3,), # Katakana Letter Minnan T..Katakana Letter Minnan T 

1309 (0x1aff5, 0x1affb,), # Katakana Letter Minnan T..Katakana Letter Minnan N 

1310 (0x1affd, 0x1affe,), # Katakana Letter Minnan N..Katakana Letter Minnan N 

1311 (0x1b000, 0x1b122,), # Katakana Letter Archaic ..Katakana Letter Archaic 

1312 (0x1b132, 0x1b132,), # Hiragana Letter Small Ko 

1313 (0x1b150, 0x1b152,), # Hiragana Letter Small Wi..Hiragana Letter Small Wo 

1314 (0x1b155, 0x1b155,), # Katakana Letter Small Ko 

1315 (0x1b164, 0x1b167,), # Katakana Letter Small Wi..Katakana Letter Small N 

1316 (0x1b170, 0x1b2fb,), # Nushu Character-1b170 ..Nushu Character-1b2fb 

1317 (0x1f004, 0x1f004,), # Mahjong Tile Red Dragon 

1318 (0x1f0cf, 0x1f0cf,), # Playing Card Black Joker 

1319 (0x1f18e, 0x1f18e,), # Negative Squared Ab 

1320 (0x1f191, 0x1f19a,), # Squared Cl ..Squared Vs 

1321 (0x1f200, 0x1f202,), # Square Hiragana Hoka ..Squared Katakana Sa 

1322 (0x1f210, 0x1f23b,), # Squared Cjk Unified Ideo..Squared Cjk Unified Ideo 

1323 (0x1f240, 0x1f248,), # Tortoise Shell Bracketed..Tortoise Shell Bracketed 

1324 (0x1f250, 0x1f251,), # Circled Ideograph Advant..Circled Ideograph Accept 

1325 (0x1f260, 0x1f265,), # Rounded Symbol For Fu ..Rounded Symbol For Cai 

1326 (0x1f300, 0x1f320,), # Cyclone ..Shooting Star 

1327 (0x1f32d, 0x1f335,), # Hot Dog ..Cactus 

1328 (0x1f337, 0x1f37c,), # Tulip ..Baby Bottle 

1329 (0x1f37e, 0x1f393,), # Bottle With Popping Cork..Graduation Cap 

1330 (0x1f3a0, 0x1f3ca,), # Carousel Horse ..Swimmer 

1331 (0x1f3cf, 0x1f3d3,), # Cricket Bat And Ball ..Table Tennis Paddle And 

1332 (0x1f3e0, 0x1f3f0,), # House Building ..European Castle 

1333 (0x1f3f4, 0x1f3f4,), # Waving Black Flag 

1334 (0x1f3f8, 0x1f3fa,), # Badminton Racquet And Sh..Amphora 

1335 (0x1f400, 0x1f43e,), # Rat ..Paw Prints 

1336 (0x1f440, 0x1f440,), # Eyes 

1337 (0x1f442, 0x1f4fc,), # Ear ..Videocassette 

1338 (0x1f4ff, 0x1f53d,), # Prayer Beads ..Down-pointing Small Red 

1339 (0x1f54b, 0x1f54e,), # Kaaba ..Menorah With Nine Branch 

1340 (0x1f550, 0x1f567,), # Clock Face One Oclock ..Clock Face Twelve-thirty 

1341 (0x1f57a, 0x1f57a,), # Man Dancing 

1342 (0x1f595, 0x1f596,), # Reversed Hand With Middl..Raised Hand With Part Be 

1343 (0x1f5a4, 0x1f5a4,), # Black Heart 

1344 (0x1f5fb, 0x1f64f,), # Mount Fuji ..Person With Folded Hands 

1345 (0x1f680, 0x1f6c5,), # Rocket ..Left Luggage 

1346 (0x1f6cc, 0x1f6cc,), # Sleeping Accommodation 

1347 (0x1f6d0, 0x1f6d2,), # Place Of Worship ..Shopping Trolley 

1348 (0x1f6d5, 0x1f6d7,), # Hindu Temple ..Elevator 

1349 (0x1f6dc, 0x1f6df,), # Wireless ..Ring Buoy 

1350 (0x1f6eb, 0x1f6ec,), # Airplane Departure ..Airplane Arriving 

1351 (0x1f6f4, 0x1f6fc,), # Scooter ..Roller Skate 

1352 (0x1f7e0, 0x1f7eb,), # Large Orange Circle ..Large Brown Square 

1353 (0x1f7f0, 0x1f7f0,), # Heavy Equals Sign 

1354 (0x1f90c, 0x1f93a,), # Pinched Fingers ..Fencer 

1355 (0x1f93c, 0x1f945,), # Wrestlers ..Goal Net 

1356 (0x1f947, 0x1f9ff,), # First Place Medal ..Nazar Amulet 

1357 (0x1fa70, 0x1fa7c,), # Ballet Shoes ..Crutch 

1358 (0x1fa80, 0x1fa88,), # Yo-yo ..Flute 

1359 (0x1fa90, 0x1fabd,), # Ringed Planet ..Wing 

1360 (0x1fabf, 0x1fac5,), # Goose ..Person With Crown 

1361 (0x1face, 0x1fadb,), # Moose ..Pea Pod 

1362 (0x1fae0, 0x1fae8,), # Melting Face ..Shaking Face 

1363 (0x1faf0, 0x1faf8,), # Hand With Index Finger A..Rightwards Pushing Hand 

1364 (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil) 

1365 (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil) 

1366 ), 

1367 '15.1.0': ( 

1368 # Source: EastAsianWidth-15.1.0.txt 

1369 # Date: 2023-07-28, 23:34:08 GMT 

1370 # 

1371 (0x01100, 0x0115f,), # Hangul Choseong Kiyeok ..Hangul Choseong Filler 

1372 (0x0231a, 0x0231b,), # Watch ..Hourglass 

1373 (0x02329, 0x0232a,), # Left-pointing Angle Brac..Right-pointing Angle Bra 

1374 (0x023e9, 0x023ec,), # Black Right-pointing Dou..Black Down-pointing Doub 

1375 (0x023f0, 0x023f0,), # Alarm Clock 

1376 (0x023f3, 0x023f3,), # Hourglass With Flowing Sand 

1377 (0x025fd, 0x025fe,), # White Medium Small Squar..Black Medium Small Squar 

1378 (0x02614, 0x02615,), # Umbrella With Rain Drops..Hot Beverage 

1379 (0x02648, 0x02653,), # Aries ..Pisces 

1380 (0x0267f, 0x0267f,), # Wheelchair Symbol 

1381 (0x02693, 0x02693,), # Anchor 

1382 (0x026a1, 0x026a1,), # High Voltage Sign 

1383 (0x026aa, 0x026ab,), # Medium White Circle ..Medium Black Circle 

1384 (0x026bd, 0x026be,), # Soccer Ball ..Baseball 

1385 (0x026c4, 0x026c5,), # Snowman Without Snow ..Sun Behind Cloud 

1386 (0x026ce, 0x026ce,), # Ophiuchus 

1387 (0x026d4, 0x026d4,), # No Entry 

1388 (0x026ea, 0x026ea,), # Church 

1389 (0x026f2, 0x026f3,), # Fountain ..Flag In Hole 

1390 (0x026f5, 0x026f5,), # Sailboat 

1391 (0x026fa, 0x026fa,), # Tent 

1392 (0x026fd, 0x026fd,), # Fuel Pump 

1393 (0x02705, 0x02705,), # White Heavy Check Mark 

1394 (0x0270a, 0x0270b,), # Raised Fist ..Raised Hand 

1395 (0x02728, 0x02728,), # Sparkles 

1396 (0x0274c, 0x0274c,), # Cross Mark 

1397 (0x0274e, 0x0274e,), # Negative Squared Cross Mark 

1398 (0x02753, 0x02755,), # Black Question Mark Orna..White Exclamation Mark O 

1399 (0x02757, 0x02757,), # Heavy Exclamation Mark Symbol 

1400 (0x02795, 0x02797,), # Heavy Plus Sign ..Heavy Division Sign 

1401 (0x027b0, 0x027b0,), # Curly Loop 

1402 (0x027bf, 0x027bf,), # Double Curly Loop 

1403 (0x02b1b, 0x02b1c,), # Black Large Square ..White Large Square 

1404 (0x02b50, 0x02b50,), # White Medium Star 

1405 (0x02b55, 0x02b55,), # Heavy Large Circle 

1406 (0x02e80, 0x02e99,), # Cjk Radical Repeat ..Cjk Radical Rap 

1407 (0x02e9b, 0x02ef3,), # Cjk Radical Choke ..Cjk Radical C-simplified 

1408 (0x02f00, 0x02fd5,), # Kangxi Radical One ..Kangxi Radical Flute 

1409 (0x02ff0, 0x03029,), # Ideographic Description ..Hangzhou Numeral Nine 

1410 (0x03030, 0x0303e,), # Wavy Dash ..Ideographic Variation In 

1411 (0x03041, 0x03096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke 

1412 (0x0309b, 0x030ff,), # Katakana-hiragana Voiced..Katakana Digraph Koto 

1413 (0x03105, 0x0312f,), # Bopomofo Letter B ..Bopomofo Letter Nn 

1414 (0x03131, 0x0318e,), # Hangul Letter Kiyeok ..Hangul Letter Araeae 

1415 (0x03190, 0x031e3,), # Ideographic Annotation L..Cjk Stroke Q 

1416 (0x031ef, 0x0321e,), # (nil) ..Parenthesized Korean Cha 

1417 (0x03220, 0x03247,), # Parenthesized Ideograph ..Circled Ideograph Koto 

1418 (0x03250, 0x04dbf,), # Partnership Sign ..Cjk Unified Ideograph-4d 

1419 (0x04e00, 0x0a48c,), # Cjk Unified Ideograph-4e..Yi Syllable Yyr 

1420 (0x0a490, 0x0a4c6,), # Yi Radical Qot ..Yi Radical Ke 

1421 (0x0a960, 0x0a97c,), # Hangul Choseong Tikeut-m..Hangul Choseong Ssangyeo 

1422 (0x0ac00, 0x0d7a3,), # Hangul Syllable Ga ..Hangul Syllable Hih 

1423 (0x0f900, 0x0faff,), # Cjk Compatibility Ideogr..(nil) 

1424 (0x0fe10, 0x0fe19,), # Presentation Form For Ve..Presentation Form For Ve 

1425 (0x0fe30, 0x0fe52,), # Presentation Form For Ve..Small Full Stop 

1426 (0x0fe54, 0x0fe66,), # Small Semicolon ..Small Equals Sign 

1427 (0x0fe68, 0x0fe6b,), # Small Reverse Solidus ..Small Commercial At 

1428 (0x0ff01, 0x0ff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa 

1429 (0x0ffe0, 0x0ffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign 

1430 (0x16fe0, 0x16fe3,), # Tangut Iteration Mark ..Old Chinese Iteration Ma 

1431 (0x17000, 0x187f7,), # (nil) 

1432 (0x18800, 0x18cd5,), # Tangut Component-001 ..Khitan Small Script Char 

1433 (0x18d00, 0x18d08,), # (nil) 

1434 (0x1aff0, 0x1aff3,), # Katakana Letter Minnan T..Katakana Letter Minnan T 

1435 (0x1aff5, 0x1affb,), # Katakana Letter Minnan T..Katakana Letter Minnan N 

1436 (0x1affd, 0x1affe,), # Katakana Letter Minnan N..Katakana Letter Minnan N 

1437 (0x1b000, 0x1b122,), # Katakana Letter Archaic ..Katakana Letter Archaic 

1438 (0x1b132, 0x1b132,), # Hiragana Letter Small Ko 

1439 (0x1b150, 0x1b152,), # Hiragana Letter Small Wi..Hiragana Letter Small Wo 

1440 (0x1b155, 0x1b155,), # Katakana Letter Small Ko 

1441 (0x1b164, 0x1b167,), # Katakana Letter Small Wi..Katakana Letter Small N 

1442 (0x1b170, 0x1b2fb,), # Nushu Character-1b170 ..Nushu Character-1b2fb 

1443 (0x1f004, 0x1f004,), # Mahjong Tile Red Dragon 

1444 (0x1f0cf, 0x1f0cf,), # Playing Card Black Joker 

1445 (0x1f18e, 0x1f18e,), # Negative Squared Ab 

1446 (0x1f191, 0x1f19a,), # Squared Cl ..Squared Vs 

1447 (0x1f200, 0x1f202,), # Square Hiragana Hoka ..Squared Katakana Sa 

1448 (0x1f210, 0x1f23b,), # Squared Cjk Unified Ideo..Squared Cjk Unified Ideo 

1449 (0x1f240, 0x1f248,), # Tortoise Shell Bracketed..Tortoise Shell Bracketed 

1450 (0x1f250, 0x1f251,), # Circled Ideograph Advant..Circled Ideograph Accept 

1451 (0x1f260, 0x1f265,), # Rounded Symbol For Fu ..Rounded Symbol For Cai 

1452 (0x1f300, 0x1f320,), # Cyclone ..Shooting Star 

1453 (0x1f32d, 0x1f335,), # Hot Dog ..Cactus 

1454 (0x1f337, 0x1f37c,), # Tulip ..Baby Bottle 

1455 (0x1f37e, 0x1f393,), # Bottle With Popping Cork..Graduation Cap 

1456 (0x1f3a0, 0x1f3ca,), # Carousel Horse ..Swimmer 

1457 (0x1f3cf, 0x1f3d3,), # Cricket Bat And Ball ..Table Tennis Paddle And 

1458 (0x1f3e0, 0x1f3f0,), # House Building ..European Castle 

1459 (0x1f3f4, 0x1f3f4,), # Waving Black Flag 

1460 (0x1f3f8, 0x1f3fa,), # Badminton Racquet And Sh..Amphora 

1461 (0x1f400, 0x1f43e,), # Rat ..Paw Prints 

1462 (0x1f440, 0x1f440,), # Eyes 

1463 (0x1f442, 0x1f4fc,), # Ear ..Videocassette 

1464 (0x1f4ff, 0x1f53d,), # Prayer Beads ..Down-pointing Small Red 

1465 (0x1f54b, 0x1f54e,), # Kaaba ..Menorah With Nine Branch 

1466 (0x1f550, 0x1f567,), # Clock Face One Oclock ..Clock Face Twelve-thirty 

1467 (0x1f57a, 0x1f57a,), # Man Dancing 

1468 (0x1f595, 0x1f596,), # Reversed Hand With Middl..Raised Hand With Part Be 

1469 (0x1f5a4, 0x1f5a4,), # Black Heart 

1470 (0x1f5fb, 0x1f64f,), # Mount Fuji ..Person With Folded Hands 

1471 (0x1f680, 0x1f6c5,), # Rocket ..Left Luggage 

1472 (0x1f6cc, 0x1f6cc,), # Sleeping Accommodation 

1473 (0x1f6d0, 0x1f6d2,), # Place Of Worship ..Shopping Trolley 

1474 (0x1f6d5, 0x1f6d7,), # Hindu Temple ..Elevator 

1475 (0x1f6dc, 0x1f6df,), # Wireless ..Ring Buoy 

1476 (0x1f6eb, 0x1f6ec,), # Airplane Departure ..Airplane Arriving 

1477 (0x1f6f4, 0x1f6fc,), # Scooter ..Roller Skate 

1478 (0x1f7e0, 0x1f7eb,), # Large Orange Circle ..Large Brown Square 

1479 (0x1f7f0, 0x1f7f0,), # Heavy Equals Sign 

1480 (0x1f90c, 0x1f93a,), # Pinched Fingers ..Fencer 

1481 (0x1f93c, 0x1f945,), # Wrestlers ..Goal Net 

1482 (0x1f947, 0x1f9ff,), # First Place Medal ..Nazar Amulet 

1483 (0x1fa70, 0x1fa7c,), # Ballet Shoes ..Crutch 

1484 (0x1fa80, 0x1fa88,), # Yo-yo ..Flute 

1485 (0x1fa90, 0x1fabd,), # Ringed Planet ..Wing 

1486 (0x1fabf, 0x1fac5,), # Goose ..Person With Crown 

1487 (0x1face, 0x1fadb,), # Moose ..Pea Pod 

1488 (0x1fae0, 0x1fae8,), # Melting Face ..Shaking Face 

1489 (0x1faf0, 0x1faf8,), # Hand With Index Finger A..Rightwards Pushing Hand 

1490 (0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..(nil) 

1491 (0x30000, 0x3fffd,), # Cjk Unified Ideograph-30..(nil) 

1492 ), 

1493}