Branch
Hash :
281fb76e
Author :
Thomas de Grivel
Date :
2025-09-20T18:06:05
add html files from ucd2c
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'>
<html><head><meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>Grapheme Break Chart</title>
<style type='text/css'>
td, th { vertical-align: top }
</style></head>
<body bgcolor='#FFFFFF'>
<h2>Grapheme_Cluster_Break Chart</h2>
<p><b>Unicode Version:</b> 17.0.0</p>
<p><b>Date:</b> 2025-03-24, 14:45:55 GMT</p>
<p>This page illustrates the application of the Grapheme_Cluster_Break specification. The material here is informative, not normative.</p> <p>The first chart shows where breaks would appear between different sample characters or strings. The sample characters are chosen mechanically to represent the different properties used by the specification.</p><p>Each cell shows the break-status for the position between the character(s) in its row header and the character(s) in its column header. The × symbol indicates no break, while the ÷ symbol indicates a break. The cells with × are also shaded to make it easier to scan the table. For example, in the cell at the intersection of the row headed by “CR” and the column headed by “LF”, there is a × symbol, indicating that there is no break between CR and LF.</p>
<p>After the heavy blue line in the table are additional rows, either with different sample characters or for sequences. </p><p>In the row and column headers of the <a href='#table'>Table</a>, in the <a href='#rules'>Rules</a>, when hovering over characters in the <a href='#samples'>Samples</a>, and in the comments in the associated list of test cases <a href='GraphemeBreakTest.txt'>GraphemeBreakTest.txt</a>:</p>
<ol><li>The following sets are used:<ul>
<li>
ConjunctExtender
=
[\p{Indic_Conjunct_Break=Linker}\p{Indic_Conjunct_Break=Extend}]
</li>
<li>
ConjunctLinker
=
\p{Indic_Conjunct_Break=Linker}
</li>
<li>
ExtPict
=
\p{Extended_Pictographic=True}
</li>
<li>
LinkingConsonant
=
\p{Indic_Conjunct_Break=Consonant}
</li>
</ul></li>
<li>Any other name that is a short property value alias for the Grapheme_Cluster_Break property represents the set of characters with that property, e.g., LF=\p{Grapheme_Cluster_Break=LF}.</li>
<li>The aforementioned sets are used to generate a partition of the code space in classes named X_Y for the intersection of X and Y and XmY for the complement of Y in X.</li></ol>
<p>Note that the resulting partition may be finer than needed for the algorithm.
</p>
<p>If your browser handles titles (tooltips), then hovering the mouse over the row header will show a sample character of that type. Hovering over a column header will show the sample character, plus its abbreviated general category and script. Hovering over the intersected cells shows the rule number that produces the break-status. For example, hovering over the cell at the intersection of LVT and T shows ×, with the rule 8.0. Checking below the table, rule 8.0 is “( LVT | T) × T”, which is the one that applies to that case. Note that a rule is invoked only when no lower-numbered rules have applied.</p>
<h3><a href='#table' name='table'>Table</a></h3>
<table border='1' cellspacing='0' width='100%'><tr><th width='5%'></th><th width='5%' class='lbclass' title='U+000D <CARRIAGE RETURN (CR)>, gc=Cc, sc=Zyyy'>CR</th><th width='5%' class='lbclass' title='U+000A <LINE FEED (LF)>, gc=Cc, sc=Zyyy'>LF</th><th width='5%' class='lbclass' title='U+0000 <NULL>, gc=Cc, sc=Zyyy'>Control</th><th width='5%' class='lbclass' title='U+094D DEVANAGARI SIGN VIRAMA, gc=Mn, sc=Deva'>Extend_ConjunctLinker</th><th width='5%' class='lbclass' title='U+0300 COMBINING GRAVE ACCENT, gc=Mn, sc=Zinh'>Extend_ConjunctExtendermConjunctLinker</th><th width='5%' class='lbclass' title='U+200C ZERO WIDTH NON-JOINER, gc=Cf, sc=Zinh'>ExtendmConjunctLinkermConjunctExtender</th><th width='5%' class='lbclass' title='U+200D ZERO WIDTH JOINER, gc=Cf, sc=Zinh'>ZWJ</th><th width='5%' class='lbclass' title='U+1F1E6 REGIONAL INDICATOR SYMBOL LETTER A, gc=So, sc=Zyyy'>RI</th><th width='5%' class='lbclass' title='U+06DD ARABIC END OF AYAH, gc=Cf, sc=Zyyy'>Prepend</th><th width='5%' class='lbclass' title='U+0903 DEVANAGARI SIGN VISARGA, gc=Mc, sc=Deva'>SpacingMark</th><th width='5%' class='lbclass' title='U+1100 HANGUL CHOSEONG KIYEOK, gc=Lo, sc=Hang'>L</th><th width='5%' class='lbclass' title='U+1160 HANGUL JUNGSEONG FILLER, gc=Lo, sc=Hang'>V</th><th width='5%' class='lbclass' title='U+11A8 HANGUL JONGSEONG KIYEOK, gc=Lo, sc=Hang'>T</th><th width='5%' class='lbclass' title='U+AC00 HANGUL SYLLABLE GA, gc=Lo, sc=Hang'>LV</th><th width='5%' class='lbclass' title='U+AC01 HANGUL SYLLABLE GAG, gc=Lo, sc=Hang'>LVT</th><th width='5%' class='lbclass' title='U+0915 DEVANAGARI LETTER KA, gc=Lo, sc=Deva'>LinkingConsonant</th><th width='5%' class='lbclass' title='U+00A9 COPYRIGHT SIGN, gc=So, sc=Zyyy'>ExtPict</th><th width='5%' class='lbclass' title='U+0020 SPACE, gc=Zs, sc=Zyyy'>XXmLinkingConsonantmExtPict</th></tr>
<tr><th class='lbclass' title='U+000D <CARRIAGE RETURN (CR)>'>CR</th><th title='4.0' class='pairItem'>÷</th><th title='3.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th></tr>
<tr><th class='lbclass' title='U+000A <LINE FEED (LF)>'>LF</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th></tr>
<tr><th class='lbclass' title='U+0000 <NULL>'>Control</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th><th title='4.0' class='pairItem'>÷</th></tr>
<tr><th class='lbclass' title='U+094D DEVANAGARI SIGN VIRAMA'>Extend_ConjunctLinker</th><th title='5.0' class='pairItem'>÷</th><th title='5.0' class='pairItem'>÷</th><th title='5.0' class='pairItem'>÷</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='9.1' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th></tr>
<tr><th class='lbclass' title='U+0300 COMBINING GRAVE ACCENT'>Extend_ConjunctExtendermConjunctLinker</th><th title='5.0' class='pairItem'>÷</th><th title='5.0' class='pairItem'>÷</th><th title='5.0' class='pairItem'>÷</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='9.1' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th></tr>
<tr><th class='lbclass' title='U+200C ZERO WIDTH NON-JOINER'>ExtendmConjunctLinkermConjunctExtender</th><th title='5.0' class='pairItem'>÷</th><th title='5.0' class='pairItem'>÷</th><th title='5.0' class='pairItem'>÷</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='9.1' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th></tr>
<tr><th class='lbclass' title='U+200D ZERO WIDTH JOINER'>ZWJ</th><th title='5.0' class='pairItem'>÷</th><th title='5.0' class='pairItem'>÷</th><th title='5.0' class='pairItem'>÷</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='9.1' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th></tr>
<tr><th class='lbclass' title='U+1F1E6 REGIONAL INDICATOR SYMBOL LETTER A'>RI</th><th title='5.0' class='pairItem'>÷</th><th title='5.0' class='pairItem'>÷</th><th title='5.0' class='pairItem'>÷</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='12.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='999.0' class='pairItem'>÷</th><th title='9.1' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th></tr>
<tr><th class='lbclass' title='U+06DD ARABIC END OF AYAH'>Prepend</th><th title='5.0' class='pairItem'>÷</th><th title='5.0' class='pairItem'>÷</th><th title='5.0' class='pairItem'>÷</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.2' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.2' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.1' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.2' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.2' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.2' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.2' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.2' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.2' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.2' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.2' bgcolor='#CCCCFF' class='pairItem'>×</th></tr>
<tr><th class='lbclass' title='U+0903 DEVANAGARI SIGN VISARGA'>SpacingMark</th><th title='5.0' class='pairItem'>÷</th><th title='5.0' class='pairItem'>÷</th><th title='5.0' class='pairItem'>÷</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='9.1' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th></tr>
<tr><th class='lbclass' title='U+1100 HANGUL CHOSEONG KIYEOK'>L</th><th title='5.0' class='pairItem'>÷</th><th title='5.0' class='pairItem'>÷</th><th title='5.0' class='pairItem'>÷</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='9.1' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='6.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='6.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='999.0' class='pairItem'>÷</th><th title='6.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='6.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th></tr>
<tr><th class='lbclass' title='U+1160 HANGUL JUNGSEONG FILLER'>V</th><th title='5.0' class='pairItem'>÷</th><th title='5.0' class='pairItem'>÷</th><th title='5.0' class='pairItem'>÷</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='9.1' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='999.0' class='pairItem'>÷</th><th title='7.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='7.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th></tr>
<tr><th class='lbclass' title='U+11A8 HANGUL JONGSEONG KIYEOK'>T</th><th title='5.0' class='pairItem'>÷</th><th title='5.0' class='pairItem'>÷</th><th title='5.0' class='pairItem'>÷</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='9.1' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='8.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th></tr>
<tr><th class='lbclass' title='U+AC00 HANGUL SYLLABLE GA'>LV</th><th title='5.0' class='pairItem'>÷</th><th title='5.0' class='pairItem'>÷</th><th title='5.0' class='pairItem'>÷</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='9.1' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='999.0' class='pairItem'>÷</th><th title='7.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='7.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th></tr>
<tr><th class='lbclass' title='U+AC01 HANGUL SYLLABLE GAG'>LVT</th><th title='5.0' class='pairItem'>÷</th><th title='5.0' class='pairItem'>÷</th><th title='5.0' class='pairItem'>÷</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='9.1' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='8.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th></tr>
<tr><th class='lbclass' title='U+0915 DEVANAGARI LETTER KA'>LinkingConsonant</th><th title='5.0' class='pairItem'>÷</th><th title='5.0' class='pairItem'>÷</th><th title='5.0' class='pairItem'>÷</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='9.1' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th></tr>
<tr><th class='lbclass' title='U+00A9 COPYRIGHT SIGN'>ExtPict</th><th title='5.0' class='pairItem'>÷</th><th title='5.0' class='pairItem'>÷</th><th title='5.0' class='pairItem'>÷</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='9.1' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th></tr>
<tr><th class='lbclass' title='U+0020 SPACE'>XXmLinkingConsonantmExtPict</th><th title='5.0' class='pairItem'>÷</th><th title='5.0' class='pairItem'>÷</th><th title='5.0' class='pairItem'>÷</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='9.1' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th></tr>
<tr><td bgcolor='#0000FF' colSpan='19' style='font-size: 1px'> </td></tr>
<tr><th class='lbclass' title='U+0378 <reserved-0378>'>XXmLinkingConsonantmExtPict</th><th title='5.0' class='pairItem'>÷</th><th title='5.0' class='pairItem'>÷</th><th title='5.0' class='pairItem'>÷</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='9.0' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='9.1' bgcolor='#CCCCFF' class='pairItem'>×</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th><th title='999.0' class='pairItem'>÷</th></tr>
</table>
<h3><a href='#rules' name='rules'>Rules</a></h3>
<p>This section shows the rules. They are mechanically modified for programmatic generation of the tables and test code, and thus do not match the UAX rules precisely. In particular:</p><ol><li>The rules are cast into a form that is more like regular expressions.</li><li>The rules “sot ÷”, “÷ eot”, and “÷ Any” are added mechanically, and have artificial numbers.</li><li>The rules are given decimal numbers using tenths, and are written without prefix. For example, rule GB9a is given the number 9.1.</li><li>Final rules like “Any ÷ Any” may be recast as the equivalent expression “÷ Any”.</li><li></li></ol><p>For the original rules, see UAX #29.</p>
<table>
<tr><th style='text-align:right'><a href='#r0.2' name='r0.2'>0.2</a></th><td style='text-align:right'>sot </td><td>÷</td><td></td></tr>
<tr><th style='text-align:right'><a href='#r0.3' name='r0.3'>0.3</a></th><td style='text-align:right'></td><td>÷</td><td> eot</td></tr>
<tr><th style='text-align:right'><a href='#r3.0' name='r3.0'>3.0</a></th><td style='text-align:right'>CR </td><td>×</td><td> LF</td></tr>
<tr><th style='text-align:right'><a href='#r4.0' name='r4.0'>4.0</a></th><td style='text-align:right'>( Control | CR | LF ) </td><td>÷</td><td></td></tr>
<tr><th style='text-align:right'><a href='#r5.0' name='r5.0'>5.0</a></th><td style='text-align:right'></td><td>÷</td><td> ( Control | CR | LF )</td></tr>
<tr><th style='text-align:right'><a href='#r6.0' name='r6.0'>6.0</a></th><td style='text-align:right'>L </td><td>×</td><td> ( L | V | LV | LVT )</td></tr>
<tr><th style='text-align:right'><a href='#r7.0' name='r7.0'>7.0</a></th><td style='text-align:right'>( LV | V ) </td><td>×</td><td> ( V | T )</td></tr>
<tr><th style='text-align:right'><a href='#r8.0' name='r8.0'>8.0</a></th><td style='text-align:right'>( LVT | T) </td><td>×</td><td> T</td></tr>
<tr><th style='text-align:right'><a href='#r9.0' name='r9.0'>9.0</a></th><td style='text-align:right'></td><td>×</td><td> (Extend | ZWJ)</td></tr>
<tr><th style='text-align:right'><a href='#r9.1' name='r9.1'>9.1</a></th><td style='text-align:right'></td><td>×</td><td> SpacingMark</td></tr>
<tr><th style='text-align:right'><a href='#r9.2' name='r9.2'>9.2</a></th><td style='text-align:right'>Prepend </td><td>×</td><td></td></tr>
<tr><th style='text-align:right'><a href='#r9.3' name='r9.3'>9.3</a></th><td style='text-align:right'>LinkingConsonant ConjunctExtender* ConjunctLinker ConjunctExtender* </td><td>×</td><td> LinkingConsonant</td></tr>
<tr><th style='text-align:right'><a href='#r11.0' name='r11.0'>11.0</a></th><td style='text-align:right'>ExtPict Extend* ZWJ </td><td>×</td><td> ExtPict</td></tr>
<tr><th style='text-align:right'><a href='#r12.0' name='r12.0'>12.0</a></th><td style='text-align:right'>^ (RI RI)* RI </td><td>×</td><td> RI</td></tr>
<tr><th style='text-align:right'><a href='#r13.0' name='r13.0'>13.0</a></th><td style='text-align:right'>[^RI] (RI RI)* RI </td><td>×</td><td> RI</td></tr>
<tr><th style='text-align:right'><a href='#r999.0' name='r999.0'>999.0</a></th><td style='text-align:right'></td><td>÷</td><td> Any</td></tr>
</table>
<h3><a href='#samples' name='samples'>Sample Strings</a></h3>
<p>The following samples illustrate the application of the rules. The blue lines indicate possible break points. If your browser supports titles (tooltips), then positioning the mouse over each character will show its name, while positioning between characters shows the number of the rule responsible for the break-status.</p>
<table>
<tr><th style='text-align:right'><a href='#s1' name='s1'>1</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+000D <CARRIAGE RETURN (CR)> (CR)'>□</span><span title='3.0'><span> </span> </span>
<span title='U+000A <LINE FEED (LF)> (LF)'>□</span><span title='4.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+0061 LATIN SMALL LETTER A (XXmLinkingConsonantmExtPict)'>a</span><span title='5.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+000A <LINE FEED (LF)> (LF)'>□</span><span title='4.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+0308 COMBINING DIAERESIS (Extend_ConjunctExtendermConjunctLinker)'>◌̈</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s2' name='s2'>2</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+0061 LATIN SMALL LETTER A (XXmLinkingConsonantmExtPict)'>a</span><span title='9.0'><span> </span> </span>
<span title='U+0308 COMBINING DIAERESIS (Extend_ConjunctExtendermConjunctLinker)'>◌̈</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s3' name='s3'>3</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+0020 SPACE (XXmLinkingConsonantmExtPict)'> </span><span title='9.0'><span> </span> </span>
<span title='U+200D ZERO WIDTH JOINER (ZWJ)'>□</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+0646 ARABIC LETTER NOON (XXmLinkingConsonantmExtPict)'>ن</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s4' name='s4'>4</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+0646 ARABIC LETTER NOON (XXmLinkingConsonantmExtPict)'>ن</span><span title='9.0'><span> </span> </span>
<span title='U+200D ZERO WIDTH JOINER (ZWJ)'>□</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+0020 SPACE (XXmLinkingConsonantmExtPict)'> </span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s5' name='s5'>5</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+1100 HANGUL CHOSEONG KIYEOK (L)'>ᄀ</span><span title='6.0'><span> </span> </span>
<span title='U+1100 HANGUL CHOSEONG KIYEOK (L)'>ᄀ</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s6' name='s6'>6</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+AC00 HANGUL SYLLABLE GA (LV)'>가</span><span title='7.0'><span> </span> </span>
<span title='U+11A8 HANGUL JONGSEONG KIYEOK (T)'>ᆨ</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+1100 HANGUL CHOSEONG KIYEOK (L)'>ᄀ</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s7' name='s7'>7</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+AC01 HANGUL SYLLABLE GAG (LVT)'>각</span><span title='8.0'><span> </span> </span>
<span title='U+11A8 HANGUL JONGSEONG KIYEOK (T)'>ᆨ</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+1100 HANGUL CHOSEONG KIYEOK (L)'>ᄀ</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s8' name='s8'>8</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+1F1E6 REGIONAL INDICATOR SYMBOL LETTER A (RI)'>🇦</span><span title='12.0'><span> </span> </span>
<span title='U+1F1E7 REGIONAL INDICATOR SYMBOL LETTER B (RI)'>🇧</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+1F1E8 REGIONAL INDICATOR SYMBOL LETTER C (RI)'>🇨</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+0062 LATIN SMALL LETTER B (XXmLinkingConsonantmExtPict)'>b</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s9' name='s9'>9</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+0061 LATIN SMALL LETTER A (XXmLinkingConsonantmExtPict)'>a</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+1F1E6 REGIONAL INDICATOR SYMBOL LETTER A (RI)'>🇦</span><span title='13.0'><span> </span> </span>
<span title='U+1F1E7 REGIONAL INDICATOR SYMBOL LETTER B (RI)'>🇧</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+1F1E8 REGIONAL INDICATOR SYMBOL LETTER C (RI)'>🇨</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+0062 LATIN SMALL LETTER B (XXmLinkingConsonantmExtPict)'>b</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s10' name='s10'>10</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+0061 LATIN SMALL LETTER A (XXmLinkingConsonantmExtPict)'>a</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+1F1E6 REGIONAL INDICATOR SYMBOL LETTER A (RI)'>🇦</span><span title='13.0'><span> </span> </span>
<span title='U+1F1E7 REGIONAL INDICATOR SYMBOL LETTER B (RI)'>🇧</span><span title='9.0'><span> </span> </span>
<span title='U+200D ZERO WIDTH JOINER (ZWJ)'>□</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+1F1E8 REGIONAL INDICATOR SYMBOL LETTER C (RI)'>🇨</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+0062 LATIN SMALL LETTER B (XXmLinkingConsonantmExtPict)'>b</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s11' name='s11'>11</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+0061 LATIN SMALL LETTER A (XXmLinkingConsonantmExtPict)'>a</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+1F1E6 REGIONAL INDICATOR SYMBOL LETTER A (RI)'>🇦</span><span title='9.0'><span> </span> </span>
<span title='U+200D ZERO WIDTH JOINER (ZWJ)'>□</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+1F1E7 REGIONAL INDICATOR SYMBOL LETTER B (RI)'>🇧</span><span title='13.0'><span> </span> </span>
<span title='U+1F1E8 REGIONAL INDICATOR SYMBOL LETTER C (RI)'>🇨</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+0062 LATIN SMALL LETTER B (XXmLinkingConsonantmExtPict)'>b</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s12' name='s12'>12</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+0061 LATIN SMALL LETTER A (XXmLinkingConsonantmExtPict)'>a</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+1F1E6 REGIONAL INDICATOR SYMBOL LETTER A (RI)'>🇦</span><span title='13.0'><span> </span> </span>
<span title='U+1F1E7 REGIONAL INDICATOR SYMBOL LETTER B (RI)'>🇧</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+1F1E8 REGIONAL INDICATOR SYMBOL LETTER C (RI)'>🇨</span><span title='13.0'><span> </span> </span>
<span title='U+1F1E9 REGIONAL INDICATOR SYMBOL LETTER D (RI)'>🇩</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+0062 LATIN SMALL LETTER B (XXmLinkingConsonantmExtPict)'>b</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s13' name='s13'>13</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+0061 LATIN SMALL LETTER A (XXmLinkingConsonantmExtPict)'>a</span><span title='9.0'><span> </span> </span>
<span title='U+200D ZERO WIDTH JOINER (ZWJ)'>□</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s14' name='s14'>14</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+0061 LATIN SMALL LETTER A (XXmLinkingConsonantmExtPict)'>a</span><span title='9.0'><span> </span> </span>
<span title='U+0308 COMBINING DIAERESIS (Extend_ConjunctExtendermConjunctLinker)'>◌̈</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+0062 LATIN SMALL LETTER B (XXmLinkingConsonantmExtPict)'>b</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s15' name='s15'>15</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+0061 LATIN SMALL LETTER A (XXmLinkingConsonantmExtPict)'>a</span><span title='9.1'><span> </span> </span>
<span title='U+0903 DEVANAGARI SIGN VISARGA (SpacingMark)'>ः</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+0062 LATIN SMALL LETTER B (XXmLinkingConsonantmExtPict)'>b</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s16' name='s16'>16</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+0061 LATIN SMALL LETTER A (XXmLinkingConsonantmExtPict)'>a</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+0600 ARABIC NUMBER SIGN (Prepend)'>□</span><span title='9.2'><span> </span> </span>
<span title='U+0062 LATIN SMALL LETTER B (XXmLinkingConsonantmExtPict)'>b</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s17' name='s17'>17</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+1F476 BABY (ExtPict)'>👶</span><span title='9.0'><span> </span> </span>
<span title='U+1F3FF EMOJI MODIFIER FITZPATRICK TYPE-6 (Extend_ConjunctExtendermConjunctLinker)'>🏿</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+1F476 BABY (ExtPict)'>👶</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s18' name='s18'>18</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+0061 LATIN SMALL LETTER A (XXmLinkingConsonantmExtPict)'>a</span><span title='9.0'><span> </span> </span>
<span title='U+1F3FF EMOJI MODIFIER FITZPATRICK TYPE-6 (Extend_ConjunctExtendermConjunctLinker)'>🏿</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+1F476 BABY (ExtPict)'>👶</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s19' name='s19'>19</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+0061 LATIN SMALL LETTER A (XXmLinkingConsonantmExtPict)'>a</span><span title='9.0'><span> </span> </span>
<span title='U+1F3FF EMOJI MODIFIER FITZPATRICK TYPE-6 (Extend_ConjunctExtendermConjunctLinker)'>🏿</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+1F476 BABY (ExtPict)'>👶</span><span title='9.0'><span> </span> </span>
<span title='U+200D ZERO WIDTH JOINER (ZWJ)'>□</span><span title='11.0'><span> </span> </span>
<span title='U+1F6D1 OCTAGONAL SIGN (ExtPict)'>🛑</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s20' name='s20'>20</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+1F476 BABY (ExtPict)'>👶</span><span title='9.0'><span> </span> </span>
<span title='U+1F3FF EMOJI MODIFIER FITZPATRICK TYPE-6 (Extend_ConjunctExtendermConjunctLinker)'>🏿</span><span title='9.0'><span> </span> </span>
<span title='U+0308 COMBINING DIAERESIS (Extend_ConjunctExtendermConjunctLinker)'>◌̈</span><span title='9.0'><span> </span> </span>
<span title='U+200D ZERO WIDTH JOINER (ZWJ)'>□</span><span title='11.0'><span> </span> </span>
<span title='U+1F476 BABY (ExtPict)'>👶</span><span title='9.0'><span> </span> </span>
<span title='U+1F3FF EMOJI MODIFIER FITZPATRICK TYPE-6 (Extend_ConjunctExtendermConjunctLinker)'>🏿</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s21' name='s21'>21</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+1F6D1 OCTAGONAL SIGN (ExtPict)'>🛑</span><span title='9.0'><span> </span> </span>
<span title='U+200D ZERO WIDTH JOINER (ZWJ)'>□</span><span title='11.0'><span> </span> </span>
<span title='U+1F6D1 OCTAGONAL SIGN (ExtPict)'>🛑</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s22' name='s22'>22</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+0061 LATIN SMALL LETTER A (XXmLinkingConsonantmExtPict)'>a</span><span title='9.0'><span> </span> </span>
<span title='U+200D ZERO WIDTH JOINER (ZWJ)'>□</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+1F6D1 OCTAGONAL SIGN (ExtPict)'>🛑</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s23' name='s23'>23</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+2701 UPPER BLADE SCISSORS (XXmLinkingConsonantmExtPict)'>✁</span><span title='9.0'><span> </span> </span>
<span title='U+200D ZERO WIDTH JOINER (ZWJ)'>□</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+2701 UPPER BLADE SCISSORS (XXmLinkingConsonantmExtPict)'>✁</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s24' name='s24'>24</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+0061 LATIN SMALL LETTER A (XXmLinkingConsonantmExtPict)'>a</span><span title='9.0'><span> </span> </span>
<span title='U+200D ZERO WIDTH JOINER (ZWJ)'>□</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+2701 UPPER BLADE SCISSORS (XXmLinkingConsonantmExtPict)'>✁</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s25' name='s25'>25</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+0915 DEVANAGARI LETTER KA (LinkingConsonant)'>क</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+0924 DEVANAGARI LETTER TA (LinkingConsonant)'>त</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s26' name='s26'>26</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+0915 DEVANAGARI LETTER KA (LinkingConsonant)'>क</span><span title='9.0'><span> </span> </span>
<span title='U+094D DEVANAGARI SIGN VIRAMA (Extend_ConjunctLinker)'>◌्</span><span title='9.3'><span> </span> </span>
<span title='U+0924 DEVANAGARI LETTER TA (LinkingConsonant)'>त</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s27' name='s27'>27</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+0915 DEVANAGARI LETTER KA (LinkingConsonant)'>क</span><span title='9.0'><span> </span> </span>
<span title='U+094D DEVANAGARI SIGN VIRAMA (Extend_ConjunctLinker)'>◌्</span><span title='9.0'><span> </span> </span>
<span title='U+094D DEVANAGARI SIGN VIRAMA (Extend_ConjunctLinker)'>◌्</span><span title='9.3'><span> </span> </span>
<span title='U+0924 DEVANAGARI LETTER TA (LinkingConsonant)'>त</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s28' name='s28'>28</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+0915 DEVANAGARI LETTER KA (LinkingConsonant)'>क</span><span title='9.0'><span> </span> </span>
<span title='U+094D DEVANAGARI SIGN VIRAMA (Extend_ConjunctLinker)'>◌्</span><span title='9.0'><span> </span> </span>
<span title='U+200D ZERO WIDTH JOINER (ZWJ)'>□</span><span title='9.3'><span> </span> </span>
<span title='U+0924 DEVANAGARI LETTER TA (LinkingConsonant)'>त</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s29' name='s29'>29</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+0915 DEVANAGARI LETTER KA (LinkingConsonant)'>क</span><span title='9.0'><span> </span> </span>
<span title='U+093C DEVANAGARI SIGN NUKTA (Extend_ConjunctExtendermConjunctLinker)'>◌़</span><span title='9.0'><span> </span> </span>
<span title='U+200D ZERO WIDTH JOINER (ZWJ)'>□</span><span title='9.0'><span> </span> </span>
<span title='U+094D DEVANAGARI SIGN VIRAMA (Extend_ConjunctLinker)'>◌्</span><span title='9.3'><span> </span> </span>
<span title='U+0924 DEVANAGARI LETTER TA (LinkingConsonant)'>त</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s30' name='s30'>30</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+0915 DEVANAGARI LETTER KA (LinkingConsonant)'>क</span><span title='9.0'><span> </span> </span>
<span title='U+093C DEVANAGARI SIGN NUKTA (Extend_ConjunctExtendermConjunctLinker)'>◌़</span><span title='9.0'><span> </span> </span>
<span title='U+094D DEVANAGARI SIGN VIRAMA (Extend_ConjunctLinker)'>◌्</span><span title='9.0'><span> </span> </span>
<span title='U+200D ZERO WIDTH JOINER (ZWJ)'>□</span><span title='9.3'><span> </span> </span>
<span title='U+0924 DEVANAGARI LETTER TA (LinkingConsonant)'>त</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s31' name='s31'>31</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+0915 DEVANAGARI LETTER KA (LinkingConsonant)'>क</span><span title='9.0'><span> </span> </span>
<span title='U+094D DEVANAGARI SIGN VIRAMA (Extend_ConjunctLinker)'>◌्</span><span title='9.3'><span> </span> </span>
<span title='U+0924 DEVANAGARI LETTER TA (LinkingConsonant)'>त</span><span title='9.0'><span> </span> </span>
<span title='U+094D DEVANAGARI SIGN VIRAMA (Extend_ConjunctLinker)'>◌्</span><span title='9.3'><span> </span> </span>
<span title='U+092F DEVANAGARI LETTER YA (LinkingConsonant)'>य</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s32' name='s32'>32</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+0915 DEVANAGARI LETTER KA (LinkingConsonant)'>क</span><span title='9.0'><span> </span> </span>
<span title='U+094D DEVANAGARI SIGN VIRAMA (Extend_ConjunctLinker)'>◌्</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+0061 LATIN SMALL LETTER A (XXmLinkingConsonantmExtPict)'>a</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s33' name='s33'>33</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+0061 LATIN SMALL LETTER A (XXmLinkingConsonantmExtPict)'>a</span><span title='9.0'><span> </span> </span>
<span title='U+094D DEVANAGARI SIGN VIRAMA (Extend_ConjunctLinker)'>◌्</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+0924 DEVANAGARI LETTER TA (LinkingConsonant)'>त</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s34' name='s34'>34</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+003F QUESTION MARK (XXmLinkingConsonantmExtPict)'>?</span><span title='9.0'><span> </span> </span>
<span title='U+094D DEVANAGARI SIGN VIRAMA (Extend_ConjunctLinker)'>◌्</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+0924 DEVANAGARI LETTER TA (LinkingConsonant)'>त</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s35' name='s35'>35</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+0915 DEVANAGARI LETTER KA (LinkingConsonant)'>क</span><span title='9.0'><span> </span> </span>
<span title='U+094D DEVANAGARI SIGN VIRAMA (Extend_ConjunctLinker)'>◌्</span><span title='9.0'><span> </span> </span>
<span title='U+094D DEVANAGARI SIGN VIRAMA (Extend_ConjunctLinker)'>◌्</span><span title='9.3'><span> </span> </span>
<span title='U+0924 DEVANAGARI LETTER TA (LinkingConsonant)'>त</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s36' name='s36'>36</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+0AB8 GUJARATI LETTER SA (LinkingConsonant)'>સ</span><span title='9.0'><span> </span> </span>
<span title='U+0AFB GUJARATI SIGN SHADDA (Extend_ConjunctExtendermConjunctLinker)'>◌ૻ</span><span title='9.0'><span> </span> </span>
<span title='U+0ACD GUJARATI SIGN VIRAMA (Extend_ConjunctLinker)'>◌્</span><span title='9.3'><span> </span> </span>
<span title='U+0AB8 GUJARATI LETTER SA (LinkingConsonant)'>સ</span><span title='9.0'><span> </span> </span>
<span title='U+0AFB GUJARATI SIGN SHADDA (Extend_ConjunctExtendermConjunctLinker)'>◌ૻ</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s37' name='s37'>37</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+1019 MYANMAR LETTER MA (LinkingConsonant)'>မ</span><span title='9.0'><span> </span> </span>
<span title='U+1039 MYANMAR SIGN VIRAMA (Extend_ConjunctLinker)'>◌္</span><span title='9.3'><span> </span> </span>
<span title='U+1018 MYANMAR LETTER BHA (LinkingConsonant)'>ဘ</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+102C MYANMAR VOWEL SIGN AA (XXmLinkingConsonantmExtPict)'>ာ</span><span title='9.0'><span> </span> </span>
<span title='U+1037 MYANMAR SIGN DOT BELOW (Extend_ConjunctExtendermConjunctLinker)'>◌့</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s38' name='s38'>38</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+1004 MYANMAR LETTER NGA (LinkingConsonant)'>င</span><span title='9.0'><span> </span> </span>
<span title='U+103A MYANMAR SIGN ASAT (Extend_ConjunctExtendermConjunctLinker)'>◌်</span><span title='9.0'><span> </span> </span>
<span title='U+1039 MYANMAR SIGN VIRAMA (Extend_ConjunctLinker)'>◌္</span><span title='9.3'><span> </span> </span>
<span title='U+1011 MYANMAR LETTER THA (LinkingConsonant)'>ထ</span><span title='9.0'><span> </span> </span>
<span title='U+1039 MYANMAR SIGN VIRAMA (Extend_ConjunctLinker)'>◌္</span><span title='9.3'><span> </span> </span>
<span title='U+1011 MYANMAR LETTER THA (LinkingConsonant)'>ထ</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s39' name='s39'>39</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+1B12 BALINESE LETTER OKARA TEDUNG (XXmLinkingConsonantmExtPict)'>ᬒ</span><span title='9.0'><span> </span> </span>
<span title='U+1B01 BALINESE SIGN ULU CANDRA (Extend_ConjunctExtendermConjunctLinker)'>◌ᬁ</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+1B32 BALINESE LETTER SA (LinkingConsonant)'>ᬲ</span><span title='9.0'><span> </span> </span>
<span title='U+1B44 BALINESE ADEG ADEG (Extend_ConjunctLinker)'>᭄</span><span title='9.3'><span> </span> </span>
<span title='U+1B2F BALINESE LETTER WA (LinkingConsonant)'>ᬯ</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+1B32 BALINESE LETTER SA (LinkingConsonant)'>ᬲ</span><span title='9.0'><span> </span> </span>
<span title='U+1B44 BALINESE ADEG ADEG (Extend_ConjunctLinker)'>᭄</span><span title='9.3'><span> </span> </span>
<span title='U+1B22 BALINESE LETTER TA (LinkingConsonant)'>ᬢ</span><span title='9.0'><span> </span> </span>
<span title='U+1B44 BALINESE ADEG ADEG (Extend_ConjunctLinker)'>᭄</span><span title='9.3'><span> </span> </span>
<span title='U+1B2C BALINESE LETTER YA (LinkingConsonant)'>ᬬ</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+1B32 BALINESE LETTER SA (LinkingConsonant)'>ᬲ</span><span title='9.0'><span> </span> </span>
<span title='U+1B44 BALINESE ADEG ADEG (Extend_ConjunctLinker)'>᭄</span><span title='9.3'><span> </span> </span>
<span title='U+1B22 BALINESE LETTER TA (LinkingConsonant)'>ᬢ</span><span title='9.0'><span> </span> </span>
<span title='U+1B38 BALINESE VOWEL SIGN SUKU (Extend_ConjunctExtendermConjunctLinker)'>◌ᬸ</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s40' name='s40'>40</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+179F KHMER LETTER SA (LinkingConsonant)'>ស</span><span title='9.0'><span> </span> </span>
<span title='U+17D2 KHMER SIGN COENG (Extend_ConjunctLinker)'>◌្</span><span title='9.3'><span> </span> </span>
<span title='U+178F KHMER LETTER TA (LinkingConsonant)'>ត</span><span title='9.0'><span> </span> </span>
<span title='U+17D2 KHMER SIGN COENG (Extend_ConjunctLinker)'>◌្</span><span title='9.3'><span> </span> </span>
<span title='U+179A KHMER LETTER RO (LinkingConsonant)'>រ</span><span title='9.0'><span> </span> </span>
<span title='U+17B8 KHMER VOWEL SIGN II (Extend_ConjunctExtendermConjunctLinker)'>◌ី</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s41' name='s41'>41</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+1B26 BALINESE LETTER NA (LinkingConsonant)'>ᬦ</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+1B17 BALINESE LETTER NGA (LinkingConsonant)'>ᬗ</span><span title='9.0'><span> </span> </span>
<span title='U+1B44 BALINESE ADEG ADEG (Extend_ConjunctLinker)'>᭄</span><span title='9.3'><span> </span> </span>
<span title='U+1B13 BALINESE LETTER KA (LinkingConsonant)'>ᬓ</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s42' name='s42'>42</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+1B27 BALINESE LETTER PA (LinkingConsonant)'>ᬧ</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+1B13 BALINESE LETTER KA (LinkingConsonant)'>ᬓ</span><span title='9.0'><span> </span> </span>
<span title='U+1B44 BALINESE ADEG ADEG (Extend_ConjunctLinker)'>᭄</span><span title='9.3'><span> </span> </span>
<span title='U+1B0B BALINESE LETTER RA REPA (LinkingConsonant)'>ᬋ</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+1B0B BALINESE LETTER RA REPA (LinkingConsonant)'>ᬋ</span><span title='9.1'><span> </span> </span>
<span title='U+1B04 BALINESE SIGN BISAH (SpacingMark)'>ᬄ</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s43' name='s43'>43</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+1795 KHMER LETTER PHA (LinkingConsonant)'>ផ</span><span title='9.0'><span> </span> </span>
<span title='U+17D2 KHMER SIGN COENG (Extend_ConjunctLinker)'>◌្</span><span title='9.3'><span> </span> </span>
<span title='U+17AF KHMER INDEPENDENT VOWEL QE (LinkingConsonant)'>ឯ</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+1798 KHMER LETTER MO (LinkingConsonant)'>ម</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
<tr><th style='text-align:right'><a href='#s44' name='s44'>44</a></th><td><font size='5'>
<span title='0.2'><span style='border-right: 1px solid blue'> </span> </span><span title='U+17A0 KHMER LETTER HA (LinkingConsonant)'>ហ</span><span title='9.0'><span> </span> </span>
<span title='U+17D2 KHMER SIGN COENG (Extend_ConjunctLinker)'>◌្</span><span title='9.3'><span> </span> </span>
<span title='U+17AB KHMER INDEPENDENT VOWEL RY (LinkingConsonant)'>ឫ</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+1791 KHMER LETTER TO (LinkingConsonant)'>ទ</span><span title='9.0'><span> </span> </span>
<span title='U+17D0 KHMER SIGN SAMYOK SANNYA (Extend_ConjunctExtendermConjunctLinker)'>◌័</span><span title='999.0'><span style='border-right: 1px solid blue'> </span> </span>
<span title='U+1799 KHMER LETTER YO (LinkingConsonant)'>យ</span><span title='0.3'><span style='border-right: 1px solid blue'> </span> </span>
</font></td></tr>
</table>
<hr width='50%'>
<div align='center'>
<center>
<table cellspacing='0' cellpadding='0' border='0'>
<tr>
<td><a href='https://www.unicode.org/copyright.html'>
<img src='https://www.unicode.org/img/hb_notice.gif' border='0' alt='Access to Copyright and terms of use' width='216' height='50'></a></td>
</tr>
</table>
</center>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>