When case insensitive sorting will be added in Notepad++ x64 (without TextFX)?
-
When case insensitive sorting will be added in Notepad++ x64 (without TextFX)?
insensitive sorting vs sensitive sorting
A A
a B
B C
b a
C b
c c -
Before posting have you tested the ‘Column sorting’ plugin ?
-
Hello, @piotr-Przeklasa and All,
I’ve deeply thought about your problem, since a week and, finally, I found out a work-round to change the default behaviour of the N++ sort ;-)
While elaborating my solution, I read some documentation about sorting and ,to my mind, it’s quite difficult to chose which sorting method is the best one, as it mainly depends on the kind of data, that you have to sort ! So, I tried to find a “middle” solution, which, sometimes, should be modified for a specific sorting way.
Referring to the links, below, it appears, to everyone, that sorting things are quite complex if you consider all countries, using Latin languages, and, even if you restrict your goal to American-English language, several sorting methods are still possible !
https://en.wikipedia.org/wiki/Alphabetical_order
https://en.wikipedia.org/wiki/List_of_precomposed_Latin_characters_in_Unicode
For instance, here is a list of some streets of the Great London area :
NON sorted : NOTEPAD++ Sort : Sort B : ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Oakworth Oak Avenue Oak Avenue Oak Ridge Oak Bank Croy Oak Bank Croy Oak Hill Way Oak Gardens Oakcroft Road Oakwood Oak Hill Oak Gardens Oak Hill Oak Hill Close Oak Hill Oak Bank Croy Oak Hill Way Oak Hill Close Oakhill Drive Oak Lane Oakhill Drive Oakley River Oak Loadge Avenue Oak Hill Way Oak Rise Oak Ridge Oaklands Avenue Oak Avenue Oak Rise Oak Lane Oakway Close Oak Road Oakleigh Park Oakcroft Road Oakcroft Road Oakley Avenue Oak Hill Close Oakhill Drive Oakley Park Oak Gardens Oaklands Avenue Oakley River Oak Lane Oakleigh Park Oak Loadge Avenue Oakleigh Park Oakley Avenue Oak Ridge Oakley Avenue Oakley Park Oak Rise Oak Loadge Avenue Oakley River Oak Road Oakley Park Oakway Close Oakway Close Oaklands Avenue Oakwood Oakwood Oak Road Oakworth Oakworth
-
The unsorted list is displayed in the first column
-
The list sorted with the Notepad++ sort, according to Unicode values of characters, is in the second column
-
An alternate sort, generally used, in street indexes, where spaces are not taken in account, during the sort process, is added in the third column
Personally, in that matter, the N++ sort seems to give better results :-)
Now, we must discuss of all symbols, which may occur inside words. Here is a short list of some English/ American abbreviations :
NON sorted : N++ Sort : Sort B : ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Corp C-in-C CAT cp C.E.N.T.O C.E.N.T.O C.O.I. C.O.I. cert C-in-C C.S. C-in-C CAT C.S.E. c/o C.S. CAT C.O.I. c/o Co-op Co-op C.S.E. Corp Corp Co-op c/o cp C.E.N.T.O cert C.S. cert cp C.S.E.
-
The unsorted list is displayed in the first column
-
The N++ sorted list, in the second column, is rather difficult to read, because words with symbols appear, first !
-
This time, the alternate list, in the third column, where symbols are not taken in account, gives better results, indeed !
Finally, we have to talk about upper/lower case letters and about Latin accentuated characters, very common in many European languages !
For instance, here is, below, a list of the given and family names of some “celebrities”, taken from the general list, below :
https://en.wikipedia.org/wiki/Lists_of_people_by_nationality#By_nationality
NON sorted : N++ Sort : Sort B : ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ İshak Alaton Abdi İpekçi Abdi İpekçi şükrü Gülesin Jón Ásgeir Jóhannesson aleksandrs čaks đorđe Petrović León Ávalos y Vez antoni józef śmieszek Thích Quảng độ Nazan Öncel bela Čikoš Sesija Nazan Öncel Olgierd łukaszewicz đorđe Petrović sezer öztürk Radoje đerić eduardo Úrculo žarko Čabarkapa Thích Quảng độ Éric millot saúl Canelo Álvarez Tróndur í gøtu finn øglænd Þóra Magnúsdóttir Viktorija Čmilytė henryk Średnicki aleksandrs čaks aleksandrs čaks İshak Alaton eduardo Úrculo antoni józef śmieszek Jón Ásgeir Jóhannesson Radoje đerić bela Čikoš Sesija León Ávalos y Vez antoni józef śmieszek eduardo Úrculo łukasz załuska øystein sunde finn øglænd mạc đăng Dung učimir henryk Średnicki mia Čorak Slavenska henryk Średnicki mia Čorak Slavenska Nazan Öncel Éric millot mạc đăng Dung Olgierd łukaszewicz Șerban Andrei saúl Canelo Álvarez Óscar Muñoz oviedo mia Čorak Slavenska sezer öztürk øystein sunde Olgierd łukaszewicz učimir Radoje đerić Viktorija Čmilytė václav černý saúl Canelo Álvarez Jón Ásgeir Jóhannesson władysław ślebodziński Șerban Andrei władysław ślebodziński Éric millot sezer öztürk Tróndur í gøtu Óscar Muñoz oviedo şükrü Gülesin václav černý Ümit Özat Thích Quảng độ łukasz załuska Þóra Magnúsdóttir Tróndur í gøtu Óscar Muñoz oviedo øystein sunde učimir León Ávalos y Vez đorđe Petrović Ümit Özat Ümit Özat İshak Alaton václav černý finn øglænd łukasz załuska Viktorija Čmilytė mạc đăng Dung şükrü Gülesin władysław ślebodziński bela Čikoš Sesija žarko Čabarkapa žarko Čabarkapa Abdi İpekçi Șerban Andrei Þóra Magnúsdóttir
-
Again, the unsorted list is displayed in the first column
-
The N++ sorted list, in the second column, is, obviously, poorly sorted, as :
-
Words, beginning with a NON-accentuated uppercase letter, come first
-
Words, beginning with a NON-accentuated lowercase letter, come in second
-
Words, beginning with a accentuated letter, come last, according to the Unicode value of its first char.
-
-
The alternate list, in the third column, seems much more readable, as :
-
The case of letters is not taken in account, in first approach
-
The accentuated letters are sorted, right after their corresponding NON-accentuated letter !
-
Of course, a lot of other parameters, about sorting, could be discussed and my previous discussion just shows the complexity of the sort problem ;-)) For instance, I did NOT study sorting, involving RTL languages ( such as Hebrew or Arabic languages ) and, also, Asian languages using ideographic characters !
My word-around is based on a simple idea : to customize a sort process, I simply add a specific text, in front of any line of the text to be sorted !
Here is my method :
-
First, with a first simple regex, I copy, with a simple regex, each line of text to be sorted, twice, separating these identical blocks with a specific character, not used, anywhere else
-
Secondly, with a second regex S/R, I modify the first part of each line, located before the separator character
-
Thirdly, I perform a classical N++ sort, using the menu option Edit > Line Operations > Sort Lines Lexicographically Ascending
-
Finally, I get rid of that temporary sorting key, as well as the separator, for each line, with a third simple regex
In my first attempts, I used the
#
symbol as a separator. However, I quickly realized that this could break a correct sort. Indeed, just imagine the two consecutive lines, obtained at the end of phase2
alvaro uribe velez#álvaro uribe Vélez alvaro uribe#álvaro Uribe
It’s obvious that, using N++ sort, then deleting part till the
#
char, leave you with the NON sorted text :álvaro uribe Vélez álvaro Uribe
because the Unicode value of the
#
symbol (0023
) is higher than the0020
( space char )Now, replacing the
#
separator with, for instance, the control character ( code001f
) implies a correct sort, because the001F
value comes before the0020
value of the space character. Hence the two records are correctly displayed :álvaro Uribe álvaro uribe Vélez
So, according to what I said before, in each part of line, laying before the separator, the regex, used in phase
2
, will :-
Keep the
Space
character as a significant character for sorting -
Get rid of any NON-word character ( NO-significant character )
-
Change any
NBSP
character, of Unicode value00A0
, with a commonSpace
char -
Change any Latin letter, accentuated or NOT, whatever its case, by its corresponding lowercase letter
The fourth point can be reached, with a special regex feature, called an equivalence class of characters, with the syntax
[[=
X=]]
, whereX
is any single word character !For instance :
- The regex
[[=O=]]
would match any single character of the list :
OoºÒÓÔÕÖØòóôõöøŌōŎŏŐőƟƠơƢƣǑǒǪǫǬǭǾǿȌȍȎȏɵɶɷṌṍṎṏṐṑṒṓỌọỎỏỐốỒồỔổỖỗỘộỚớỜờỞởỠỡỢợℴ⒪ⓄⓞOo
-
The regex
[[=X=]][[=O=]]
would match any two char. string, as ẌƟ, Ⓧṑ or xƣ -
The regex
[[=X=][=O=]]
would match any single character of the list :
OoºÒÓÔÕÖØòóôõöøŌōŎŏŐőƟƠơƢƣǑǒǪǫǬǭǾǿȌȍȎȏɵɶɷṌṍṎṏṐṑṒṓỌọỎỏỐốỒồỔổỖỗỘộỚớỜờỞởỠỡỢợℴ⒪ⓄⓞOoXxẊẋẌẍ⒳ⓍⓧXx
- The regex
[[=X=]0-9]
would match any single character of the list :
0123456789XxẊẋẌẍ⒳ⓍⓧXx
- And the regex
[[=X=]]-[0-9]-[[=O=]]
would match any three char. strings as Ẋ-2-Ⓧ, Ẍ-4-⒳ or x-0-Ẋ
Remark :
I intend, shortly, to create an other post, with the tables of all characters, involved in the
[[=
X=]]
feature ! Just be patient !
So, given, for instance, the seven family and given names, below :
đorđe Petrović žarko Čabarkapa øystein sunde Șerban Andrei Tróndur í gøtu łukasz załuska Óscar Muñoz oviedo
We’ll obtain, at the end of phase
2
, after performing the regex, containing[[=
X=]]
blocks :dorde petrovicđorđe Petrović zarko Cabarkapažarko Čabarkapa oystein sundeøystein sunde serban andreiȘerban Andrei trondur i gotuTróndur í gøtu lukasz zaluskałukasz załuska oscar munoz oviedoÓscar Muñoz oviedo
As you can see, in the first part, before the US separator ( unfortunately not displayed ), all the Latin accentuated characters are changed into their based equivalent lowercase letter, in the
[a-z]
rangeNow, it’s easy to understand why, after the N++ Unicode sort, we get the well sorted text, below ;-))
dorde petrovicđorđe Petrović đorđe Petrović lukasz zaluskałukasz załuska łukasz załuska oscar munoz oviedoÓscar Muñoz oviedo Óscar Muñoz oviedo oystein sundeøystein sunde giving finally the lines : øystein sunde serban andreiȘerban Andrei Șerban Andrei trondur i gotuTróndur í gøtu Tróndur í gøtu zarko Cabarkapažarko Čabarkapa žarko Čabarkapa
Note that if two primary keys are the same as, for instance, in :
guy Thevenotguy THEVENOT guy ThevenotGuy Thevenot
it would give, after the Unicode N++ sort :
guy ThevenotGuy Thevenot guy Thevenotguy THEVENOT
As letter
G
of Guy comes before letterg
of guy !See next post, as any post has a maximum size of
16Ko
;-))guy038
-
-
Hello, @piotr-Przeklasa and All,
So, here is my complete method :
- Phase
1
On your list to be sorted, perform the simple regex S/R :
SEARCH
(?-s).+
REPLACE
$0\x1F$0
- Phase
2
Now, use this ( more complicated ! ) regex S/R :
SEARCH
(?i)(?=.*\x1F)(?:([A-Z0-9]+)|([[=a=]])|([[=b=]])|([[=c=]])|([[=d=]])|([[=e=]])|([[=f=]])|([[=g=]])|([[=h=]])|([[=i=]])|([[=j=]])|([[=k=]])|([[=l=]])|([[=m=]])|([[=n=]])|([[=o=]])|([[=p=]])|([[=q=]])|([[=r=]])|([[=s=]])|([[=t=]])|([[=u=]])|([[=v=]])|([[=w=]])|([[=x=]])|([[=y=]])|([[=z=]])|(\x{00C6})|(\x{0152})|(\x{0218}|\x{0219})|(\x{021A}|\x{021B})|(\x{00A0})|[^\x1F\x20\xDE\r\n])
REPLACE
(?1\L\1)(?2a)(?3b)(?4c)(?5d)(?6e)(?7f)(?8g)(?9h)(?10i)(?11j)(?12k)(?13l)(?14m)(?15n)(?16o)(?17p)(?18q)(?19r)(?20s)(?21t)(?22u)(?23v)(?24w)(?25x)(?26y)(?27z)(?28ae)(?29oe)(?30s)(?31t)(?32\x20)
-
Phase
3
Run a classical N++ sort using the menu option Edit > Line Operations > Sort Lines Lexicographically Ascending -
Phase
4
Perform a last regex S/R, in order to delete the primary temporary key :
SEARCH
^.+\x1F
REPLACE
Leave EMPTY
Notes :
In search, until the US separator character is reached, the regex searches for :
-
Any range of consecutive word characters of group
1
, ( part([A-Z0-9]+)
), whatever its case, replaced by the same range of characters, in lower case, due to the conditional replacement(?1\L\1)
-
Then, from group
2
to group27
( part([[=x=]])
), any accentuated Latin letterx
is changed into a classical lower-case letter with the conditional replacement(?##x)
-
Now, group
28
, ( part(\x{00C6})
), rewrites theÆ
andæ
ligatures as the two lowercase letters ae -
And group
29
, ( part(\x{0152})
), rewrites theŒ
andœ
ligatures as the two lowercase letters oe -
Now, the Romanian letters
Ș
andș
, of group30
( part(\x{0218}|\x{0219})
), are changed into the lowercases
letter -
And the Romanian letters
Ț
andț
, of grouip31
( part(\x{021A}|\x{021B})
), are changed into the lowercaset
letter
Note : The
Œ
ligature and the Romanian lettersȘ
andȚ
are not handled by the[[=
X=]]
feature !-
Then the group
32
( theNBSP
character =(\x{00A0})
) is rewritten as a singleSpace
character -
Finally, the regex
[^\x1F\x20\xDE\r\n]
matches any signle character, different from :-
All the characters previously matched
-
The
US
control character separator -
The
SPACE
character -
The lower and upper case
THORN
letters, which are unchanged by this S/R -
Of course, the line-break characters, too
which are simply deleted because not stored in any existing group !
-
Best Regards,
guy038
P.S. :
By the way, this method may be used when you want to sort a text, either :
-
From a specific colum
c
-
On specific blocks of text, from columns
c1
toc2
,c3
toc4
, and so on…
For instance, assuming that you would like to sort a list, with :
-
A primary key, from colums
20
to22
-
A secondary key, from colums
8
to12
-
A third key, using all text starting at column
30
Just build a regex which :
-
Copy the
3
characters, in columns20
,21
and22
, at beginning of each line -
Then, adds the
5
characters, present between columns8
to12
of each line -
Then, adds the remaining text, of each line, starting with column
30
-
And, finally, adds the US control character as a separator, followed with each initial line, in order to create a
pseudo fourth
key ( the entire contents of each line ) in the case that the first three keys would be identical, in several lines !
That is to say, the following regex :
SEARCH
(?-s)^.{7}(.....).......(...).......(.*)
REPLACE
\2\1\3\x1F$0
- Phase
-
This post is deleted! -
This post is deleted! -
Hello, All,
As promised, in my previous post, here are below some tables, summarizing all the Latin word characters which are matched with the regex syntax
[[=
X=]]
, where X is any single character of the second column of each table, which is NOT surrounded with square brackets !For instance, the table, regarding the Latin letter
M
, with :-
The Unicode value of a similar
M
character in the first column -
The character, itself, in the second column
is the following :
•------•-------• | Code | Char. | •------•-------• | 004D | M | | 006D | m | | 019C | Ɯ | | 026F | [ ɯ ] | | 0270 | [ ɰ ] | | 0271 | [ ɱ ] | | 1E3E | Ḿ | | 1E3F | ḿ | | 1E40 | Ṁ | | 1E41 | [ ṁ ] | | 1E42 | [ Ṃ ] | | 1E43 | [ ṃ ] | | 2133 | ℳ | | 24A8 | ⒨ | | 24C2 | Ⓜ | | 24DC | ⓜ | | FF2D | M | | FF4D | m | •------•-------•
This means that the regex
[[=M=]]
matches any single character of the list :[MmƜɯɰɱḾḿṀṁṂṃℳ⒨ⓂⓜMm]
Notes :
-
Any similar
M
character of that list, that is NOT between square brackets ( IMPORTANT ), may be inserted in the regex syntax[[==]]
! For instance the regex[[=Ɯ=]]
or the regex[[=M=]]
would also match any char of the list above !! -
Any character, between square brackets, in the table above, gives wrong results when used inside an equivalence class (
[[==]]
) Can’t explain exactly why, anyway ! -
Probably, depending of your current font, some characters of the tables, below, may be replaced by a question mark (
?
), a small square box ( □ ) or a black square box ( ■ ) because your current font cannot display the glyph of these characters ! -
You may download, just for test, a suitable font, as Fixedsys Excelsior 2.00, which correctly displays all these characters, from the link :
http://www.fixedsysexcelsior.com/fonts/FSEX2.ttf
No need to install that font, on your system ! Simply :
-
Double-click on that
.ttf
file to open it -
Close and re-open Notepad++
-
Select the default style ( Settings > Style Configurator… Global Styles > Default Style )
-
Choose the
Fixedsys Excelsior 2.00
font, in the drop-down list, in the Font style zone -
Click on the Save & Close button
So, here are, below, the different tables of characters, matched by an equivalence class (
[[=
X=]]
)Notes :
-
Due to a maximum size of
16Ko
for a post, these tables must be split over several posts ! -
The vertical lines, will not be, exactly, aligned because of the specific width of some characters :-(
-
Last info :
When using the
SciLexer.dll
library of François-R Boyer, with N++ versionv6.9.0
, containing many improvements of the regex engine, with search processed in true 32 bit code-points ( instead of UTF-16 ), even the Latin characters, between square brackets give correct results !Again, it’s really a pity that this improved regex engine can’t be implemented and updated with recent versions of N++ :-((( So many regex issues would disappear !
Different characters X found, when using an EQUIVALENCE CLASS [[=X=]] : ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ •------•-------• •------•-------• •------•-------• •------•-------• •------•-------• | Code | Char. | | Code | Char. | | Code | Char. | | Code | Char. | | Code | Char. | •------•-------• •------•-------• •------•-------• •------•-------• •------•-------• | 0041 | A | | 0042 | B | | 0043 | C | | 0044 | D | | 0045 | E | | 0061 | a | | 0062 | b | | 0063 | c | | 0064 | d | | 0065 | e | | 00AA | ª | | 0180 | ƀ | | 00C7 | Ç | | 00D0 | Ð | | 00C8 | È | | 00C0 | À | | 0181 | Ɓ | | 00E7 | ç | | 00F0 | ð | | 00C9 | É | | 00C1 | Á | | 0182 | Ƃ | | 0106 | Ć | | 010E | Ď | | 00CA | Ê | | 00C2 |  | | 0183 | ƃ | | 0107 | ć | | 010F | ď | | 00CB | Ë | | 00C3 | à | | 0184 | Ƅ | | 0108 | Ĉ | | 0110 | Đ | | 00E8 | è | | 00C4 | Ä | | 0185 | ƅ | | 0109 | ĉ | | 0111 | đ | | 00E9 | é | | 00C5 | Å | | 0253 | [ ɓ ] | | 010A | Ċ | | 018A | Ɗ | | 00EA | ê | | 00E0 | à | | 0299 | ʙ | | 010B | ċ | | 018B | Ƌ | | 00EB | ë | | 00E1 | á | | 1E02 | Ḃ | | 010C | Č | | 018C | ƌ | | 0112 | Ē | | 00E2 | â | | 1E03 | ḃ | | 010D | č | | 018D | ƍ | | 0113 | ē | | 00E3 | ã | | 1E04 | Ḅ | | 0186 | Ɔ | | 0256 | [ ɖ ] | | 0114 | Ĕ | | 00E4 | ä | | 1E05 | ḅ | | 0187 | Ƈ | | 0257 | [ ɗ ] | | 0115 | ĕ | | 00E5 | å | | 1E06 | Ḇ | | 0188 | ƈ | | 02A4 | ʤ | | 0116 | Ė | | 0100 | Ā | | 1E07 | ḇ | | 0254 | [ ɔ ] | | 1E0A | Ḋ | | 0117 | ė | | 0101 | ā | | 212C | ℬ | | 0255 | [ ɕ ] | | 1E0B | ḋ | | 0118 | Ę | | 0102 | Ă | | 249D | ⒝ | | 0297 | ʗ | | 1E0C | Ḍ | | 0119 | ę | | 0103 | ă | | 24B7 | Ⓑ | | 1E08 | Ḉ | | 1E0D | ḍ | | 011A | Ě | | 0104 | Ą | | 24D1 | ⓑ | | 1E09 | ḉ | | 1E0E | Ḏ | | 011B | ě | | 0105 | ą | | FF22 | B | | 2102 | ℂ | | 1E0F | ḏ | | 018E | Ǝ | | 01CD | Ǎ | | FF42 | b | | 2103 | ℃ | | 1E10 | Ḑ | | 018F | Ə | | 01CE | ǎ | •------•-------• | 212D | ℭ | | 1E11 | ḑ | | 0190 | Ɛ | | 01DE | Ǟ | | 249E | ⒞ | | 1E12 | Ḓ | | 01DD | ǝ | | 01DF | ǟ | | 24B8 | Ⓒ | | 1E13 | ḓ | | 0204 | Ȅ | | 01E0 | Ǡ | | 24D2 | ⓒ | | 249F | ⒟ | | 0205 | ȅ | | 01E1 | ǡ | | FF23 | C | | 24B9 | Ⓓ | | 0206 | Ȇ | | 01FA | Ǻ | | FF43 | c | | 24D3 | ⓓ | | 0207 | ȇ | | 01FB | ǻ | •------•-------• | FF24 | D | | 0258 | [ ɘ ] | | 0200 | Ȁ | | FF44 | d | | 0259 | [ ə ] | | 0201 | ȁ | •------•-------• | 025A | [ ɚ ] | | 0202 | Ȃ | | 025B | ɛ | | 0203 | ȃ | | 025C | ɜ | | 0250 | [ ɐ ] | | 025D | ɝ | | 0251 | [ ɑ ] | •------•-------• •------•-------• •------•-------• | 025E | ɞ | | 0252 | [ ɒ ] | | Code | Char. | | Code | Char. | | Code | Char. | | 0283 | ʃ | | 1E00 | Ḁ | •------•-------• •------•-------• •------•-------• | 0285 | ʅ | | 1E01 | ḁ | | 0046 | F | | 0047 | G | | 0048 | H | | 0286 | ʆ | | 1E9A | ẚ | | 0066 | f | | 0067 | g | | 0068 | h | | 029A | ʚ | | 1EA0 | Ạ | | 0191 | Ƒ | | 011C | Ĝ | | 0124 | Ĥ | | 1E14 | Ḕ | | 1EA1 | ạ | | 0192 | ƒ | | 011D | ĝ | | 0125 | ĥ | | 1E15 | ḕ | | 1EA2 | Ả | | 1E1E | Ḟ | | 011E | Ğ | | 0126 | Ħ | | 1E16 | Ḗ | | 1EA3 | ả | | 1E1F | ḟ | | 011F | ğ | | 0127 | ħ | | 1E17 | ḗ | | 1EA4 | Ấ | | 2109 | ℉ | | 0120 | Ġ | | 0195 | ƕ | | 1E18 | Ḙ | | 1EA5 | ấ | | 2131 | ℱ | | 0121 | ġ | | 0265 | [ ɥ ] | | 1E19 | ḙ | | 1EA6 | Ầ | | 2132 | Ⅎ | | 0122 | Ģ | | 0266 | [ ɦ ] | | 1E1A | Ḛ | | 1EA7 | ầ | | 24A1 | ⒡ | | 0123 | ģ | | 029C | ʜ | | 1E1B | ḛ | | 1EA8 | Ẩ | | 24BB | Ⓕ | | 0193 | Ɠ | | 1E22 | Ḣ | | 1E1C | Ḝ | | 1EA9 | ẩ | | 24D5 | ⓕ | | 0194 | Ɣ | | 1E23 | ḣ | | 1E1D | ḝ | | 1EAA | Ẫ | | FF26 | F | | 01E4 | Ǥ | | 1E24 | Ḥ | | 1EB8 | Ẹ | | 1EAB | ẫ | | FF46 | f | | 01E5 | ǥ | | 1E25 | ḥ | | 1EB9 | ẹ | | 1EAC | Ậ | •------•-------• | 01E6 | Ǧ | | 1E26 | Ḧ | | 1EBA | Ẻ | | 1EAD | ậ | | 01E7 | ǧ | | 1E27 | ḧ | | 1EBB | ẻ | | 1EAE | Ắ | | 01F4 | Ǵ | | 1E28 | Ḩ | | 1EBC | Ẽ | | 1EAF | ắ | | 01F5 | ǵ | | 1E29 | ḩ | | 1EBD | ẽ | | 1EB0 | Ằ | | 0260 | [ ɠ ] | | 1E2A | Ḫ | | 1EBE | Ế | | 1EB1 | ằ | | 0261 | [ ɡ ] | | 1E2B | ḫ | | 1EBF | ế | | 1EB2 | Ẳ | | 0262 | [ ɢ ] | | 1E96 | ẖ | | 1EC0 | Ề | | 1EB3 | ẳ | | 0263 | [ ɣ ] | | 210B | ℋ | | 1EC1 | ề | | 1EB4 | Ẵ | | 0264 | [ ɤ ] | | 210C | ℌ | | 1EC2 | Ể | | 1EB5 | ẵ | | 029B | ʛ | | 210D | ℍ | | 1EC3 | ể | | 1EB6 | Ặ | | 1E20 | Ḡ | | 210E | ℎ | | 1EC4 | Ễ | | 1EB7 | ặ | | 1E21 | ḡ | | 210F | ℏ | | 1EC5 | ễ | | 212B | Å | | 210A | ℊ | | 24A3 | ⒣ | | 1EC6 | Ệ | | 249C | ⒜ | | 24A2 | ⒢ | | 24BD | Ⓗ | | 1EC7 | ệ | | 24B6 | Ⓐ | | 24BC | Ⓖ | | 24D7 | ⓗ | | 2107 | ℇ | | 24D0 | ⓐ | | 24D6 | ⓖ | | FF28 | H | | 212E | ℮ | | FF21 | A | | FF27 | G | | FF48 | h | | 212F | ℯ | | FF41 | a | | FF47 | g | •------•-------• | 2130 | ℰ | •------•-------• •------•-------• | 24A0 | ⒠ | | 24BA | Ⓔ | | 24D4 | ⓔ | | FF25 | E | | FF45 | e | •------•-------• •------•-------• •------•-------• •------•-------• •------•-------• •------•-------• | Code | Char. | | Code | Char. | | Code | Char. | | Code | Char. | | Code | Char. | •------•-------• •------•-------• •------•-------• •------•-------• •------•-------• | 0049 | I | | 004A | J | | 004B | K | | 004C | L | | 004D | M | | 0069 | i | | 006A | j | | 006B | k | | 006C | l | | 006D | m | | 00CC | Ì | | 0134 | Ĵ | | 0136 | Ķ | | 0139 | Ĺ | | 019C | Ɯ | | 00CD | Í | | 0135 | ĵ | | 0137 | ķ | | 013A | ĺ | | 026F | [ ɯ ] | | 00CE | Î | | 01F0 | ǰ | | 0138 | ĸ | | 013B | Ļ | | 0270 | [ ɰ ] | | 00CF | Ï | | 025F | ɟ | | 0198 | Ƙ | | 013C | ļ | | 0271 | [ ɱ ] | | 00EC | ì | | 0284 | ʄ | | 0199 | ƙ | | 013D | Ľ | | 1E3E | Ḿ | | 00ED | í | | 029D | ʝ | | 01E8 | Ǩ | | 013E | ľ | | 1E3F | ḿ | | 00EE | î | | 24A5 | ⒥ | | 01E9 | ǩ | | 013F | Ŀ | | 1E40 | Ṁ | | 00EF | ï | | 24BF | Ⓙ | | 029E | ʞ | | 0140 | ŀ | | 1E41 | [ ṁ ] | | 0128 | Ĩ | | 24D9 | ⓙ | | 1E30 | Ḱ | | 0141 | [ Ł ] | | 1E42 | [ Ṃ ] | | 0129 | ĩ | | FF2A | J | | 1E31 | ḱ | | 0142 | [ ł ] | | 1E43 | [ ṃ ] | | 012A | Ī | | FF4A | j | | 1E32 | Ḳ | | 019A | ƚ | | 2133 | ℳ | | 012B | ī | •------•-------• | 1E33 | ḳ | | 019B | ƛ | | 24A8 | ⒨ | | 012C | Ĭ | | 1E34 | Ḵ | | 026B | [ ɫ ] | | 24C2 | Ⓜ | | 012D | ĭ | | 1E35 | ḵ | | 026C | ɬ | | 24DC | ⓜ | | 012E | Į | | 24A6 | ⒦ | | 026D | [ ɭ ] | | FF2D | M | | 012F | į | | 24C0 | Ⓚ | | 026E | [ ɮ ] | | FF4D | m | | 0130 | İ | | 24DA | ⓚ | | 029F | ʟ | •------•-------• | 0131 | ı | | FF2B | K | | 1E36 | Ḷ | | 0196 | Ɩ | | FF4B | k | | 1E37 | ḷ | | 0197 | Ɨ | •------•-------• | 1E38 | Ḹ | | 01CF | Ǐ | | 1E39 | ḹ | | 01D0 | ǐ | | 1E3A | Ḻ | | 0208 | Ȉ | | 1E3B | ḻ | | 0209 | ȉ | | 1E3C | Ḽ | | 020A | Ȋ | | 1E3D | ḽ | | 020B | ȋ | | 2112 | ℒ | | 0268 | [ ɨ ] | | 2113 | ℓ | | 0269 | ɩ | | 24A7 | ⒧ | | 026A | [ ɪ ] | | 24C1 | Ⓛ | | 1E2C | Ḭ | | 24DB | ⓛ | | 1E2D | ḭ | | FF2C | L | | 1E2E | Ḯ | | FF4C | l | | 1E2F | ḯ | •------•-------• | 1EC8 | Ỉ | | 1EC9 | ỉ | | 1ECA | Ị | | 1ECB | ị | | 2110 | ℐ | | 2111 | ℑ | | 24A4 | ⒤ | | 24BE | Ⓘ | | 24D8 | ⓘ | | FF29 | I | | FF49 | i | •------•-------•
guy038
-
-
Hi, All,
Continuation of the tables, with, also, some Latin ligatures and various letters and symbols :
Different characters X found, when using an EQUIVALENCE CLASS [[=X=]] : ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ •------•-------• •------•-------• •------•-------• •------•-------• •------•-------• | Code | Char. | | Code | Char. | | Code | Char. | | Code | Char. | | Code | Char. | •------•-------• •------•-------• •------•-------• •------•-------• •------•-------• | 004E | N | | 004F | O | | 0050 | P | | 0051 | Q | | 0052 | R | | 006E | n | | 006F | o | | 0070 | p | | 0071 | q | | 0072 | r | | 00D1 | Ñ | | 00BA | º | | 01A4 | Ƥ | | 02A0 | ʠ | | 0154 | [ Ŕ ] | | 00F1 | ñ | | 00D2 | Ò | | 01A5 | ƥ | | 211A | ℚ | | 0155 | [ ŕ ] | | 0143 | [ Ń ] | | 00D3 | Ó | | 0278 | [ ɸ ] | | 24AC | ⒬ | | 0156 | [ Ŗ ] | | 0144 | [ ń ] | | 00D4 | Ô | | 1E54 | [ Ṕ ] | | 24C6 | Ⓠ | | 0157 | [ ŗ ] | | 0145 | [ Ņ ] | | 00D5 | Õ | | 1E55 | [ ṕ ] | | 24E0 | ⓠ | | 0158 | [ Ř ] | | 0146 | [ ņ ] | | 00D6 | Ö | | 1E56 | [ Ṗ ] | | FF31 | Q | | 0159 | [ ř ] | | 0147 | [ Ň ] | | 00D8 | Ø | | 1E57 | [ ṗ ] | | FF51 | q | | 01A6 | Ʀ | | 0148 | [ ň ] | | 00F2 | ò | | 2118 | ℘ | •------•-------• | 0210 | Ȑ | | 0149 | [ ʼn ] | | 00F3 | ó | | 2119 | ℙ | | 0211 | ȑ | | 019D | Ɲ | | 00F4 | ô | | 24AB | ⒫ | | 0212 | Ȓ | | 019E | ƞ | | 00F5 | õ | | 24C5 | Ⓟ | | 0213 | ȓ | | 0272 | [ ɲ ] | | 00F6 | ö | | 24DF | ⓟ | | 0279 | [ ɹ ] | | 0273 | [ ɳ ] | | 00F8 | ø | | FF30 | P | | 027A | [ ɺ ] | | 0274 | [ ɴ ] | | 014C | [ Ō ] | | FF50 | p | | 027B | ɻ | | 1E44 | [ Ṅ ] | | 014D | [ ō ] | •------•-------• | 027C | ɼ | | 1E45 | [ ṅ ] | | 014E | [ Ŏ ] | | 027D | ɽ | | 1E46 | [ Ṇ ] | | 014F | ŏ | | 027E | ɾ | | 1E47 | [ ṇ ] | | 0150 | [ Ő ] | | 027F | ɿ | | 1E48 | [ Ṉ ] | | 0151 | [ ő ] | •------•-------• •------•-------• | 0280 | ʀ | | 1E49 | [ ṉ ] | | 019F | Ɵ | | Code | Char. | | Code | Char. | | 0281 | ʁ | | 1E4A | [ Ṋ ] | | 01A0 | Ơ | •------•-------• •------•-------• | 1E58 | [ Ṙ ] | | 1E4B | [ ṋ ] | | 01A1 | ơ | | 0053 | S | | 0054 | T | | 1E59 | [ ṙ ] | | 2115 | ℕ | | 01A2 | Ƣ | | 0073 | s | | 0074 | t | | 1E5A | [ Ṛ ] | | 24A9 | ⒩ | | 01A3 | ƣ | | 015A | [ Ś ] | | 0162 | [ Ţ ] | | 1E5B | ṛ | | 24C3 | Ⓝ | | 01D1 | Ǒ | | 015B | ś | | 0163 | [ ţ ] | | 1E5C | Ṝ | | 24DD | ⓝ | | 01D2 | ǒ | | 015C | Ŝ | | 0164 | [ Ť ] | | 1E5D | ṝ | | FF2E | N | | 01EA | Ǫ | | 015D | ŝ | | 0165 | [ ť ] | | 1E5E | Ṟ | | FF4E | n | | 01EB | ǫ | | 015E | Ş | | 01AB | ƫ | | 1E5F | ṟ | •------•-------• | 01EC | Ǭ | | 015F | ş | | 01AC | Ƭ | | 211B | ℛ | | 01ED | ǭ | | 0160 | Š | | 01AD | ƭ | | 211C | ℜ | | 01FE | Ǿ | | 0161 | [ š ] | | 01AE | Ʈ | | 211D | ℝ | | 01FF | ǿ | | 01A7 | Ƨ | | 0287 | ʇ | | 24AD | ⒭ | | 020C | Ȍ | | 01A8 | ƨ | | 0288 | ʈ | | 24C7 | Ⓡ | | 020D | ȍ | | 01A9 | Ʃ | | 02A7 | ʧ | | 24E1 | ⓡ | | 020E | Ȏ | | 01AA | ƪ | | 02A8 | ʨ | | FF32 | R | | 020F | ȏ | | 0282 | ʂ | | 1E6A | [ Ṫ ] | | FF52 | r | | 0275 | [ ɵ ] | | 1E60 | Ṡ | | 1E6B | [ ṫ ] | •------•-------• | 0276 | [ ɶ ] | | 1E61 | [ ṡ ] | | 1E6C | [ Ṭ ] | | 0277 | [ ɷ ] | | 1E62 | [ Ṣ ] | | 1E6D | [ ṭ ] | | 1E4C | [ Ṍ ] | | 1E63 | [ ṣ ] | | 1E6E | [ Ṯ ] | | 1E4D | [ ṍ ] | | 1E64 | [ Ṥ ] | | 1E6F | [ ṯ ] | | 1E4E | [ Ṏ ] | | 1E65 | [ ṥ ] | | 1E70 | [ Ṱ ] | | 1E4F | [ ṏ ] | | 1E66 | [ Ṧ ] | | 1E71 | [ ṱ ] | | 1E50 | [ Ṑ ] | | 1E67 | [ ṧ ] | | 1E97 | ẗ | | 1E51 | [ ṑ ] | | 1E68 | [ Ṩ ] | | 24AF | ⒯ | | 1E52 | [ Ṓ ] | | 1E69 | [ ṩ ] | | 24C9 | Ⓣ | | 1E53 | [ ṓ ] | | 24AE | ⒮ | | 24E3 | ⓣ | | 1ECC | Ọ | | 24C8 | Ⓢ | | FF34 | T | | 1ECD | ọ | | 24E2 | ⓢ | | FF54 | t | | 1ECE | Ỏ | | FF33 | S | •------•-------• | 1ECF | ỏ | | FF53 | s | | 1ED0 | Ố | •------•-------• | 1ED1 | ố | | 1ED2 | Ồ | | 1ED3 | ồ | | 1ED4 | Ổ | | 1ED5 | ổ | | 1ED6 | Ỗ | | 1ED7 | ỗ | | 1ED8 | Ộ | | 1ED9 | ộ | | 1EDA | Ớ | | 1EDB | ớ | | 1EDC | Ờ | | 1EDD | ờ | | 1EDE | Ở | | 1EDF | ở | | 1EE0 | Ỡ | | 1EE1 | ỡ | | 1EE2 | Ợ | | 1EE3 | ợ | | 2134 | ℴ | | 24AA | ⒪ | | 24C4 | Ⓞ | | 24DE | ⓞ | | FF2F | O | | FF4F | o | •------•-------• •------•-------• •------•-------• •------•-------• •------•-------• •------•-------• | Code | Char. | | Code | Char. | | Code | Char. | | Code | Char. | | Code | Char. | •------•-------• •------•-------• •------•-------• •------•-------• •------•-------• | 0055 | U | | 0056 | V | | 0057 | W | | 0058 | X | | 0059 | Y | | 0075 | u | | 0076 | v | | 0077 | w | | 0078 | x | | 0079 | y | | 00D9 | Ù | | 01B2 | Ʋ | | 0174 | [ Ŵ ] | | 1E8A | Ẋ | | 00DD | Ý | | 00DA | Ú | | 028B | ʋ | | 0175 | [ ŵ ] | | 1E8B | ẋ | | 00FD | ý | | 00DB | Û | | 028C | ʌ | | 01BF | ƿ | | 1E8C | Ẍ | | 00FF | ÿ | | 00DC | Ü | | 1E7C | Ṽ | | 028D | ʍ | | 1E8D | ẍ | | 0176 | [ Ŷ ] | | 00F9 | ù | | 1E7D | ṽ | | 1E80 | Ẁ | | 24B3 | ⒳ | | 0177 | [ ŷ ] | | 00FA | ú | | 1E7E | Ṿ | | 1E81 | ẁ | | 24CD | Ⓧ | | 0178 | [ Ÿ ] | | 00FB | û | | 1E7F | ṿ | | 1E82 | Ẃ | | 24E7 | ⓧ | | 01B3 | Ƴ | | 00FC | ü | | 24B1 | ⒱ | | 1E83 | ẃ | | FF38 | X | | 01B4 | ƴ | | 0168 | [ Ũ ] | | 24CB | Ⓥ | | 1E84 | Ẅ | | FF58 | x | | 028E | ʎ | | 0169 | [ ũ ] | | 24E5 | ⓥ | | 1E85 | ẅ | •------•-------• | 028F | ʏ | | 016A | [ Ū ] | | FF36 | V | | 1E86 | Ẇ | | 1E8E | Ẏ | | 016B | [ ū ] | | FF56 | v | | 1E87 | ẇ | | 1E8F | ẏ | | 016C | [ Ŭ ] | •------•-------• | 1E88 | Ẉ | | 1E99 | ẙ | | 016D | [ ŭ ] | | 1E89 | ẉ | | 1EF2 | Ỳ | | 016E | [ Ů ] | | 1E98 | ẘ | | 1EF3 | ỳ | | 016F | [ ů ] | | 24B2 | ⒲ | | 1EF4 | Ỵ | | 0170 | [ Ű ] | | 24CC | Ⓦ | | 1EF5 | ỵ | | 0171 | [ ű ] | | 24E6 | ⓦ | | 1EF6 | Ỷ | | 0172 | [ Ų ] | | FF37 | W | | 1EF7 | ỷ | | 0173 | [ ų ] | | FF57 | w | | 1EF8 | Ỹ | | 01AF | Ư | •------•-------• | 1EF9 | ỹ | | 01B0 | ư | | 24B4 | ⒴ | | 01B1 | Ʊ | | 24CE | Ⓨ | | 01D3 | Ǔ | | 24E8 | ⓨ | | 01D4 | ǔ | | FF39 | Y | | 01D5 | Ǖ | | FF59 | y | | 01D6 | ǖ | •-------•-------• | 01D7 | Ǘ | | 01D8 | ǘ | •------•-------• •------•-------• •------•-------• •------•-------• | 01D9 | Ǚ | | Code | Char. | | Code | Char. | | Code | Char. | | Code | Char. | | 01DA | ǚ | •------•-------• •------•-------• •------•-------• •------•-------• | 01DB | Ǜ | | 005A | Z | | 00C6 | Æ | | 00DE | Þ | | 005E | ^ | | 01DC | ǜ | | 007A | z | | 00E6 | æ | | 00FE | þ | | 02C6 | ˆ | | 0214 | Ȕ | | 0179 | [ Ź ] | | 01E2 | Ǣ | •------•-------• | FF3E | ^ | | 0215 | ȕ | | 017A | ź | | 01E3 | ǣ | | 00DF | ß | •------•-------• | 0216 | Ȗ | | 017B | Ż | | 01FC | Ǽ | •------•-------• | 005F | _ | | 0217 | ȗ | | 017C | ż | | 01FD | ǽ | | 017F | ſ | | FF3F | _ | | 0289 | ʉ | | 017D | Ž | •------•-------• •------•-------• •------•-------• | 028A | ʊ | | 017E | ž | | 0132 | IJ | | 01B7 | Ʒ | | 0060 | ` | | 1E72 | [ Ṳ ] | | 01B5 | Ƶ | | 0133 | ij | | 0292 | ʒ | | 02CB | ˋ | | 1E73 | [ ṳ ] | | 01B6 | ƶ | •------•------• | 01B8 | Ƹ | | FF40 | ` | | 1E74 | [ Ṵ ] | | 0290 | ʐ | | 01C4 | DŽ | | 01B9 | ƹ | •------•-------• | 1E75 | ṵ | | 0291 | ʑ | | 01C6 | dž | | 01BA | ƺ | | 00AF | ¯ | | 1E76 | [ Ṷ ] | | 1E90 | Ẑ | | 01C5 | Dž | | 01EE | Ǯ | | 02C9 | ˉ | | 1E77 | [ ṷ ] | | 1E91 | ẑ | | 01F1 | DZ | | 01EF | ǯ | | FFE3 |  ̄ | | 1E78 | [ Ṹ ] | | 1E92 | Ẓ | | 01F3 | dz | | 0293 | ʓ | •------•-------• | 1E79 | [ ṹ ] | | 1E93 | ẓ | | 01F2 | Dz | •------•-------• | 00B4 | ´ | | 1E7A | [ Ṻ ] | | 1E94 | Ẕ | •------•-------• | 01BC | Ƽ | | 02CA | ˊ | | 1E7B | ṻ | | 1E95 | ẕ | | 01C7 | LJ | | 01BD | ƽ | •------•-------• | 1EE4 | Ụ | | 2124 | ℤ | | 01C9 | lj | •------•-------• | 01BE | ƾ | | 1EE5 | ụ | | 2125 | ℥ | | 01C8 | Lj | | 0294 | ʔ | | 1EE6 | Ủ | | 2128 | ℨ | •------•-------• | 0295 | ʕ | | 1EE7 | ủ | | 24B5 | ⒵ | | 01CA | NJ | | 0296 | ʖ | | 1EE8 | Ứ | | 24CF | Ⓩ | | 01CC | nj | | 02A1 | ʡ | | 1EE9 | ứ | | 24E9 | ⓩ | | 01CB | Nj | | 02A2 | ʢ | | 1EEA | Ừ | | FF3A | Z | •------•-------• •------•-------• | 1EEB | ừ | | FF5A | z | | 02A3 | ʣ | | 02C7 | ˇ | | 1EEC | Ử | •------•-------• | 02A5 | ʥ | | 02D8 | ˘ | | 1EED | ử | •------•-------• •------•-------• | 1EEE | Ữ | | 02A6 | ʦ | | 1EEF | ữ | •------•-------• | 1EF0 | Ự | | FB05 | ſt | | 1EF1 | ự | •------•-------• | 24B0 | ⒰ | | FB06 | st | | 24CA | Ⓤ | •------•-------• | 24E4 | ⓤ | | FF35 | U | | FF55 | u | •------•-------• guy038
-
Hi, All,
In addition to all the Latin letters, matched by an equivalence class (
[[=
X=]]
), in my two previous posts, here are the last tables, about :-
The digit characters
-
Some currency symbols
-
The Greek letters and some symbols
Different characters X found, when using an EQUIVALENCE CLASS [[=X=]] : ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ •------•-------• •------•-------• •------•-------• •------•-------• •------•-------• | Code | Char. | | Code | Char. | | Code | Char. | | Code | Char. | | Code | Char. | •------•-------• •------•-------• •------•-------• •------•-------• •------•-------• | 0030 | 0 | | 0035 | 5 | | 2469 | [ ⑩ ] | | 246F | [ ⑯ ] | | 00A2 | ¢ | | 24EA | ⓪ | | 2464 | [ ⑤ ] | | 247D | ⑽ | | 2483 | ⒃ | | FFE0 | ¢ | | FF10 | 0 | | 2478 | [ ⑸ ] | | 2491 | ⒑ | | 2497 | ⒗ | •------•-------• •------•-------• | 248C | ⒌ | •------•-------• •------•-------• | 00A3 | £ | | 0031 | 1 | | FF15 | 5 | | 246A | [ ⑪ ] | | 2470 | [ ⑰ ] | | FFE1 | £ | | 00B9 | ¹ | •------•-------• | 247E | ⑾ | | 2484 | ⒄ | •------•-------• | 2460 | ① | | 0036 | 6 | | 2492 | ⒒ | | 2498 | ⒘ | | 00A5 | ¥ | | 2474 | [ ⑴ ] | | 2465 | [ ⑥ ] | •------•-------• •------•-------• | FFE5 | ¥ | | 2488 | ⒈ | | 2479 | [ ⑹ ] | | 246B | [ ⑫ ] | | 2471 | [ ⑱ ] | •------•-------• | FF11 | 1 | | 248D | ⒍ | | 247F | ⑿ | | 2485 | ⒅ | | 20A9 | ₩ | •------•-------• | FF16 | 6 | | 2493 | ⒓ | | 2499 | ⒙ | | FFE6 | ₩ | | 0032 | 2 | •------•-------• •------•-------• •------•-------• •------•-------• | 00B2 | ² | | 0037 | 7 | | 246C | [ ⑬ ] | | 2472 | [ ⑲ ] | | 01BB | ƻ | | 2466 | [ ⑦ ] | | 2480 | ⒀ | | 2486 | ⒆ | | 2461 | [ ② ] | | 247A | [ ⑺ ] | | 2494 | ⒔ | | 249A | ⒚ | | 2475 | [ ⑵ ] | | 248E | ⒎ | •------•-------• •------•-------• | 2489 | ⒉ | | FF17 | 7 | | 246D | [ ⑭ ] | | 2473 | [ ⑳ ] | | FF12 | 2 | •------•-------• | 2481 | ⒁ | | 2487 | ⒇ | •------•-------• | 0038 | 8 | | 2495 | ⒕ | | 249B | ⒛ | | 0033 | 3 | | 2467 | [ ⑧ ] | •------•-------• •------•-------• | 00B3 | ³ | | 247B | [ ⑻ ] | | 246E | [ ⑮ ] | | 2462 | [ ③ ] | | 248F | ⒏ | | 2482 | ⒂ | | 2476 | [ ⑶ ] | | FF18 | 8 | | 2496 | ⒖ | | 248A | ⒊ | •------•-------• •------•-------• | FF13 | 3 | | 0039 | 9 | •------•-------• | 2468 | [ ⑨ ] | | 0034 | 4 | | 247C | [ ⑼ ] | | 2463 | [ ④ ] | | 2490 | ⒐ | | 2477 | [ ⑷ ] | | FF19 | 9 | | 248B | ⒋ | •------•-------• | FF14 | 4 | •------•-------• •------•-------• •------•-------• •------•-------• •------•-------• •------•-------• | Code | Char. | | Code | Char. | | Code | Char. | | Code | Char. | | Code | Char. | •------•-------• •------•-------• •------•-------• •------•-------• •------•-------• | 0386 | Ά | | 0389 | Ή | | 039C | Μ | | 03A3 | Σ | | 03A8 | Ψ | | 0391 | Α | | 0397 | Η | | 03BC | μ | | 03C2 | ς | | 03C8 | ψ | | 03AC | ά | | 03AE | ή | •------•-------• | 03C3 | σ | •------•-------• | 03B1 | α | | 03B7 | η | | 039D | Ν | | 03F2 | ϲ | | 038F | Ώ | •------•-------• •------•-------• | 03BD | ν | •------•-------• | 03A9 | Ω | | 0392 | Β | | 0398 | Θ | •------•-------• | 03A4 | Τ | | 03C9 | ω | | 03B2 | β | | 03B8 | θ | | 039E | Ξ | | 03C4 | τ | | 03CE | ώ | | 03D0 | ϐ | | 03D1 | ϑ | | 03BE | ξ | •------•-------• | 2126 | Ω | •------•-------• •------•-------• •------•-------• | 038E | Ύ | | 2127 | ℧ | | 0393 | Γ | | 038A | Ί | | 038C | Ό | | 03A5 | Υ | | 2129 | ℩ | | 03B3 | γ | | 0390 | ΐ | | 039F | Ο | | 03AB | Ϋ | •------•-------• •------•-------• | 0399 | Ι | | 03BF | ο | | 03B0 | ΰ | | 03DA | Ϛ | | 0394 | Δ | | 03AA | Ϊ | | 03CC | ό | | 03C5 | υ | | 03DB | ϛ | | 03B4 | δ | | 03AF | ί | •------•-------• | 03CB | ϋ | •------•-------• •------•-------• | 03B9 | ι | | 03A0 | Π | | 03CD | ύ | | 03DC | Ϝ | | 0388 | Έ | | 03CA | ϊ | | 03C0 | π | | 03D2 | ϒ | | 03DD | ϝ | | 0395 | Ε | •------•-------• | 03D6 | ϖ | | 03D3 | ϓ | •------•-------• | 03AD | έ | | 039A | Κ | •------•-------• | 03D4 | ϔ | | 03DE | Ϟ | | 03B5 | ε | | 03BA | κ | | 03A1 | Ρ | •------•-------• | 03DF | ϟ | •------•-------• | 03F0 | ϰ | | 03C1 | ρ | | 03A6 | Φ | •------•-------• | 0396 | Ζ | •------•-------• | 03F1 | ϱ | | 03C6 | φ | | 03E0 | Ϡ | | 03B6 | ζ | | 039B | Λ | •------•-------• | 03D5 | ϕ | | 03E1 | ϡ | •------•-------• | 03BB | λ | •------•-------• •------•-------• •------•-------• | 03A7 | Χ | | 03C7 | χ | •------•-------•
Best Regards,
guy038
-