|
| 1 | +=begin pod |
| 2 | +
|
| 3 | +=TITLE Unicode versus Texas symbols |
| 4 | +
|
| 5 | +=SUBTITLE Unicode symbols and their Texas (ASCII) counterparts |
| 6 | +
|
| 7 | +The following unicode symbols can be used in Perl 6 without needing to load |
| 8 | +any additional modules. Please note that the Since column applies to the |
| 9 | +version of Perl the symbol was known to be available. It is only mentioned |
| 10 | +if it is different from C<6.c>. |
| 11 | +
|
| 12 | +=begin table |
| 13 | + symbol codepoint Texas Since Remarks |
| 14 | + ------ --------- --------- ----- --------------------------------- |
| 15 | + « U+00AB << as part of «» or .« |
| 16 | + » U+00BB >> as part of «» or .» |
| 17 | +
|
| 18 | + Γ U+00D7 * |
| 19 | + / U+00DF / |
| 20 | + β U+2218 o |
| 21 | + β
U+2245 =~= |
| 22 | +
|
| 23 | + β U+2018 ' as part of ββ or ββ or ββ |
| 24 | + β U+2019 ' as part of ββ or ββ |
| 25 | + β U+201A ' as part of ββ or ββ |
| 26 | + β U+201C " as part of ββ or ββ or ββ |
| 27 | + β U+201D " as part of ββ or ββ |
| 28 | + β U+201E " as part of ββ or ββ |
| 29 | + ο½’ U+FF62 " as part of ο½’ο½£ |
| 30 | + ο½£ U+FF63 " as part of ο½’ο½£ |
| 31 | +
|
| 32 | + β» U+00AF **- as part of exponentiation |
| 33 | + βΊ U+207A **+ as part of exponentiation |
| 34 | + β» U+207B **- as part of exponentiation |
| 35 | + β° U+2070 **0 can be combined with β°..βΉ |
| 36 | + ΒΉ U+2071 **1 can be combined with β°..βΉ |
| 37 | + Β² U+2072 **2 can be combined with β°..βΉ |
| 38 | + Β³ U+2073 **3 can be combined with β°..βΉ |
| 39 | + β΄ U+2074 **4 can be combined with β°..βΉ |
| 40 | + β΅ U+2075 **5 can be combined with β°..βΉ |
| 41 | + βΆ U+2076 **6 can be combined with β°..βΉ |
| 42 | + β· U+2077 **7 can be combined with β°..βΉ |
| 43 | + βΈ U+2078 **8 can be combined with β°..βΉ |
| 44 | + βΉ U+2079 **9 can be combined with β°..βΉ |
| 45 | +
|
| 46 | + β
U+2205 set() |
| 47 | + β U+2208 (elem) |
| 48 | + β U+2209 !(elem) |
| 49 | + β U+220B (cont) |
| 50 | + β U+220C !(cont) |
| 51 | + β U+221E Inf |
| 52 | + β U+2286 (<=) |
| 53 | + β U+2288 !(<=) |
| 54 | + β U+2282 (<) |
| 55 | + β U+2284 !(<) |
| 56 | + β U+2287 (>=) |
| 57 | + β U+2289 !(>=) |
| 58 | + β U+2283 (>) |
| 59 | + β
U+2285 !(>) |
| 60 | + βΌ U+227C (<+) |
| 61 | + β½ U+227D (>+) |
| 62 | + βͺ U+222A (|) |
| 63 | + β© U+2229 (&) |
| 64 | + β U+2216 (-) |
| 65 | + β U+2296 (^) |
| 66 | + β U+228D (.) |
| 67 | + β U+228E (+) |
| 68 | +=end table |
| 69 | +
|
| 70 | +Please note that any codepoints that have the C<Ll> or C<Lu> property, |
| 71 | +can be used just like any other alphabetic character. Also, any codepoint |
| 72 | +that has the L<Nd> property, can be used as a digit in any number. |
| 73 | +
|
| 74 | +=end pod |
0 commit comments