^@    0    0    ï¿½    ï¿½    -    null character    control    
^A    1    1            -    start of header    control    
^B    2    2            -    start of text    control    
^C    3    3            -    end of text    control    
^D    4    4            -    end of transmission    control    
^E    5    5            -    enquiry    control    
^F    6    6            -    acknowledge    control    
^G    7    7            -    bell (ring)    control    
^H    8    8            -    backspace    control    
^I    9    9                   character tabulation / horizontal tabulation    control    
^J    10    A                   line feed (lf)    control    
^K    11    B              -    vertical tab    control    
^L    12    C              -    form feed    control    
^M    13    D              -    carriage return    control    
^N    14    E            -    shift out    control    
^O    15    F            -    shift in    control    
^P    16    10            -    data link escape    control    
^Q    17    11            -    device control 1    control    
^R    18    12            -    device control 2    control    
^S    19    13            -    device control 3    control    
^T    20    14            -    device control 4    control    
^U    21    15            -    negative acknowledge    control    
^V    22    16            -    synchronize    control    
^W    23    17            -    end transmission block    control    
^X    24    18            -    cancel    control    
^Y    25    19            -    end of medium    control    
^Z    26    1A            -    substitute    control    
^[    27    1B            -    escape    control    
^\    28    1C            -    file separator    control    
^]    29    1D            -    group separator    control    
^^    30    1E            -    record separator    control    
^_    31    1F            -    unit separator    control    
32    20              -    space    printable    
!    33    21    !    !    -    exclamation point    printable    
"    34    22    "    "    "    quotation mark    printable    
"    34    22    "    "    "    quotation mark    printable    
#    35    23    #    #    -    number sign    printable    
$    36    24    $    $    -    dollar sign    printable    
%    37    25    %    %    -    percent sign    printable    
&    38    26    &    &    &    ampersand    printable    
&    38    26    &    &    &    ampersand    printable    
'    39    27    '    '    -    single quote    printable    
(    40    28    (    (    -    opening parenthesis    printable    
)    41    29    )    )    -    closing parenthesis    printable    
*    42    2A    *    *    *    asterisk    printable    
*    42    2A    *    *    *    asterisk    printable    
+    43    2B    +    +    -    plus sign    printable    
,    44    2C    ,    ,    -    comma    printable    
-    45    2D    -    -    -    minus sign - hyphen    printable    
.    46    2E    .    .    -    period    printable    
/    47    2F    /    /    -    slash    printable    
0    48    30    0    0    -    zero    printable    
1    49    31    1    1    -    one    printable    
2    50    32    2    2    -    two    printable    
3    51    33    3    3    -    three    printable    
4    52    34    4    4    -    four    printable    
5    53    35    5    5    -    five    printable    
6    54    36    6    6    -    six    printable    
7    55    37    7    7    -    seven    printable    
8    56    38    8    8    -    eight    printable    
9    57    39    9    9    -    nine    printable    
:    58    3A    :    :    -    colon    printable    
;    59    3B    ;    ;    -    semicolon    printable    
<    60    3C    <    <    <    less-than sign    printable    
<    60    3C    <    <    <    less-than sign    printable    
=    61    3D    =    =    -    equal sign    printable    
>    62    3E    >    >    >    greater-than sign    printable    
>    62    3E    >    >    >    greater-than sign    printable    
?    63    3F    ?    ?    -    question mark    printable    
@    64    40    @    @    -    at symbol    printable    
A    65    41    A    A    -    upper case A    printable    
B    66    42    B    B    -    upper case B    printable    
C    67    43    C    C    -    upper case C    printable    
D    68    44    D    D    -    upper case D    printable    
E    69    45    E    E    -    upper case E    printable    
F    70    46    F    F    -    upper case F    printable    
G    71    47    G    G    -    upper case G    printable    
H    72    48    H    H    -    upper case H    printable    
I    73    49    I    I    -    upper case I    printable    
J    74    4A    J    J    -    upper case J    printable    
K    75    4B    K    K    -    upper case K    printable    
L    76    4C    L    L    -    upper case L    printable    
M    77    4D    M    M    -    upper case M    printable    
N    78    4E    N    N    -    upper case N    printable    
O    79    4F    O    O    -    upper case O    printable    
P    80    50    P    P    -    upper case P    printable    
Q    81    51    Q    Q    -    upper case Q    printable    
R    82    52    R    R    -    upper case R    printable    
S    83    53    S    S    -    upper case S    printable    
T    84    54    T    T    -    upper case T    printable    
U    85    55    U    U    -    upper case U    printable    
V    86    56    V    V    -    upper case V    printable    
W    87    57    W    W    -    upper case W    printable    
X    88    58    X    X    -    upper case X    printable    
Y    89    59    Y    Y    -    upper case Y    printable    
Z    90    5A    Z    Z    -    upper case Z    printable    
[    91    5B    [    [    [    left square bracket    printable    
[    91    5B    [    [    [    left square bracket    printable    
\    92    5C    \    \    -    backslash    printable    
]    93    5D    ]    ]    ]    right square bracket    printable    
]    93    5D    ]    ]    ]    right square bracket    printable    
^    94    5E    ^    ^    -    caret - circumflex    printable    
_    95    5F    _    _    -    underscore    printable    
`    96    60    `    `    `    grave accent    printable    
`    96    60    `    `    `    grave accent    printable    
a    97    61    a    a    -    lower case a    printable    
b    98    62    b    b    -    lower case b    printable    
c    99    63    c    c    -    lower case c    printable    
d    100    64    d    d    -    lower case d    printable    
e    101    65    e    e    -    lower case e    printable    
f    102    66    f    f    -    lower case f    printable    
g    103    67    g    g    -    lower case g    printable    
h    104    68    h    h    -    lower case h    printable    
i    105    69    i    i    -    lower case i    printable    
j    106    6A    j    j    -    lower case j    printable    
k    107    6B    k    k    -    lower case k    printable    
l    108    6C    l    l    -    lower case l    printable    
m    109    6D    m    m    -    lower case m    printable    
n    110    6E    n    n    -    lower case n    printable    
o    111    6F    o    o    -    lower case o    printable    
p    112    70    p    p    -    lower case p    printable    
q    113    71    q    q    -    lower case q    printable    
r    114    72    r    r    -    lower case r    printable    
s    115    73    s    s    -    lower case s    printable    
t    116    74    t    t    -    lower case t    printable    
u    117    75    u    u    -    lower case u    printable    
v    118    76    v    v    -    lower case v    printable    
w    119    77    w    w    -    lower case w    printable    
x    120    78    x    x    -    lower case x    printable    
y    121    79    y    y    -    lower case y    printable    
z    122    7A    z    z    -    lower case z    printable    
{    123    7B    {    {    {    left curly bracket    printable    
{    123    7B    {    {    {    left curly bracket    printable    
|    124    7C    |    |    |    vertical line    printable    
|    124    7C    |    |    |    vertical line    printable    
|    124    7C    |    |    |    vertical line    printable    
}    125    7D    }    }    }    right curly bracket    printable    
}    125    7D    }    }    }    right curly bracket    printable    
~    126    7E    ~    ~    -    equivalency sign - tilde    printable    
^?    127    7F            -    delete (rubout)    printable    
Esc@    128    80    €    €    -    Padding Character    control    
EscA    129    81    Â    Â    -    High Octet Preset    control    
EscB    130    82    ‚    ‚    -    Break Permitted Here    control    
EscC    131    83    ƒ    ƒ    -    No Break Here    control    
EscD    132    84    „    „    -    Index    control    
EscE    133    85    …    …    -    Next Line    control    
EscF    134    86    †    †    -    Start of Selected Area    control    
EscG    135    87    ‡    ‡    -    End of Selected Area    control    
EscH    136    88    ˆ    ˆ    -    nCharacter Tabulation Set    control    
EscI    137    89    ‰    ‰    -    Character Tabulation Set with Justification    control    
EscJ    138    8A    Š    Š    -    Line Tabulation Set    control    
EscK    139    8B    ‹    ‹    -    Partial Line Forward    control    
EscL    140    8C    Œ    Œ    -    Partial Line Backward    control    
EscM    141    8D    Â    Â    -    Reverse Line Feed    control    
EscN    142    8E    Å½    Å½    -    Single-Shift 2    control    
EscO    143    8F    Â    Â    -    Single-Shift 3    control    
EscP    144    90    Â    Â    -    Device Control String    control    
EscQ    145    91    ‘    ‘    -    Private Use 1    control    
EscR    146    92    ’    ’    -    Private Use 2    control    
EscS    147    93    “    “    -    Set Transmit State    control    
EscT    148    94    ”    ”    -    Cancel character    control    
EscU    149    95    •    •    -    Message Waiting    control    
EscV    150    96    –    –    -    Start of Protected Area    control    
EscW    151    97    —    —    -    End of Protected Area    control    
EscX    152    98    ˜    ˜    -    Start of String Followed by a control string terminated by ST (0x9C)    control    
EscY    153    99    ™    ™    -    Single Graphic Character Introducer    control    
EscZ    154    9A    š    š    -    Single Character Introducer    control    
Esc[    155    9B    ›    ›    -    Control Sequence Introducer    control    
Esc\    156    9C    œ    œ    -    String Terminator    control    
Esc]    157    9D    Â    Â    -    Operating System Command    control    
Esc^    158    9E    Å¾    Å¾    -    Privacy Message    control    
Esc_    159    9F    Ÿ    Ÿ    -    Application Program Command    control    
     160    A0                   no-break space    printable    
     160    A0                   no-break space    printable    
¡    161    A1    ¡    ¡    ¡    inverted exclamation mark    printable    
¢    162    A2    ¢    ¢    ¢    cent sign    printable    
£    163    A3    £    £    £    pound sign    printable    
¤    164    A4    ¤    ¤    ¤    currency sign    printable    
¥    165    A5    ¥    ¥    ¥    yen sign    printable    
¦    166    A6    ¦    ¦    ¦    broken vertical bar    printable    
§    167    A7    §    §    §    section sign    printable    
¨    168    A8    ¨    ¨    ¨    diaeresis    printable    
¨    168    A8    ¨    ¨    ¨    diaeresis    printable    
¨    168    A8    ¨    ¨    ¨    diaeresis    printable    
¨    168    A8    ¨    ¨    ¨    diaeresis    printable    
©    169    A9    ©    ©    ©    copyright sign    printable    
©    169    A9    ©    ©    ©    copyright sign    printable    
ª    170    AA    ª    ª    ª    feminine ordinal indicator    printable    
«    171    AB    «    «    «    left double angle quotes    printable    
¬    172    AC    ¬    ¬    ¬    not sign    printable    
­    173    AD    ­    ­    ­    soft hyphen    printable    
®    174    AE    ®    ®    ®    registered sign    printable    
®    174    AE    ®    ®    ®    registered sign    printable    
®    174    AE    ®    ®    ®    registered sign    printable    
¯    175    AF    ¯    ¯    ¯    macron    printable    
¯    175    AF    ¯    ¯    ‾    macron    printable    
¯    175    AF    ¯    ¯    ¯    macron    printable    
°    176    B0    °    °    °    degree sign    printable    
±    177    B1    ±    ±    ±    plus-minus sign    printable    
±    177    B1    ±    ±    ±    plus-minus sign    printable    
±    177    B1    ±    ±    ±    plus-minus sign    printable    
²    178    B2    ²    ²    ²    superscript two - squared    printable    
³    179    B3    ³    ³    ³    superscript three - cubed    printable    
´    180    B4    ´    ´    ´    acute accent    printable    
´    180    B4    ´    ´    ´    acute accent    printable    
µ    181    B5    µ    µ    µ    micro sign    printable    
¶    182    B6    ¶    ¶    ¶    pilcrow sign - paragraph sign    printable    
·    183    B7    ·    ·    ·    middle dot    printable    
·    183    B7    ·    ·    ·    middle dot    printable    
·    183    B7    ·    ·    ·    middle dot    printable    
¸    184    B8    ¸    ¸    ¸    cedilla    printable    
¸    184    B8    ¸    ¸    ¸    cedilla    printable    
¹    185    B9    ¹    ¹    ¹    superscript one    printable    
º    186    BA    º    º    º    masculine ordinal indicator    printable    
»    187    BB    »    »    »    right double angle quotes    printable    
¼    188    BC    ¼    ¼    ¼    fraction one quarter    printable    
½    189    BD    ½    ½    ½    vulgar fraction one half    printable    
½    189    BD    ½    ½    ½    vulgar fraction one half    printable    
¾    190    BE    ¾    ¾    ¾    fraction three quarters    printable    
¿    191    BF    ¿    ¿    ¿    inverted question mark    printable    
À    192    C0    À    À    À    latin capital letter a with grave    printable    
Á    193    C1    Á    Á    Á    latin capital letter a with acute    printable    
    194    C2    Â    Â    Â    latin capital letter a with circumflex    printable    
à   195    C3    Ã    Ã    Ã    latin capital letter a with tilde    printable    
Ä    196    C4    Ä    Ä    Ä    latin capital letter a with diaeresis    printable    
Å    197    C5    Å    Å    Å    latin capital letter a with ring above    printable    
Æ    198    C6    Æ    Æ    Æ    latin capital letter ae    printable    
Ç    199    C7    Ç    Ç    Ç    latin capital letter c with cedilla    printable    
È    200    C8    È    È    È    latin capital letter e with grave    printable    
É    201    C9    É    É    É    latin capital letter e with acute    printable    
Ê    202    CA    Ê    Ê    Ê    latin capital letter e with circumflex    printable    
Ë    203    CB    Ë    Ë    Ë    latin capital letter e with diaeresis    printable    
Ì    204    CC    Ì    Ì    Ì    latin capital letter i with grave    printable    
Í    205    CD    Í    Í    Í    latin capital letter i with acute    printable    
Π   206    CE    Î    Î    Î    latin capital letter i with circumflex    printable    
Ï    207    CF    Ï    Ï    Ï    latin capital letter i with diaeresis    printable    
Р   208    D0    Ð    Ð    Ð    latin capital letter eth    printable    
Ñ    209    D1    Ñ    Ñ    Ñ    latin capital letter n with tilde    printable    
Ò    210    D2    Ò    Ò    Ò    latin capital letter o with grave    printable    
Ó    211    D3    Ó    Ó    Ó    latin capital letter o with acute    printable    
Ô    212    D4    Ô    Ô    Ô    latin capital letter o with circumflex    printable    
Õ    213    D5    Õ    Õ    Õ    latin capital letter o with tilde    printable    
Ö    214    D6    Ö    Ö    Ö    latin capital letter o with diaeresis    printable    
×    215    D7    ×    ×    ×    multiplication sign    printable    
Ø    216    D8    Ø    Ø    Ø    latin capital letter o with slash    printable    
Ù    217    D9    Ù    Ù    Ù    latin capital letter u with grave    printable    
Ú    218    DA    Ú    Ú    Ú    latin capital letter u with acute    printable    
Û    219    DB    Û    Û    Û    latin capital letter u with circumflex    printable    
Ü    220    DC    Ü    Ü    Ü    latin capital letter u with diaeresis    printable    
Ý    221    DD    Ý    Ý    Ý    latin capital letter y with acute    printable    
Þ    222    DE    Þ    Þ    Þ    latin capital letter thorn    printable    
ß    223    DF    ß    ß    ß    latin small letter sharp s - ess-zed    printable    
à    224    E0    à    à    à    latin small letter a with grave    printable    
á    225    E1    á    á    á    latin small letter a with acute    printable    
â    226    E2    â    â    â    latin small letter a with circumflex    printable    
ã    227    E3    ã    ã    ã    latin small letter a with tilde    printable    
ä    228    E4    ä    ä    ä    latin small letter a with diaeresis    printable    
å    229    E5    å    å    å    latin small letter a with ring above    printable    
æ    230    E6    æ    æ    æ    latin small letter ae    printable    
ç    231    E7    ç    ç    ç    latin small letter c with cedilla    printable    
è    232    E8    è    è    è    latin small letter e with grave    printable    
é    233    E9    é    é    é    latin small letter e with acute    printable    
ê    234    EA    ê    ê    ê    latin small letter e with circumflex    printable    
ë    235    EB    ë    ë    ë    latin small letter e with diaeresis    printable    
ì    236    EC    ì    ì    ì    latin small letter i with grave    printable    
í    237    ED    í    í    í    latin small letter i with acute    printable    
î    238    EE    î    î    î    latin small letter i with circumflex    printable    
ï    239    EF    ï    ï    ï    latin small letter i with diaeresis    printable    
ð    240    F0    ð    ð    ð    latin small letter eth    printable    
ñ    241    F1    ñ    ñ    ñ    latin small letter n with tilde    printable    
ò    242    F2    ò    ò    ò    latin small letter o with grave    printable    
ó    243    F3    ó    ó    ó    latin small letter o with acute    printable    
ô    244    F4    ô    ô    ô    latin small letter o with circumflex    printable    
õ    245    F5    õ    õ    õ    latin small letter o with tilde    printable    
ö    246    F6    ö    ö    ö    latin small letter o with diaeresis    printable    
÷    247    F7    ÷    ÷    ÷    division sign    printable    
÷    247    F7    ÷    ÷    ÷    division sign    printable    
ø    248    F8    ø    ø    ø    latin small letter o with slash    printable    
ù    249    F9    ù    ù    ù    latin small letter u with grave    printable    
ú    250    FA    ú    ú    ú    latin small letter u with acute    printable    
û    251    FB    û    û    û    latin small letter u with circumflex    printable    
ü    252    FC    ü    ü    ü    latin small letter u with diaeresis    printable    
ý    253    FD    ý    ý    ý    latin small letter y with acute    printable    
þ    254    FE    þ    þ    þ    latin small letter thorn    printable    
ÿ    255    FF    ÿ    ÿ    ÿ    latin small letter y with diaeresis    printable    
Ä€    256    100    Ä€    Ä€    Ä€    latin capital letter a with macron    printable    
ā    257    101    Ä    Ä    Ä    latin small letter a with macron    printable    
Ä‚    258    102    Ä‚    Ä‚    Ä‚    latin capital letter a with breve    printable    
ă    259    103    Äƒ    Äƒ    Äƒ    latin small letter a with breve    printable    
Ä„    260    104    Ä„    Ä„    Ä„    latin capital letter a with ogonek    printable    
Ä…    261    105    Ä…    Ä…    Ä…    latin small letter a with ogonek    printable    
Ć    262    106    Ä†    Ä†    Ä†    latin capital letter c with acute    printable    
ć    263    107    Ä‡    Ä‡    Ä‡    latin small letter c with acute    printable    
Ĉ    264    108    Äˆ    Äˆ    Äˆ    latin capital letter c with circumflex    printable    
ĉ    265    109    Ä‰    Ä‰    Ä‰    latin small letter c with circumflex    printable    
ÄŠ    266    10A    ÄŠ    ÄŠ    ÄŠ    latin capital letter c with dot above    printable    
Ä‹    267    10B    Ä‹    Ä‹    Ä‹    latin small letter c with dot above    printable    
ÄŒ    268    10C    ÄŒ    ÄŒ    ÄŒ    latin capital letter c with caron    printable    
č    269    10D    Ä    Ä    Ä    latin small letter c with caron    printable    
ÄŽ    270    10E    ÄŽ    ÄŽ    ÄŽ    latin capital letter d with caron    printable    
ď    271    10F    Ä    Ä    Ä    latin small letter d with caron    printable    
Đ    272    110    Ä    Ä    Ä    latin capital letter d with stroke    printable    
Ä‘    273    111    Ä‘    Ä‘    Ä‘    latin small letter d with stroke    printable    
Ä’    274    112    Ä’    Ä’    Ä’    latin capital letter e with macron    printable    
Ä“    275    113    Ä“    Ä“    Ä“    latin small letter e with macron    printable    
Ä–    278    116    Ä–    Ä–    Ä–    latin capital letter e with dot above    printable    
Ä—    279    117    Ä—    Ä—    Ä—    latin small letter e with dot above    printable    
Ę    280    118    Ä˜    Ä˜    Ä˜    latin capital letter e with ogonek    printable    
Ä™    281    119    Ä™    Ä™    Ä™    latin small letter e with ogonek    printable    
Äš    282    11A    Äš    Äš    Äš    latin capital letter e with caron    printable    
Ä›    283    11B    Ä›    Ä›    Ä›    latin small letter e with caron    printable    
Äœ    284    11C    Äœ    Äœ    Äœ    latin capital letter g with circumflex    printable    
ĝ    285    11D    Ä    Ä    Ä    latin small letter g with circumflex    printable    
Äž    286    11E    Äž    Äž    Äž    latin capital letter g with breve    printable    
ÄŸ    287    11F    ÄŸ    ÄŸ    ÄŸ    latin small letter g with breve    printable    
Ä     288    120    Ä     Ä     Ä     latin capital letter g with dot above    printable    
Ä¡    289    121    Ä¡    Ä¡    Ä¡    latin small letter g with dot above    printable    
Ä¢    290    122    Ä¢    Ä¢    Ä¢    latin capital letter g with cedilla    printable    
Ĥ    292    124    Ä¤    Ä¤    Ä¤    latin capital letter h with circumflex    printable    
Ä¥    293    125    Ä¥    Ä¥    Ä¥    latin small letter h with circumflex    printable    
Ħ    294    126    Ä¦    Ä¦    Ä¦    latin capital letter h with stroke    printable    
ħ    295    127    Ä§    Ä§    Ä§    latin small letter h with stroke    printable    
Ĩ    296    128    Ä¨    Ä¨    Ä¨    latin capital letter i with tilde    printable    
Ä©    297    129    Ä©    Ä©    Ä©    latin small letter i with tilde    printable    
Ī    298    12A    Äª    Äª    Äª    latin capital letter i with macron    printable    
Ä«    299    12B    Ä«    Ä«    Ä«    latin small letter i with macron    printable    
Ä®    302    12E    Ä®    Ä®    Ä®    latin capital letter i with ogonek    printable    
į    303    12F    Ä¯    Ä¯    Ä¯    latin small letter i with ogonek    printable    
İ    304    130    Ä°    Ä°    Ä°    latin capital letter i with dot above    printable    
ı    305    131    Ä±    Ä±    Ä±    latin small letter dotless i    printable    
ı    305    131    Ä±    Ä±    Ä±    latin small letter dotless i    printable    
IJ    306    132    Ä²    Ä²    Ä²    latin capital ligature ij    printable    
ij    307    133    Ä³    Ä³    Ä³    latin small ligature ij    printable    
Ä´    308    134    Ä´    Ä´    Ä´    latin capital letter j with circumflex    printable    
ĵ    309    135    Äµ    Äµ    Äµ    latin small letter j with circumflex    printable    
Ķ    310    136    Ä¶    Ä¶    Ä¶    latin capital letter k with cedilla    printable    
Ä·    311    137    Ä·    Ä·    Ä·    latin small letter k with cedilla    printable    
ĸ    312    138    Ä¸    Ä¸    Ä¸    latin small letter kra    printable    
Ĺ    313    139    Ä¹    Ä¹    Ä¹    latin capital letter l with acute    printable    
ĺ    314    13A    Äº    Äº    Äº    latin small letter l with acute    printable    
Ä»    315    13B    Ä»    Ä»    Ä»    latin capital letter l with cedilla    printable    
ļ    316    13C    Ä¼    Ä¼    Ä¼    latin small letter l with cedilla    printable    
Ľ    317    13D    Ä½    Ä½    Ä½    latin capital letter l with caron    printable    
ľ    318    13E    Ä¾    Ä¾    Ä¾    latin small letter l with caron    printable    
Ä¿    319    13F    Ä¿    Ä¿    Ä¿    latin capital letter l with middle dot    printable    
Å€    320    140    Å€    Å€    Å€    latin small letter l with middle dot    printable    
Ł    321    141    Å    Å    Å    latin capital letter l with stroke    printable    
Å‚    322    142    Å‚    Å‚    Å‚    latin small letter l with stroke    printable    
Ń    323    143    Åƒ    Åƒ    Åƒ    latin capital letter n with acute    printable    
Å„    324    144    Å„    Å„    Å„    latin small letter n with acute    printable    
Å…    325    145    Å…    Å…    Å…    latin capital letter n with cedilla    printable    
ņ    326    146    Å†    Å†    Å†    latin small letter n with cedilla    printable    
Ň    327    147    Å‡    Å‡    Å‡    latin capital letter n with caron    printable    
ň    328    148    Åˆ    Åˆ    Åˆ    latin small letter n with caron    printable    
ʼn    329    149    Å‰    Å‰    Å‰    latin small letter n preceded by apostrophe    printable    
ÅŠ    330    14A    ÅŠ    ÅŠ    ÅŠ    latin capital letter eng    printable    
Å‹    331    14B    Å‹    Å‹    Å‹    latin small letter eng    printable    
ÅŒ    332    14C    ÅŒ    ÅŒ    ÅŒ    latin capital letter o with macron    printable    
ō    333    14D    Å    Å    Å    latin small letter o with macron    printable    
Ő    336    150    Å    Å    Å    latin capital letter o with double acute    printable    
Å‘    337    151    Å‘    Å‘    Å‘    latin small letter o with double acute    printable    
Œ    338    152    Œ    Œ    -    latin capital letter oe    printable    
œ    339    153    œ    œ    -    latin small letter oe    printable    
Å”    340    154    Å”    Å”    Å”    latin capital letter r with acute    printable    
Å•    341    155    Å•    Å•    Å•    latin small letter r with acute    printable    
Å–    342    156    Å–    Å–    Å–    latin capital letter r with cedilla    printable    
Å—    343    157    Å—    Å—    Å—    latin small letter r with cedilla    printable    
Ř    344    158    Å˜    Å˜    Å˜    latin capital letter r with caron    printable    
Å™    345    159    Å™    Å™    Å™    latin small letter r with caron    printable    
Åš    346    15A    Åš    Åš    Åš    latin capital letter s with acute    printable    
Å›    347    15B    Å›    Å›    Å›    latin small letter s with acute    printable    
Åœ    348    15C    Åœ    Åœ    Åœ    latin capital letter s with circumflex    printable    
ŝ    349    15D    Å    Å    Å    latin small letter s with circumflex    printable    
Åž    350    15E    Åž    Åž    Åž    latin capital letter s with cedilla    printable    
ÅŸ    351    15F    ÅŸ    ÅŸ    ÅŸ    latin small letter s with cedilla    printable    
Š    352    160    Š    Š    -    latin capital letter s with caron    printable    
š    353    161    š    š    -    latin small letter s with caron    printable    
Å¢    354    162    Å¢    Å¢    Å¢    latin capital letter t with cedilla    printable    
Å£    355    163    Å£    Å£    Å£    latin small letter t with cedilla    printable    
Ť    356    164    Å¤    Å¤    Å¤    latin capital letter t with caron    printable    
Å¥    357    165    Å¥    Å¥    Å¥    latin small letter t with caron    printable    
Ŧ    358    166    Å¦    Å¦    Å¦    latin capital letter t with stroke    printable    
ŧ    359    167    Å§    Å§    Å§    latin small letter t with stroke    printable    
Ũ    360    168    Å¨    Å¨    Å¨    latin capital letter u with tilde    printable    
Å©    361    169    Å©    Å©    Å©    latin small letter u with tilde    printable    
Ū    362    16A    Åª    Åª    Åª    latin capital letter u with macron    printable    
Å«    363    16B    Å«    Å«    Å«    latin small letter u with macron    printable    
Ŭ    364    16C    Å¬    Å¬    Å¬    latin capital letter u with breve    printable    
Å­    365    16D    Å­    Å­    Å­    latin small letter u with breve    printable    
Å®    366    16E    Å®    Å®    Å®    latin capital letter u with ring above    printable    
ů    367    16F    Å¯    Å¯    Å¯    latin small letter u with ring above    printable    
Ű    368    170    Å°    Å°    Å°    latin capital letter u with double acute    printable    
ű    369    171    Å±    Å±    Å±    latin small letter u with double acute    printable    
Ų    370    172    Å²    Å²    Å²    latin capital letter u with ogonek    printable    
ų    371    173    Å³    Å³    Å³    latin small letter u with ogonek    printable    
Å´    372    174    Å´    Å´    Å´    latin capital letter w with circumflex    printable    
ŵ    373    175    Åµ    Åµ    Åµ    latin small letter w with circumflex    printable    
Ŷ    374    176    Å¶    Å¶    Å¶    latin capital letter y with circumflex    printable    
Å·    375    177    Å·    Å·    Å·    latin small letter y with circumflex    printable    
Ÿ    376    178    Ÿ    Ÿ    -    latin capital letter y with diaeresis    printable    
Ź    377    179    Å¹    Å¹    Å¹    latin capital letter z with acute    printable    
ź    378    17A    Åº    Åº    Åº    latin small letter z with acute    printable    
Å»    379    17B    Å»    Å»    Å»    latin capital letter z with dot above    printable    
ż    380    17C    Å¼    Å¼    Å¼    latin small letter z with dot above    printable    
Ž    381    17D    Å½    Å½    Å½    latin capital letter z with caron    printable    
ž    382    17E    Å¾    Å¾    Å¾    latin small letter z with caron    printable    
ƍ    397    018D    Æ    Æ    -     Latin Small Letter Turned Delta    printable    
ƒ    402    192    ƒ    ƒ    -    latin small f with hook - function florin    printable    
Ƶ    437    1B5    Æµ    Æµ    Æµ    latin capital letter z with stroke    printable    
ǵ    501    1F5    Çµ    Çµ    Çµ    latin small letter g with acute    printable    
È·    567    237    È·    È·    È·    latin small letter dotless j    printable    
ˆ    710    2C6    ˆ    ˆ    ˆ    modifier letter circumflex accent    printable    
ˇ    711    2C7    Ë‡    Ë‡    Ë‡    caron    printable    
ˇ    711    2C7    Ë‡    Ë‡    Ë‡    caron    printable    
Ë–    726    02D6    Ë–    Ë–    -     Modifier Letter Plus Sign    printable    
Ë—    727    02D7    Ë—    Ë—    -     Modifier Letter Minus Sign    printable    
˘    728    2D8    Ë˜    Ë˜    Ë˜    breve    printable    
˘    728    2D8    Ë˜    Ë˜    Ë˜    breve    printable    
Ë™    729    2D9    Ë™    Ë™    Ë™    dot above    printable    
Ë™    729    2D9    Ë™    Ë™    Ë™    dot above    printable    
Ëš    730    2DA    Ëš    Ëš    Ëš    ring above    printable    
Ë›    731    2DB    Ë›    Ë›    Ë›    ogonek    printable    
˜    732    2DC    ˜    ˜    ˜    small tilde    printable    
˜    732    2DC    ˜    ˜    ˜    small tilde    printable    
˝    733    2DD    Ë    Ë    Ë    double acute accent    printable    
˝    733    2DD    Ë    Ë    Ë    double acute accent    printable    
Ì‘    785    311    Ì‘    Ì‘    Ì‘    combining inverted breve    printable    
Ìš    794    031A    Ìš    Ìš    -     Combining Left Angle Above    printable    
ÌŸ    799    031F    ÌŸ    ÌŸ    -     Combining Plus Sign Below    printable    
Ì     800    0320    Ì     Ì     -     Combining Minus Sign Below    printable    
̲    818    332    Ì²    Ì²    _    combining low line    printable    
͇    839    0347    Í‡    Í‡    -     Combining Equals Sign Below    printable    
͉    841    0349    Í‰    Í‰    -     Combining Left Angle Below    printable    
ÍŒ    844    034C    ÍŒ    ÍŒ    -     Combining Almost Equal To Above    printable    
Α    913    391    Α    Α    Α    greek capital letter alpha    printable    
Β    914    392    Β    Β    Β    greek capital letter beta    printable    
Γ    915    393    Γ    Γ    Γ    greek capital letter gamma    printable    
Δ    916    394    Δ    Δ    Δ    greek capital letter delta    printable    
Ε    917    395    Ε    Ε    Ε    greek capital letter epsilon    printable    
Ζ    918    396    Ζ    Ζ    Ζ    greek capital letter zeta    printable    
Η    919    397    Η    Η    Η    greek capital letter eta    printable    
Θ    920    398    Θ    Θ    Θ    greek capital letter theta    printable    
Ι    921    399    Ι    Ι    Ι    greek capital letter iota    printable    
Κ    922    39A    Κ    Κ    Κ    greek capital letter kappa    printable    
Λ    923    39B    Λ    Λ    Λ    greek capital letter lambda    printable    
Μ    924    39C    Μ    Μ    Μ    greek capital letter mu    printable    
Ν    925    39D    Ν    Ν    Ν    greek capital letter nu    printable    
Ξ    926    39E    Ξ    Ξ    Ξ    greek capital letter xi    printable    
Ο    927    39F    Ο    Ο    Ο    greek capital letter omicron    printable    
Π    928    3A0    Π    Π    Π    greek capital letter pi    printable    
Ρ    929    3A1    Ρ    Ρ    Ρ    greek capital letter rho    printable    
Σ    931    3A3    Σ    Σ    Σ    greek capital letter sigma    printable    
Τ    932    3A4    Τ    Τ    Τ    greek capital letter tau    printable    
Υ    933    3A5    Υ    Υ    Υ    greek capital letter upsilon    printable    
Φ    934    3A6    Φ    Φ    Φ    greek capital letter phi    printable    
Χ    935    3A7    Χ    Χ    Χ    greek capital letter chi    printable    
Ψ    936    3A8    Ψ    Ψ    Ψ    greek capital letter psi    printable    
Ω    937    3A9    Ω    Ω    Ω    greek capital letter omega    printable    
α    945    3B1    α    α    α    greek small letter alpha    printable    
β    946    3B2    β    β    β    greek small letter beta    printable    
γ    947    3B3    γ    γ    γ    greek small letter gamma    printable    
δ    948    3B4    δ    δ    δ    greek small letter delta    printable    
ε    949    3B5    ε    ε    Ïµ    greek small letter epsilon    printable    
ε    949    3B5    ε    ε    Ïµ    greek small letter epsilon    printable    
ε    949    3B5    ε    ε    ε    greek small letter epsilon    printable    
ζ    950    3B6    ζ    ζ    ζ    greek small letter zeta    printable    
η    951    3B7    η    η    η    greek small letter eta    printable    
θ    952    3B8    θ    θ    θ    greek small letter theta    printable    
ι    953    3B9    ι    ι    ι    greek small letter iota    printable    
κ    954    3BA    κ    κ    κ    greek small letter kappa    printable    
λ    955    3BB    λ    λ    λ    greek small letter lambda    printable    
μ    956    3BC    μ    μ    μ    greek small letter mu    printable    
ν    957    3BD    ν    ν    ν    greek small letter nu    printable    
ξ    958    3BE    ξ    ξ    ξ    greek small letter xi    printable    
ο    959    3BF    ο    ο    ο    greek small letter omicron    printable    
π    960    3C0    π    π    π    greek small letter pi    printable    
ρ    961    3C1    ρ    ρ    ρ    greek small letter rho    printable    
ς    962    3C2    ς    ς    ς    greek small letter final sigma    printable    
ς    962    3C2    ς    ς    ς    greek small letter final sigma    printable    
ς    962    3C2    ς    ς    ς    greek small letter final sigma    printable    
σ    963    3C3    σ    σ    σ    greek small letter sigma    printable    
τ    964    3C4    τ    τ    τ    greek small letter tau    printable    
υ    965    3C5    υ    υ    υ    greek small letter upsilon    printable    
υ    965    3C5    υ    υ    υ    greek small letter upsilon    printable    
φ    966    3C6    φ    φ    φ    greek small letter phi    printable    
φ    966    3C6    φ    φ    Ï•    greek small letter phi    printable    
φ    966    3C6    φ    φ    Ï•    greek small letter phi    printable    
χ    967    3C7    χ    χ    χ    greek small letter chi    printable    
ψ    968    3C8    ψ    ψ    ψ    greek small letter psi    printable    
ω    969    3C9    ω    ω    ω    greek small letter omega    printable    
ϑ    977    3D1    ϑ    ϑ    ϑ    greek theta symbol    printable    
ϑ    977    3D1    ϑ    ϑ    ϑ    greek theta symbol    printable    
ϑ    977    3D1    ϑ    ϑ    ϑ    greek theta symbol    printable    
ϒ    978    3D2    ϒ    ϒ    ϒ    greek upsilon with hook symbol    printable    
ϒ    978    3D2    ϒ    ϒ    ϒ    greek upsilon with hook symbol    printable    
Ï•    981    3D5    Ï•    Ï•    Ï•    greek phi symbol    printable    
ϖ    982    3D6    ϖ    ϖ    ϖ    greek pi symbol    printable    
ϖ    982    3D6    ϖ    ϖ    ϖ    greek pi symbol    printable    
Ïœ    988    3DC    Ïœ    Ïœ    Ïœ    greek letter digamma    printable    
ϝ    989    3DD    Ï    Ï    Ï    greek small letter digamma    printable    
ϝ    989    3DD    Ï    Ï    Ï    greek small letter digamma    printable    
ϰ    1008    3F0    Ï°    Ï°    Ï°    greek kappa symbol    printable    
ϰ    1008    3F0    Ï°    Ï°    Ï°    greek kappa symbol    printable    
ϱ    1009    3F1    Ï±    Ï±    Ï±    greek rho symbol    printable    
ϱ    1009    3F1    Ï±    Ï±    Ï±    greek rho symbol    printable    
ϵ    1013    3F5    Ïµ    Ïµ    ε    greek lunate epsilon symbol    printable    
ϵ    1013    3F5    Ïµ    Ïµ    Ïµ    greek lunate epsilon symbol    printable    
϶    1014    3F6    Ï¶    Ï¶    Ï¶    greek reversed lunate epsilon symbol    printable    
϶    1014    3F6    Ï¶    Ï¶    Ï¶    greek reversed lunate epsilon symbol    printable    
Ё    1025    401    Ð    Ð    Ð    cyrillic capital letter io    printable    
Ђ    1026    402    Ð‚    Ð‚    Ð‚    cyrillic capital letter dje    printable    
Ѓ    1027    403    Ðƒ    Ðƒ    Ðƒ    cyrillic capital letter gje    printable    
Є    1028    404    Ð„    Ð„    Ð„    cyrillic capital letter ukrainian ie    printable    
Ð…    1029    405    Ð…    Ð…    Ð…    cyrillic capital letter dze    printable    
І    1030    406    Ð†    Ð†    Ð†    cyrillic capital letter byelorussian-ukrainian i    printable    
Ї    1031    407    Ð‡    Ð‡    Ð‡    cyrillic capital letter yi    printable    
Ј    1032    408    Ðˆ    Ðˆ    Ðˆ    cyrillic capital letter je    printable    
Љ    1033    409    Ð‰    Ð‰    Ð‰    cyrillic capital letter lje    printable    
Њ    1034    40A    ÐŠ    ÐŠ    ÐŠ    cyrillic capital letter nje    printable    
Ћ    1035    40B    Ð‹    Ð‹    Ð‹    cyrillic capital letter tshe    printable    
ÐŒ    1036    40C    ÐŒ    ÐŒ    ÐŒ    cyrillic capital letter kje    printable    
ÐŽ    1038    40E    ÐŽ    ÐŽ    ÐŽ    cyrillic capital letter short u    printable    
Џ    1039    40F    Ð    Ð    Ð    cyrillic capital letter dzhe    printable    
А    1040    410    Ð    Ð    Ð    cyrillic capital letter a    printable    
Б    1041    411    Ð‘    Ð‘    Ð‘    cyrillic capital letter be    printable    
Ð’    1042    412    Ð’    Ð’    Ð’    cyrillic capital letter ve    printable    
Г    1043    413    Ð“    Ð“    Ð“    cyrillic capital letter ghe    printable    
Д    1044    414    Ð”    Ð”    Ð”    cyrillic capital letter de    printable    
Е    1045    415    Ð•    Ð•    Ð•    cyrillic capital letter ie    printable    
Ж    1046    416    Ð–    Ð–    Ð–    cyrillic capital letter zhe    printable    
З    1047    417    Ð—    Ð—    Ð—    cyrillic capital letter ze    printable    
И    1048    418    Ð˜    Ð˜    Ð˜    cyrillic capital letter i    printable    
Й    1049    419    Ð™    Ð™    Ð™    cyrillic capital letter short i    printable    
К    1050    41A    Ðš    Ðš    Ðš    cyrillic capital letter ka    printable    
Л    1051    41B    Ð›    Ð›    Ð›    cyrillic capital letter el    printable    
М    1052    41C    Ðœ    Ðœ    Ðœ    cyrillic capital letter em    printable    
Н    1053    41D    Ð    Ð    Ð    cyrillic capital letter en    printable    
О    1054    41E    Ðž    Ðž    Ðž    cyrillic capital letter o    printable    
П    1055    41F    ÐŸ    ÐŸ    ÐŸ    cyrillic capital letter pe    printable    
Р    1056    420    Ð     Ð     Ð     cyrillic capital letter er    printable    
С    1057    421    Ð¡    Ð¡    Ð¡    cyrillic capital letter es    printable    
Т    1058    422    Ð¢    Ð¢    Ð¢    cyrillic capital letter te    printable    
У    1059    423    Ð£    Ð£    Ð£    cyrillic capital letter u    printable    
Ф    1060    424    Ð¤    Ð¤    Ð¤    cyrillic capital letter ef    printable    
Ð¥    1061    425    Ð¥    Ð¥    Ð¥    cyrillic capital letter ha    printable    
Ц    1062    426    Ð¦    Ð¦    Ð¦    cyrillic capital letter tse    printable    
Ч    1063    427    Ð§    Ð§    Ð§    cyrillic capital letter che    printable    
Ш    1064    428    Ð¨    Ð¨    Ð¨    cyrillic capital letter sha    printable    
Щ    1065    429    Ð©    Ð©    Ð©    cyrillic capital letter shcha    printable    
Ъ    1066    42A    Ðª    Ðª    Ðª    cyrillic capital letter hard sign    printable    
Ы    1067    42B    Ð«    Ð«    Ð«    cyrillic capital letter yeru    printable    
Ь    1068    42C    Ð¬    Ð¬    Ð¬    cyrillic capital letter soft sign    printable    
Э    1069    42D    Ð­    Ð­    Ð­    cyrillic capital letter e    printable    
Ю    1070    42E    Ð®    Ð®    Ð®    cyrillic capital letter yu    printable    
Я    1071    42F    Ð¯    Ð¯    Ð¯    cyrillic capital letter ya    printable    
а    1072    430    Ð°    Ð°    Ð°    cyrillic small letter a    printable    
б    1073    431    Ð±    Ð±    Ð±    cyrillic small letter be    printable    
в    1074    432    Ð²    Ð²    Ð²    cyrillic small letter ve    printable    
г    1075    433    Ð³    Ð³    Ð³    cyrillic small letter ghe    printable    
д    1076    434    Ð´    Ð´    Ð´    cyrillic small letter de    printable    
е    1077    435    Ðµ    Ðµ    Ðµ    cyrillic small letter ie    printable    
ж    1078    436    Ð¶    Ð¶    Ð¶    cyrillic small letter zhe    printable    
з    1079    437    Ð·    Ð·    Ð·    cyrillic small letter ze    printable    
и    1080    438    Ð¸    Ð¸    Ð¸    cyrillic small letter i    printable    
й    1081    439    Ð¹    Ð¹    Ð¹    cyrillic small letter short i    printable    
к    1082    43A    Ðº    Ðº    Ðº    cyrillic small letter ka    printable    
л    1083    43B    Ð»    Ð»    Ð»    cyrillic small letter el    printable    
м    1084    43C    Ð¼    Ð¼    Ð¼    cyrillic small letter em    printable    
н    1085    43D    Ð½    Ð½    Ð½    cyrillic small letter en    printable    
о    1086    43E    Ð¾    Ð¾    Ð¾    cyrillic small letter o    printable    
п    1087    43F    Ð¿    Ð¿    Ð¿    cyrillic small letter pe    printable    
Ñ€    1088    440    Ñ€    Ñ€    Ñ€    cyrillic small letter er    printable    
с    1089    441    Ñ    Ñ    Ñ    cyrillic small letter es    printable    
Ñ‚    1090    442    Ñ‚    Ñ‚    Ñ‚    cyrillic small letter te    printable    
у    1091    443    Ñƒ    Ñƒ    Ñƒ    cyrillic small letter u    printable    
Ñ„    1092    444    Ñ„    Ñ„    Ñ„    cyrillic small letter ef    printable    
Ñ…    1093    445    Ñ…    Ñ…    Ñ…    cyrillic small letter ha    printable    
ц    1094    446    Ñ†    Ñ†    Ñ†    cyrillic small letter tse    printable    
ч    1095    447    Ñ‡    Ñ‡    Ñ‡    cyrillic small letter che    printable    
ш    1096    448    Ñˆ    Ñˆ    Ñˆ    cyrillic small letter sha    printable    
щ    1097    449    Ñ‰    Ñ‰    Ñ‰    cyrillic small letter shcha    printable    
ÑŠ    1098    44A    ÑŠ    ÑŠ    ÑŠ    cyrillic small letter hard sign    printable    
Ñ‹    1099    44B    Ñ‹    Ñ‹    Ñ‹    cyrillic small letter yeru    printable    
ÑŒ    1100    44C    ÑŒ    ÑŒ    ÑŒ    cyrillic small letter soft sign    printable    
э    1101    44D    Ñ    Ñ    Ñ    cyrillic small letter e    printable    
ÑŽ    1102    44E    ÑŽ    ÑŽ    ÑŽ    cyrillic small letter yu    printable    
я    1103    44F    Ñ    Ñ    Ñ    cyrillic small letter ya    printable    
Ñ‘    1105    451    Ñ‘    Ñ‘    Ñ‘    cyrillic small letter io    printable    
Ñ’    1106    452    Ñ’    Ñ’    Ñ’    cyrillic small letter dje    printable    
Ñ“    1107    453    Ñ“    Ñ“    Ñ“    cyrillic small letter gje    printable    
Ñ”    1108    454    Ñ”    Ñ”    Ñ”    cyrillic small letter ukrainian ie    printable    
Ñ•    1109    455    Ñ•    Ñ•    Ñ•    cyrillic small letter dze    printable    
Ñ–    1110    456    Ñ–    Ñ–    Ñ–    cyrillic small letter byelorussian-ukrainian i    printable    
Ñ—    1111    457    Ñ—    Ñ—    Ñ—    cyrillic small letter yi    printable    
ј    1112    458    Ñ˜    Ñ˜    Ñ˜    cyrillic small letter je    printable    
Ñ™    1113    459    Ñ™    Ñ™    Ñ™    cyrillic small letter lje    printable    
Ñš    1114    45A    Ñš    Ñš    Ñš    cyrillic small letter nje    printable    
Ñ›    1115    45B    Ñ›    Ñ›    Ñ›    cyrillic small letter tshe    printable    
Ñœ    1116    45C    Ñœ    Ñœ    Ñœ    cyrillic small letter kje    printable    
Ñž    1118    45E    Ñž    Ñž    Ñž    cyrillic small letter short u    printable    
ÑŸ    1119    45F    ÑŸ    ÑŸ    ÑŸ    cyrillic small letter dzhe    printable    
Ùª    1642    066A    Ùª    Ùª    -     Arabic Percent Sign    printable    
ᐩ    5161    1429    á©    á©    -     Canadian Syllabics Final Plus    printable    
ᵟ    7519    1D5F    áµŸ    áµŸ    -     Modifier Letter Small Delta    printable    
ẟ    7839    1E9F    áºŸ    áºŸ    -     Latin Small Letter Delta    printable    
     8194    2002                   en space    printable    
     8195    2003                   em space    printable    
     8196    2004    â€„    â€„    â€„    three-per-em space    printable    
     8197    2005    â€…    â€…    â€…    four-per-em space    printable    
     8199    2007    â€‡    â€‡    â€‡    figure space    printable    
     8200    2008    â€ˆ    â€ˆ    â€ˆ    punctuation space    printable    
     8201    2009                   thin space    printable    
     8201    2009                   thin space    printable    
     8202    200A    â€Š    â€Š    â€Š    hair space    printable    
     8202    200A    â€Š    â€Š    â€Š    hair space    printable    
​    8203    200B    â€‹    â€‹    â€‹    zero width space    printable    
​    8203    200B    â€‹    â€‹    â€‹    zero width space    printable    
​    8203    200B    â€‹    â€‹    â€‹    zero width space    printable    
​    8203    200B    â€‹    â€‹    â€‹    zero width space    printable    
​    8203    200B    â€‹    â€‹    â€‹    zero width space    printable    
‌    8204    200C    ‌    ‌    ‌    zero width non-joiner    printable    
‍    8205    200D    ‍    ‍    ‍    zero width joiner    printable    
‎    8206    200E    ‎    ‎    ‎    left-to-right mark    printable    
‏    8207    200F    ‏    ‏    ‏    right-to-left mark    printable    
‐    8208    2010    â€    â€    â€    hyphen    printable    
‐    8208    2010    â€    â€    â€    hyphen    printable    
–    8211    2013    –    –    –    en dash    printable    
—    8212    2014    —    —    —    em dash    printable    
―    8213    2015    â€•    â€•    â€•    horizontal bar    printable    
‖    8214    2016    â€–    â€–    â€–    double vertical line    printable    
‖    8214    2016    â€–    â€–    â€–    double vertical line    printable    
‘    8216    2018    ‘    ‘    ‘    left single quotation mark    printable    
‘    8216    2018    ‘    ‘    ‘    left single quotation mark    printable    
’    8217    2019    ’    ’    ’    right single quotation mark    printable    
’    8217    2019    ’    ’    ’    right single quotation mark    printable    
’    8217    2019    ’    ’    ’    right single quotation mark    printable    
‚    8218    201A    ‚    ‚    ‚    single low-9 quotation mark    printable    
‚    8218    201A    ‚    ‚    ‚    single low-9 quotation mark    printable    
“    8220    201C    “    “    “    left double quotation mark    printable    
“    8220    201C    “    “    “    left double quotation mark    printable    
”    8221    201D    ”    ”    ”    right double quotation mark    printable    
”    8221    201D    ”    ”    ”    right double quotation mark    printable    
”    8221    201D    ”    ”    ”    right double quotation mark    printable    
„    8222    201E    „    „    „    double low-9 quotation mark    printable    
„    8222    201E    „    „    „    double low-9 quotation mark    printable    
†    8224    2020    †    †    †    dagger    printable    
‡    8225    2021    ‡    ‡    ‡    double dagger    printable    
‡    8225    2021    ‡    ‡    ‡    double dagger    printable    
•    8226    2022    •    •    •    bullet    printable    
•    8226    2022    •    •    •    bullet    printable    
‥    8229    2025    â€¥    â€¥    â€¥    two dot leader    printable    
…    8230    2026    …    …    …    horizontal ellipsis    printable    
…    8230    2026    …    …    …    horizontal ellipsis    printable    
‰    8240    2030    ‰    ‰    ‰    per mille sign - per thousand sign    printable    
‱    8241    2031    â€±    â€±    â€±    per ten thousand sign    printable    
′    8242    2032    ′    ′    ′    prime = minutes = feet    printable    
″    8243    2033    ″    ″    ″    double prime = seconds = inches    printable    
‴    8244    2034    â€´    â€´    â€´    triple prime    printable    
‵    8245    2035    â€µ    â€µ    â€µ    reversed prime    printable    
‵    8245    2035    â€µ    â€µ    â€µ    reversed prime    printable    
‹    8249    2039    ‹    ‹    ‹    single left-pointing angle quotation mark    printable    
›    8250    203A    ›    ›    ›    single right-pointing angle quotation mark    printable    
‾    8254    203E    ‾    ‾    ‾    overline = spacing overscore    printable    
⁁    8257    2041    â    â    â    caret insertion point    printable    
⁃    8259    2043    âƒ    âƒ    âƒ    hyphen bullet    printable    
⁄    8260    2044    ⁄    ⁄    ⁄    fraction slash    printable    
⁏    8271    204F    â    â    â    reversed semicolon    printable    
⁒    8274    2052    â’    â’    -     Commercial Minus Sign    printable    
⁗    8279    2057    â—    â—    â—    quadruple prime    printable    
     8287    205F    âŸ    âŸ    âŸ    medium mathematical space    printable    
⁠    8288    2060    â     â     â     word joiner    printable    
⁡    8289    2061    â¡    â¡    â¡    function application    printable    
⁡    8289    2061    â¡    â¡    â¡    function application    printable    
⁢    8290    2062    â¢    â¢    â¢    invisible times    printable    
⁢    8290    2062    â¢    â¢    â¢    invisible times    printable    
⁣    8291    2063    â£    â£    â£    invisible separator    printable    
⁺    8314    207A    âº    âº    -     Superscript Plus Sign    printable    
⁻    8315    207B    â»    â»    -     Superscript Minus    printable    
⁼    8316    207C    â¼    â¼    -     Superscript Equals Sign    printable    
₊    8330    208A    â‚Š    â‚Š    -     Subscript Plus Sign    printable    
â‚‹    8331    208B    â‚‹    â‚‹    -     Subscript Minus    printable    
₌    8332    208C    â‚Œ    â‚Œ    -     Subscript Equals Sign    printable    
â‚     8352    20A0    â‚     â‚     -    euro-currency sign    printable    
â‚¡    8353    20A1    â‚¡    â‚¡    -    colon sign    printable    
â‚¢    8354    20A2    â‚¢    â‚¢    -    cruzeiro sign    printable    
â‚£    8355    20A3    â‚£    â‚£    -    french franc sign    printable    
₤    8356    20A4    â‚¤    â‚¤    -    lira sign    printable    
â‚¥    8357    20A5    â‚¥    â‚¥    -    mill sign    printable    
₦    8358    20A6    â‚¦    â‚¦    -    naira sign    printable    
â‚§    8359    20A7    â‚§    â‚§    -    peseta sign    printable    
₨    8360    20A8    â‚¨    â‚¨    -    rupee sign    printable    
â‚©    8361    20A9    â‚©    â‚©    -    won sign    printable    
₪    8362    20AA    â‚ª    â‚ª    -    new sheqel sign    printable    
â‚«    8363    20AB    â‚«    â‚«    -    dong sign    printable    
€    8364    20AC    €    €    €    euro sign    printable    
â‚­    8365    20AD    â‚­    â‚­    -    kip sign    printable    
â‚®    8366    20AE    â‚®    â‚®    -    tugrik sign    printable    
₯    8367    20AF    â‚¯    â‚¯    -    drachma sign    printable    
â‚°    8368    20B0    â‚°    â‚°    -    german penny symbol    printable    
₱    8369    20B1    â‚±    â‚±    -    peso sign    printable    
₲    8370    20B2    â‚²    â‚²    -    guarani sign    printable    
₳    8371    20B3    â‚³    â‚³    -    austral sign    printable    
â‚´    8372    20B4    â‚´    â‚´    -    hryvnia sign    printable    
₵    8373    20B5    â‚µ    â‚µ    -    cedi sign    printable    
â‚¶    8374    20B6    â‚¶    â‚¶    -    livre tournois sign    printable    
â‚·    8375    20B7    â‚·    â‚·    -    spesmilo sign    printable    
₸    8376    20B8    â‚¸    â‚¸    -    tenge sign    printable    
₹    8377    20B9    â‚¹    â‚¹    -    indian rupee sign    printable    
₺    8378    20BA    â‚º    â‚º    -    turkish lira sign    printable    
â‚»    8379    20BB    â‚»    â‚»    -    nordic mark sign    printable    
₼    8380    20BC    â‚¼    â‚¼    -    manat sign    printable    
₽    8381    20BD    â‚½    â‚½    -    ruble sign    printable    
₾    8382    20BE    â‚¾    â‚¾    -    lari sign    printable    
â‚¿    8383    20BF    â‚¿    â‚¿    -    bitcoin sign    printable    
⃛    8411    20DB    âƒ›    âƒ›    âƒ›    combining three dots above    printable    
⃛    8411    20DB    âƒ›    âƒ›    âƒ›    combining three dots above    printable    
⃜    8412    20DC    âƒœ    âƒœ    âƒœ    combining four dots above    printable    
â„‚    8450    2102    â„‚    â„‚    â„‚    double-struck capital c    printable    
â„‚    8450    2102    â„‚    â„‚    â„‚    double-struck capital c    printable    
â„…    8453    2105    â„…    â„…    â„…    care of    printable    
ℊ    8458    210A    â„Š    â„Š    â„Š    script small g    printable    
â„‹    8459    210B    â„‹    â„‹    â„‹    script capital h    printable    
â„‹    8459    210B    â„‹    â„‹    â„‹    script capital h    printable    
â„‹    8459    210B    â„‹    â„‹    â„‹    script capital h    printable    
ℌ    8460    210C    â„Œ    â„Œ    â„Œ    black-letter capital h    printable    
ℌ    8460    210C    â„Œ    â„Œ    â„Œ    black-letter capital h    printable    
ℍ    8461    210D    â„    â„    â„    double-struck capital h    printable    
ℍ    8461    210D    â„    â„    â„    double-struck capital h    printable    
ℎ    8462    210E    â„Ž    â„Ž    â„Ž    planck constant    printable    
ℏ    8463    210F    â„    â„    â„    planck constant over two pi    printable    
ℏ    8463    210F    â„    â„    â„    planck constant over two pi    printable    
ℏ    8463    210F    â„    â„    â„    planck constant over two pi    printable    
ℐ    8464    2110    â„    â„    â„    script capital i    printable    
ℐ    8464    2110    â„    â„    â„    script capital i    printable    
ℑ    8465    2111    ℑ    ℑ    ℑ    black-letter capital i    printable    
ℑ    8465    2111    ℑ    ℑ    ℑ    black-letter capital i    printable    
ℑ    8465    2111    ℑ    ℑ    ℑ    black-letter capital i    printable    
ℑ    8465    2111    ℑ    ℑ    ℑ    black-letter capital i    printable    
â„’    8466    2112    â„’    â„’    â„’    script capital l    printable    
â„’    8466    2112    â„’    â„’    â„’    script capital l    printable    
â„“    8467    2113    â„“    â„“    â„“    script small l    printable    
â„•    8469    2115    â„•    â„•    â„•    double-struck capital n    printable    
â„•    8469    2115    â„•    â„•    â„•    double-struck capital n    printable    
â„–    8470    2116    â„–    â„–    â„–    numero sign    printable    
â„—    8471    2117    â„—    â„—    â„—    sound recording copyright    printable    
℘    8472    2118    ℘    ℘    ℘    script capital p    printable    
℘    8472    2118    ℘    ℘    ℘    script capital p    printable    
â„™    8473    2119    â„™    â„™    â„™    double-struck capital p    printable    
â„™    8473    2119    â„™    â„™    â„™    double-struck capital p    printable    
ℚ    8474    211A    â„š    â„š    â„š    double-struck capital q    printable    
ℚ    8474    211A    â„š    â„š    â„š    double-struck capital q    printable    
â„›    8475    211B    â„›    â„›    â„›    script capital r    printable    
â„›    8475    211B    â„›    â„›    â„›    script capital r    printable    
ℜ    8476    211C    ℜ    ℜ    ℜ    black-letter capital r    printable    
ℜ    8476    211C    ℜ    ℜ    ℜ    black-letter capital r    printable    
ℜ    8476    211C    ℜ    ℜ    ℜ    black-letter capital r    printable    
ℜ    8476    211C    ℜ    ℜ    ℜ    black-letter capital r    printable    
ℝ    8477    211D    â„    â„    â„    double-struck capital r    printable    
ℝ    8477    211D    â„    â„    â„    double-struck capital r    printable    
℞    8478    211E    â„ž    â„ž    â„ž    prescription take    printable    
™    8482    2122    ™    ™    ™    trade mark sign    printable    
ℤ    8484    2124    â„¤    â„¤    â„¤    double-struck capital z    printable    
ℤ    8484    2124    â„¤    â„¤    â„¤    double-struck capital z    printable    
Ω    8486    2126    â„¦    â„¦    Ω    ohm sign    printable    
â„§    8487    2127    â„§    â„§    â„§    inverted ohm sign    printable    
ℨ    8488    2128    â„¨    â„¨    â„¨    black-letter capital z    printable    
ℨ    8488    2128    â„¨    â„¨    â„¨    black-letter capital z    printable    
â„©    8489    2129    â„©    â„©    â„©    turned greek small letter iota    printable    
â„«    8491    212B    â„«    â„«    Å    angstrom sign    printable    
ℬ    8492    212C    â„¬    â„¬    â„¬    script capital b    printable    
ℬ    8492    212C    â„¬    â„¬    â„¬    script capital b    printable    
ℬ    8492    212C    â„¬    â„¬    â„¬    script capital b    printable    
â„­    8493    212D    â„­    â„­    â„­    black-letter capital c    printable    
â„­    8493    212D    â„­    â„­    â„­    black-letter capital c    printable    
ℯ    8495    212F    â„¯    â„¯    â„¯    script small e    printable    
â„°    8496    2130    â„°    â„°    â„°    script capital e    printable    
â„°    8496    2130    â„°    â„°    â„°    script capital e    printable    
ℱ    8497    2131    â„±    â„±    â„±    script capital f    printable    
ℱ    8497    2131    â„±    â„±    â„±    script capital f    printable    
ℳ    8499    2133    â„³    â„³    â„³    script capital m    printable    
ℳ    8499    2133    â„³    â„³    â„³    script capital m    printable    
ℳ    8499    2133    â„³    â„³    â„³    script capital m    printable    
â„´    8500    2134    â„´    â„´    â„´    script small o    printable    
â„´    8500    2134    â„´    â„´    â„´    script small o    printable    
â„´    8500    2134    â„´    â„´    â„´    script small o    printable    
ℵ    8501    2135    ℵ    ℵ    ℵ    alef symbol    printable    
ℵ    8501    2135    ℵ    ℵ    ℵ    alef symbol    printable    
â„¶    8502    2136    â„¶    â„¶    â„¶    bet symbol    printable    
â„·    8503    2137    â„·    â„·    â„·    gimel symbol    printable    
ℸ    8504    2138    â„¸    â„¸    â„¸    dalet symbol    printable    
â…€    8512    2140    â…€    â…€    -     Double-struck N-ary Summation    printable    
â……    8517    2145    â……    â……    â……    double-struck italic capital d    printable    
â……    8517    2145    â……    â……    â……    double-struck italic capital d    printable    
â…†    8518    2146    â…†    â…†    â…†    double-struck italic small d    printable    
â…†    8518    2146    â…†    â…†    â…†    double-struck italic small d    printable    
â…‡    8519    2147    â…‡    â…‡    â…‡    double-struck italic small e    printable    
â…‡    8519    2147    â…‡    â…‡    â…‡    double-struck italic small e    printable    
â…‡    8519    2147    â…‡    â…‡    â…‡    double-struck italic small e    printable    
â…ˆ    8520    2148    â…ˆ    â…ˆ    â…ˆ    double-struck italic small i    printable    
â…ˆ    8520    2148    â…ˆ    â…ˆ    â…ˆ    double-struck italic small i    printable    
⅐    8528    2150    â…    â…    -     Vulgar Fraction One Seventh    printable    
â…‘    8529    2151    â…‘    â…‘    -     Vulgar Fraction One Ninth    printable    
â…’    8530    2152    â…’    â…’    -     Vulgar Fraction One Tenth    printable    
â…“    8531    2153    â…“    â…“    â…“    vulgar fraction one third    printable    
â…”    8532    2154    â…”    â…”    â…”    vulgar fraction two thirds    printable    
â…•    8533    2155    â…•    â…•    â…•    vulgar fraction one fifth    printable    
â…–    8534    2156    â…–    â…–    â…–    vulgar fraction two fifths    printable    
â…—    8535    2157    â…—    â…—    â…—    vulgar fraction three fifths    printable    
â…˜    8536    2158    â…˜    â…˜    â…˜    vulgar fraction four fifths    printable    
â…™    8537    2159    â…™    â…™    â…™    vulgar fraction one sixth    printable    
â…š    8538    215A    â…š    â…š    â…š    vulgar fraction five sixths    printable    
â…›    8539    215B    â…›    â…›    â…›    vulgar fraction one eighth    printable    
â…œ    8540    215C    â…œ    â…œ    â…œ    vulgar fraction three eighths    printable    
⅝    8541    215D    â…    â…    â…    vulgar fraction five eighths    printable    
â…ž    8542    215E    â…ž    â…ž    â…ž    vulgar fraction seven eighths    printable    
â…Ÿ    8543    215F    â…Ÿ    â…Ÿ    -     Fraction Numerator One    printable    
←    8592    2190    ←    ←    ←    leftwards arrow    printable    
←    8592    2190    ←    ←    ←    leftwards arrow    printable    
←    8592    2190    ←    ←    ←    leftwards arrow    printable    
←    8592    2190    ←    ←    ←    leftwards arrow    printable    
←    8592    2190    ←    ←    ←    leftwards arrow    printable    
↑    8593    2191    ↑    ↑    ↑    upwards arrow    printable    
↑    8593    2191    ↑    ↑    ↑    upwards arrow    printable    
↑    8593    2191    ↑    ↑    ↑    upwards arrow    printable    
↑    8593    2191    ↑    ↑    ↑    upwards arrow    printable    
→    8594    2192    →    →    →    rightwards arrow    printable    
→    8594    2192    →    →    →    rightwards arrow    printable    
→    8594    2192    →    →    →    rightwards arrow    printable    
→    8594    2192    →    →    →    rightwards arrow    printable    
→    8594    2192    →    →    →    rightwards arrow    printable    
↓    8595    2193    ↓    ↓    ↓    downwards arrow    printable    
↓    8595    2193    ↓    ↓    ↓    downwards arrow    printable    
↓    8595    2193    ↓    ↓    ↓    downwards arrow    printable    
↓    8595    2193    ↓    ↓    ↓    downwards arrow    printable    
↔    8596    2194    ↔    ↔    ↔    left right arrow    printable    
↔    8596    2194    ↔    ↔    ↔    left right arrow    printable    
↔    8596    2194    ↔    ↔    ↔    left right arrow    printable    
↕    8597    2195    â†•    â†•    â†•    up down arrow    printable    
↕    8597    2195    â†•    â†•    â†•    up down arrow    printable    
↕    8597    2195    â†•    â†•    â†•    up down arrow    printable    
↖    8598    2196    â†–    â†–    â†–    north west arrow    printable    
↖    8598    2196    â†–    â†–    â†–    north west arrow    printable    
↖    8598    2196    â†–    â†–    â†–    north west arrow    printable    
↗    8599    2197    â†—    â†—    â†—    north east arrow    printable    
↗    8599    2197    â†—    â†—    â†—    north east arrow    printable    
↗    8599    2197    â†—    â†—    â†—    north east arrow    printable    
↘    8600    2198    â†˜    â†˜    â†˜    south east arrow    printable    
↘    8600    2198    â†˜    â†˜    â†˜    south east arrow    printable    
↘    8600    2198    â†˜    â†˜    â†˜    south east arrow    printable    
↙    8601    2199    â†™    â†™    â†™    south west arrow    printable    
↙    8601    2199    â†™    â†™    â†™    south west arrow    printable    
↙    8601    2199    â†™    â†™    â†™    south west arrow    printable    
↚    8602    219A    â†š    â†š    â†š    leftwards arrow with stroke    printable    
↚    8602    219A    â†š    â†š    â†š    leftwards arrow with stroke    printable    
↛    8603    219B    â†›    â†›    â†›    rightwards arrow with stroke    printable    
↛    8603    219B    â†›    â†›    â†›    rightwards arrow with stroke    printable    
↝    8605    219D    â†    â†    â†    rightwards wave arrow    printable    
↝    8605    219D    â†    â†    â†    rightwards wave arrow    printable    
↞    8606    219E    â†ž    â†ž    â†ž    leftwards two headed arrow    printable    
↞    8606    219E    â†ž    â†ž    â†ž    leftwards two headed arrow    printable    
↟    8607    219F    â†Ÿ    â†Ÿ    â†Ÿ    upwards two headed arrow    printable    
↠    8608    21A0    â†     â†     â†     rightwards two headed arrow    printable    
↠    8608    21A0    â†     â†     â†     rightwards two headed arrow    printable    
↡    8609    21A1    â†¡    â†¡    â†¡    downwards two headed arrow    printable    
↢    8610    21A2    â†¢    â†¢    â†¢    leftwards arrow with tail    printable    
↢    8610    21A2    â†¢    â†¢    â†¢    leftwards arrow with tail    printable    
↣    8611    21A3    â†£    â†£    â†£    rightwards arrow with tail    printable    
↣    8611    21A3    â†£    â†£    â†£    rightwards arrow with tail    printable    
↤    8612    21A4    â†¤    â†¤    â†¤    leftwards arrow from bar    printable    
↤    8612    21A4    â†¤    â†¤    â†¤    leftwards arrow from bar    printable    
↥    8613    21A5    â†¥    â†¥    â†¥    upwards arrow from bar    printable    
↥    8613    21A5    â†¥    â†¥    â†¥    upwards arrow from bar    printable    
↦    8614    21A6    â†¦    â†¦    â†¦    rightwards arrow from bar    printable    
↦    8614    21A6    â†¦    â†¦    â†¦    rightwards arrow from bar    printable    
↦    8614    21A6    â†¦    â†¦    â†¦    rightwards arrow from bar    printable    
↧    8615    21A7    â†§    â†§    â†§    downwards arrow from bar    printable    
↧    8615    21A7    â†§    â†§    â†§    downwards arrow from bar    printable    
↩    8617    21A9    â†©    â†©    â†©    leftwards arrow with hook    printable    
↩    8617    21A9    â†©    â†©    â†©    leftwards arrow with hook    printable    
↪    8618    21AA    â†ª    â†ª    â†ª    rightwards arrow with hook    printable    
↪    8618    21AA    â†ª    â†ª    â†ª    rightwards arrow with hook    printable    
↫    8619    21AB    â†«    â†«    â†«    leftwards arrow with loop    printable    
↫    8619    21AB    â†«    â†«    â†«    leftwards arrow with loop    printable    
↬    8620    21AC    â†¬    â†¬    â†¬    rightwards arrow with loop    printable    
↬    8620    21AC    â†¬    â†¬    â†¬    rightwards arrow with loop    printable    
↭    8621    21AD    â†­    â†­    â†­    left right wave arrow    printable    
↭    8621    21AD    â†­    â†­    â†­    left right wave arrow    printable    
↮    8622    21AE    â†®    â†®    â†®    left right arrow with stroke    printable    
↮    8622    21AE    â†®    â†®    â†®    left right arrow with stroke    printable    
↰    8624    21B0    â†°    â†°    â†°    upwards arrow with tip leftwards    printable    
↰    8624    21B0    â†°    â†°    â†°    upwards arrow with tip leftwards    printable    
↱    8625    21B1    â†±    â†±    â†±    upwards arrow with tip rightwards    printable    
↱    8625    21B1    â†±    â†±    â†±    upwards arrow with tip rightwards    printable    
↲    8626    21B2    â†²    â†²    â†²    downwards arrow with tip leftwards    printable    
↳    8627    21B3    â†³    â†³    â†³    downwards arrow with tip rightwards    printable    
↵    8629    21B5    ↵    ↵    ↵    downwards arrow with corner leftwards = carriage return    printable    
↶    8630    21B6    â†¶    â†¶    â†¶    anticlockwise top semicircle arrow    printable    
↶    8630    21B6    â†¶    â†¶    â†¶    anticlockwise top semicircle arrow    printable    
↷    8631    21B7    â†·    â†·    â†·    clockwise top semicircle arrow    printable    
↷    8631    21B7    â†·    â†·    â†·    clockwise top semicircle arrow    printable    
↺    8634    21BA    â†º    â†º    â†º    anticlockwise open circle arrow    printable    
↺    8634    21BA    â†º    â†º    â†º    anticlockwise open circle arrow    printable    
↻    8635    21BB    â†»    â†»    â†»    clockwise open circle arrow    printable    
↻    8635    21BB    â†»    â†»    â†»    clockwise open circle arrow    printable    
↼    8636    21BC    â†¼    â†¼    â†¼    leftwards harpoon with barb upwards    printable    
↼    8636    21BC    â†¼    â†¼    â†¼    leftwards harpoon with barb upwards    printable    
↼    8636    21BC    â†¼    â†¼    â†¼    leftwards harpoon with barb upwards    printable    
↽    8637    21BD    â†½    â†½    â†½    leftwards harpoon with barb downwards    printable    
↽    8637    21BD    â†½    â†½    â†½    leftwards harpoon with barb downwards    printable    
↽    8637    21BD    â†½    â†½    â†½    leftwards harpoon with barb downwards    printable    
↾    8638    21BE    â†¾    â†¾    â†¾    upwards harpoon with barb rightwards    printable    
↾    8638    21BE    â†¾    â†¾    â†¾    upwards harpoon with barb rightwards    printable    
↾    8638    21BE    â†¾    â†¾    â†¾    upwards harpoon with barb rightwards    printable    
↿    8639    21BF    â†¿    â†¿    â†¿    upwards harpoon with barb leftwards    printable    
↿    8639    21BF    â†¿    â†¿    â†¿    upwards harpoon with barb leftwards    printable    
↿    8639    21BF    â†¿    â†¿    â†¿    upwards harpoon with barb leftwards    printable    
⇀    8640    21C0    â‡€    â‡€    â‡€    rightwards harpoon with barb upwards    printable    
⇀    8640    21C0    â‡€    â‡€    â‡€    rightwards harpoon with barb upwards    printable    
⇀    8640    21C0    â‡€    â‡€    â‡€    rightwards harpoon with barb upwards    printable    
⇁    8641    21C1    â‡    â‡    â‡    rightwards harpoon with barb downwards    printable    
⇁    8641    21C1    â‡    â‡    â‡    rightwards harpoon with barb downwards    printable    
⇁    8641    21C1    â‡    â‡    â‡    rightwards harpoon with barb downwards    printable    
⇂    8642    21C2    â‡‚    â‡‚    â‡‚    downwards harpoon with barb rightwards    printable    
⇂    8642    21C2    â‡‚    â‡‚    â‡‚    downwards harpoon with barb rightwards    printable    
⇂    8642    21C2    â‡‚    â‡‚    â‡‚    downwards harpoon with barb rightwards    printable    
⇃    8643    21C3    â‡ƒ    â‡ƒ    â‡ƒ    downwards harpoon with barb leftwards    printable    
⇃    8643    21C3    â‡ƒ    â‡ƒ    â‡ƒ    downwards harpoon with barb leftwards    printable    
⇃    8643    21C3    â‡ƒ    â‡ƒ    â‡ƒ    downwards harpoon with barb leftwards    printable    
⇄    8644    21C4    â‡„    â‡„    â‡„    rightwards arrow over leftwards arrow    printable    
⇄    8644    21C4    â‡„    â‡„    â‡„    rightwards arrow over leftwards arrow    printable    
⇄    8644    21C4    â‡„    â‡„    â‡„    rightwards arrow over leftwards arrow    printable    
⇅    8645    21C5    â‡…    â‡…    â‡…    upwards arrow leftwards of downwards arrow    printable    
⇅    8645    21C5    â‡…    â‡…    â‡…    upwards arrow leftwards of downwards arrow    printable    
⇆    8646    21C6    â‡†    â‡†    â‡†    leftwards arrow over rightwards arrow    printable    
⇆    8646    21C6    â‡†    â‡†    â‡†    leftwards arrow over rightwards arrow    printable    
⇆    8646    21C6    â‡†    â‡†    â‡†    leftwards arrow over rightwards arrow    printable    
⇇    8647    21C7    â‡‡    â‡‡    â‡‡    leftwards paired arrows    printable    
⇇    8647    21C7    â‡‡    â‡‡    â‡‡    leftwards paired arrows    printable    
⇈    8648    21C8    â‡ˆ    â‡ˆ    â‡ˆ    upwards paired arrows    printable    
⇈    8648    21C8    â‡ˆ    â‡ˆ    â‡ˆ    upwards paired arrows    printable    
⇉    8649    21C9    â‡‰    â‡‰    â‡‰    rightwards paired arrows    printable    
⇉    8649    21C9    â‡‰    â‡‰    â‡‰    rightwards paired arrows    printable    
⇊    8650    21CA    â‡Š    â‡Š    â‡Š    downwards paired arrows    printable    
⇊    8650    21CA    â‡Š    â‡Š    â‡Š    downwards paired arrows    printable    
⇋    8651    21CB    â‡‹    â‡‹    â‡‹    leftwards harpoon over rightwards harpoon    printable    
⇋    8651    21CB    â‡‹    â‡‹    â‡‹    leftwards harpoon over rightwards harpoon    printable    
⇋    8651    21CB    â‡‹    â‡‹    â‡‹    leftwards harpoon over rightwards harpoon    printable    
⇌    8652    21CC    â‡Œ    â‡Œ    â‡Œ    rightwards harpoon over leftwards harpoon    printable    
⇌    8652    21CC    â‡Œ    â‡Œ    â‡Œ    rightwards harpoon over leftwards harpoon    printable    
⇌    8652    21CC    â‡Œ    â‡Œ    â‡Œ    rightwards harpoon over leftwards harpoon    printable    
⇍    8653    21CD    â‡    â‡    â‡    leftwards double arrow with stroke    printable    
⇍    8653    21CD    â‡    â‡    â‡    leftwards double arrow with stroke    printable    
⇎    8654    21CE    â‡Ž    â‡Ž    â‡Ž    left right double arrow with stroke    printable    
⇎    8654    21CE    â‡Ž    â‡Ž    â‡Ž    left right double arrow with stroke    printable    
⇏    8655    21CF    â‡    â‡    â‡    rightwards double arrow with stroke    printable    
⇏    8655    21CF    â‡    â‡    â‡    rightwards double arrow with stroke    printable    
⇐    8656    21D0    ⇐    ⇐    ⇐    leftwards double arrow    printable    
⇐    8656    21D0    ⇐    ⇐    ⇐    leftwards double arrow    printable    
⇐    8656    21D0    ⇐    ⇐    ⇐    leftwards double arrow    printable    
⇑    8657    21D1    ⇑    ⇑    ⇑    upwards double arrow    printable    
⇑    8657    21D1    ⇑    ⇑    ⇑    upwards double arrow    printable    
⇑    8657    21D1    ⇑    ⇑    ⇑    upwards double arrow    printable    
⇒    8658    21D2    ⇒    ⇒    ⇒    rightwards double arrow    printable    
⇒    8658    21D2    ⇒    ⇒    ⇒    rightwards double arrow    printable    
⇒    8658    21D2    ⇒    ⇒    ⇒    rightwards double arrow    printable    
⇒    8658    21D2    ⇒    ⇒    ⇒    rightwards double arrow    printable    
⇓    8659    21D3    ⇓    ⇓    ⇓    downwards double arrow    printable    
⇓    8659    21D3    ⇓    ⇓    ⇓    downwards double arrow    printable    
⇓    8659    21D3    ⇓    ⇓    ⇓    downwards double arrow    printable    
⇔    8660    21D4    ⇔    ⇔    ⇔    left right double arrow    printable    
⇔    8660    21D4    ⇔    ⇔    ⇔    left right double arrow    printable    
⇔    8660    21D4    ⇔    ⇔    ⇔    left right double arrow    printable    
⇔    8660    21D4    ⇔    ⇔    ⇔    left right double arrow    printable    
⇕    8661    21D5    â‡•    â‡•    â‡•    up down double arrow    printable    
⇕    8661    21D5    â‡•    â‡•    â‡•    up down double arrow    printable    
⇕    8661    21D5    â‡•    â‡•    â‡•    up down double arrow    printable    
⇖    8662    21D6    â‡–    â‡–    â‡–    north west double arrow    printable    
⇗    8663    21D7    â‡—    â‡—    â‡—    north east double arrow    printable    
⇘    8664    21D8    â‡˜    â‡˜    â‡˜    south east double arrow    printable    
⇙    8665    21D9    â‡™    â‡™    â‡™    south west double arrow    printable    
⇚    8666    21DA    â‡š    â‡š    â‡š    leftwards triple arrow    printable    
⇚    8666    21DA    â‡š    â‡š    â‡š    leftwards triple arrow    printable    
⇛    8667    21DB    â‡›    â‡›    â‡›    rightwards triple arrow    printable    
⇛    8667    21DB    â‡›    â‡›    â‡›    rightwards triple arrow    printable    
⇝    8669    21DD    â‡    â‡    â‡    rightwards squiggle arrow    printable    
⇤    8676    21E4    â‡¤    â‡¤    â‡¤    leftwards arrow to bar    printable    
⇤    8676    21E4    â‡¤    â‡¤    â‡¤    leftwards arrow to bar    printable    
⇥    8677    21E5    â‡¥    â‡¥    â‡¥    rightwards arrow to bar    printable    
⇥    8677    21E5    â‡¥    â‡¥    â‡¥    rightwards arrow to bar    printable    
⇵    8693    21F5    â‡µ    â‡µ    â‡µ    downwards arrow leftwards of upwards arrow    printable    
⇵    8693    21F5    â‡µ    â‡µ    â‡µ    downwards arrow leftwards of upwards arrow    printable    
⇽    8701    21FD    â‡½    â‡½    â‡½    leftwards open-headed arrow    printable    
⇾    8702    21FE    â‡¾    â‡¾    â‡¾    rightwards open-headed arrow    printable    
⇿    8703    21FF    â‡¿    â‡¿    â‡¿    left right open-headed arrow    printable    
∀    8704    2200    ∀    ∀    ∀    for all    printable    
∀    8704    2200    ∀    ∀    ∀    for all    printable    
∁    8705    2201    âˆ    âˆ    âˆ    complement    printable    
∁    8705    2201    âˆ    âˆ    âˆ    complement    printable    
∂    8706    2202    ∂    ∂    ∂    partial differential    printable    
∂    8706    2202    ∂    ∂    ∂    partial differential    printable    
∃    8707    2203    ∃    ∃    ∃    there exists    printable    
∃    8707    2203    ∃    ∃    ∃    there exists    printable    
∄    8708    2204    âˆ„    âˆ„    âˆ„    there does not exist    printable    
∄    8708    2204    âˆ„    âˆ„    âˆ„    there does not exist    printable    
∄    8708    2204    âˆ„    âˆ„    âˆ„    there does not exist    printable    
∅    8709    2205    ∅    ∅    ∅    empty set    printable    
∅    8709    2205    ∅    ∅    ∅    empty set    printable    
∅    8709    2205    ∅    ∅    ∅    empty set    printable    
∅    8709    2205    ∅    ∅    ∅    empty set    printable    
∇    8711    2207    ∇    ∇    ∇    nabla    printable    
∇    8711    2207    ∇    ∇    ∇    nabla    printable    
∈    8712    2208    ∈    ∈    ∈    element of    printable    
∈    8712    2208    ∈    ∈    ∈    element of    printable    
∈    8712    2208    ∈    ∈    ∈    element of    printable    
∈    8712    2208    ∈    ∈    ∈    element of    printable    
∉    8713    2209    ∉    ∉    ∉    not an element of    printable    
∉    8713    2209    ∉    ∉    ∉    not an element of    printable    
∉    8713    2209    ∉    ∉    ∉    not an element of    printable    
∋    8715    220B    ∋    ∋    ∋    contains as member    printable    
∋    8715    220B    ∋    ∋    ∋    contains as member    printable    
∋    8715    220B    ∋    ∋    ∋    contains as member    printable    
∋    8715    220B    ∋    ∋    ∋    contains as member    printable    
∌    8716    220C    âˆŒ    âˆŒ    âˆŒ    does not contain as member    printable    
∌    8716    220C    âˆŒ    âˆŒ    âˆŒ    does not contain as member    printable    
∌    8716    220C    âˆŒ    âˆŒ    âˆŒ    does not contain as member    printable    
∏    8719    220F    ∏    ∏    ∏    n-ary product    printable    
∏    8719    220F    ∏    ∏    ∏    n-ary product    printable    
∐    8720    2210    âˆ    âˆ    âˆ    n-ary coproduct    printable    
∐    8720    2210    âˆ    âˆ    âˆ    n-ary coproduct    printable    
∑    8721    2211    ∑    ∑    ∑    n-ary summation    printable    
∑    8721    2211    ∑    ∑    ∑    n-ary summation    printable    
−    8722    2212    −    −    −    minus sign    printable    
∓    8723    2213    âˆ“    âˆ“    âˆ“    minus-or-plus sign    printable    
∓    8723    2213    âˆ“    âˆ“    âˆ“    minus-or-plus sign    printable    
∓    8723    2213    âˆ“    âˆ“    âˆ“    minus-or-plus sign    printable    
∔    8724    2214    âˆ”    âˆ”    âˆ”    dot plus    printable    
∔    8724    2214    âˆ”    âˆ”    âˆ”    dot plus    printable    
∕    8725    2215    âˆ•    âˆ•    -     Division Slash    printable    
∖    8726    2216    âˆ–    âˆ–    âˆ–    set minus    printable    
∖    8726    2216    âˆ–    âˆ–    âˆ–    set minus    printable    
∖    8726    2216    âˆ–    âˆ–    âˆ–    set minus    printable    
∖    8726    2216    âˆ–    âˆ–    âˆ–    set minus    printable    
∖    8726    2216    âˆ–    âˆ–    âˆ–    set minus    printable    
∗    8727    2217    ∗    ∗    ∗    asterisk operator    printable    
∘    8728    2218    âˆ˜    âˆ˜    âˆ˜    ring operator    printable    
∘    8728    2218    âˆ˜    âˆ˜    âˆ˜    ring operator    printable    
√    8730    221A    √    √    √    square root    printable    
√    8730    221A    √    √    √    square root    printable    
∛    8731    221B    âˆ›    âˆ›    -     Cube Root    printable    
∜    8732    221C    âˆœ    âˆœ    -     Fourth Root    printable    
∝    8733    221D    ∝    ∝    ∝    proportional to    printable    
∝    8733    221D    ∝    ∝    ∝    proportional to    printable    
∝    8733    221D    ∝    ∝    ∝    proportional to    printable    
∝    8733    221D    ∝    ∝    ∝    proportional to    printable    
∝    8733    221D    ∝    ∝    ∝    proportional to    printable    
∞    8734    221E    ∞    ∞    ∞    infinity    printable    
∟    8735    221F    âˆŸ    âˆŸ    âˆŸ    right angle    printable    
∠    8736    2220    ∠    ∠    ∠    angle    printable    
∠    8736    2220    ∠    ∠    ∠    angle    printable    
∡    8737    2221    âˆ¡    âˆ¡    âˆ¡    measured angle    printable    
∡    8737    2221    âˆ¡    âˆ¡    âˆ¡    measured angle    printable    
∢    8738    2222    âˆ¢    âˆ¢    âˆ¢    spherical angle    printable    
∣    8739    2223    âˆ£    âˆ£    âˆ£    divides    printable    
∣    8739    2223    âˆ£    âˆ£    âˆ£    divides    printable    
∣    8739    2223    âˆ£    âˆ£    âˆ£    divides    printable    
∣    8739    2223    âˆ£    âˆ£    âˆ£    divides    printable    
∤    8740    2224    âˆ¤    âˆ¤    âˆ¤    does not divide    printable    
∤    8740    2224    âˆ¤    âˆ¤    âˆ¤    does not divide    printable    
∤    8740    2224    âˆ¤    âˆ¤    âˆ¤    does not divide    printable    
∤    8740    2224    âˆ¤    âˆ¤    âˆ¤    does not divide    printable    
∥    8741    2225    âˆ¥    âˆ¥    âˆ¥    parallel to    printable    
∥    8741    2225    âˆ¥    âˆ¥    âˆ¥    parallel to    printable    
∥    8741    2225    âˆ¥    âˆ¥    âˆ¥    parallel to    printable    
∥    8741    2225    âˆ¥    âˆ¥    âˆ¥    parallel to    printable    
∥    8741    2225    âˆ¥    âˆ¥    âˆ¥    parallel to    printable    
∦    8742    2226    âˆ¦    âˆ¦    âˆ¦    not parallel to    printable    
∦    8742    2226    âˆ¦    âˆ¦    âˆ¦    not parallel to    printable    
∦    8742    2226    âˆ¦    âˆ¦    âˆ¦    not parallel to    printable    
∦    8742    2226    âˆ¦    âˆ¦    âˆ¦    not parallel to    printable    
∦    8742    2226    âˆ¦    âˆ¦    âˆ¦    not parallel to    printable    
∧    8743    2227    ∧    ∧    ∧    logical and    printable    
∧    8743    2227    ∧    ∧    ∧    logical and    printable    
∨    8744    2228    ∨    ∨    ∨    logical or    printable    
∨    8744    2228    ∨    ∨    ∨    logical or    printable    
∩    8745    2229    ∩    ∩    ∩    intersection = cap    printable    
∪    8746    222A    ∪    ∪    ∪    union = cup    printable    
∫    8747    222B    ∫    ∫    ∫    integral    printable    
∫    8747    222B    ∫    ∫    ∫    integral    printable    
∬    8748    222C    âˆ¬    âˆ¬    âˆ¬    double integral    printable    
∭    8749    222D    âˆ­    âˆ­    âˆ­    triple integral    printable    
∭    8749    222D    âˆ­    âˆ­    âˆ­    triple integral    printable    
∮    8750    222E    âˆ®    âˆ®    âˆ®    contour integral    printable    
∮    8750    222E    âˆ®    âˆ®    âˆ®    contour integral    printable    
∮    8750    222E    âˆ®    âˆ®    âˆ®    contour integral    printable    
∯    8751    222F    âˆ¯    âˆ¯    âˆ¯    surface integral    printable    
∯    8751    222F    âˆ¯    âˆ¯    âˆ¯    surface integral    printable    
∰    8752    2230    âˆ°    âˆ°    âˆ°    volume integral    printable    
∱    8753    2231    âˆ±    âˆ±    âˆ±    clockwise integral    printable    
∲    8754    2232    âˆ²    âˆ²    âˆ²    clockwise contour integral    printable    
∲    8754    2232    âˆ²    âˆ²    âˆ²    clockwise contour integral    printable    
∳    8755    2233    âˆ³    âˆ³    âˆ³    anticlockwise contour integral    printable    
∳    8755    2233    âˆ³    âˆ³    âˆ³    anticlockwise contour integral    printable    
∴    8756    2234    ∴    ∴    ∴    therefore    printable    
∴    8756    2234    ∴    ∴    ∴    therefore    printable    
∴    8756    2234    ∴    ∴    ∴    therefore    printable    
∵    8757    2235    âˆµ    âˆµ    âˆµ    because    printable    
∵    8757    2235    âˆµ    âˆµ    âˆµ    because    printable    
∵    8757    2235    âˆµ    âˆµ    âˆµ    because    printable    
∶    8758    2236    âˆ¶    âˆ¶    âˆ¶    ratio    printable    
∷    8759    2237    âˆ·    âˆ·    âˆ·    proportion    printable    
∷    8759    2237    âˆ·    âˆ·    âˆ·    proportion    printable    
∸    8760    2238    âˆ¸    âˆ¸    âˆ¸    dot minus    printable    
∸    8760    2238    âˆ¸    âˆ¸    âˆ¸    dot minus    printable    
∺    8762    223A    âˆº    âˆº    âˆº    geometric proportion    printable    
∻    8763    223B    âˆ»    âˆ»    âˆ»    homothetic    printable    
∼    8764    223C    ∼    ∼    ∼    tilde operator    printable    
∼    8764    223C    ∼    ∼    ∼    tilde operator    printable    
∼    8764    223C    ∼    ∼    ∼    tilde operator    printable    
∼    8764    223C    ∼    ∼    ∼    tilde operator    printable    
∽    8765    223D    âˆ½    âˆ½    âˆ½    reversed tilde    printable    
∽    8765    223D    âˆ½    âˆ½    âˆ½    reversed tilde    printable    
∾    8766    223E    âˆ¾    âˆ¾    âˆ¾    inverted lazy s    printable    
∾    8766    223E    âˆ¾    âˆ¾    âˆ¾    inverted lazy s    printable    
∿    8767    223F    âˆ¿    âˆ¿    âˆ¿    sine wave    printable    
≀    8768    2240    â‰€    â‰€    â‰€    wreath product    printable    
≀    8768    2240    â‰€    â‰€    â‰€    wreath product    printable    
≀    8768    2240    â‰€    â‰€    â‰€    wreath product    printable    
≁    8769    2241    â‰    â‰    â‰    not tilde    printable    
≁    8769    2241    â‰    â‰    â‰    not tilde    printable    
≂    8770    2242    â‰‚    â‰‚    â‰‚    minus tilde    printable    
≂    8770    2242    â‰‚    â‰‚    â‰‚    minus tilde    printable    
≂    8770    2242    â‰‚    â‰‚    â‰‚    minus tilde    printable    
≃    8771    2243    â‰ƒ    â‰ƒ    â‰ƒ    asymptotically equal to    printable    
≃    8771    2243    â‰ƒ    â‰ƒ    â‰ƒ    asymptotically equal to    printable    
≃    8771    2243    â‰ƒ    â‰ƒ    â‰ƒ    asymptotically equal to    printable    
≄    8772    2244    â‰„    â‰„    â‰„    not asymptotically equal to    printable    
≄    8772    2244    â‰„    â‰„    â‰„    not asymptotically equal to    printable    
≄    8772    2244    â‰„    â‰„    â‰„    not asymptotically equal to    printable    
≅    8773    2245    ≅    ≅    ≅    approximately equal to    printable    
≅    8773    2245    ≅    ≅    ≅    approximately equal to    printable    
≆    8774    2246    â‰†    â‰†    â‰†    approximately but not actually equal to    printable    
≇    8775    2247    â‰‡    â‰‡    â‰‡    neither approximately nor actually equal to    printable    
≇    8775    2247    â‰‡    â‰‡    â‰‡    neither approximately nor actually equal to    printable    
≈    8776    2248    ≈    ≈    ≈    almost equal to    printable    
≈    8776    2248    ≈    ≈    ≈    almost equal to    printable    
≈    8776    2248    ≈    ≈    ≈    almost equal to    printable    
≈    8776    2248    ≈    ≈    ≈    almost equal to    printable    
≈    8776    2248    ≈    ≈    ≈    almost equal to    printable    
≈    8776    2248    ≈    ≈    ≈    almost equal to    printable    
≉    8777    2249    â‰‰    â‰‰    â‰‰    not almost equal to    printable    
≉    8777    2249    â‰‰    â‰‰    â‰‰    not almost equal to    printable    
≉    8777    2249    â‰‰    â‰‰    â‰‰    not almost equal to    printable    
≊    8778    224A    â‰Š    â‰Š    â‰Š    almost equal or equal to    printable    
≊    8778    224A    â‰Š    â‰Š    â‰Š    almost equal or equal to    printable    
≋    8779    224B    â‰‹    â‰‹    â‰‹    triple tilde    printable    
≌    8780    224C    â‰Œ    â‰Œ    â‰Œ    all equal to    printable    
≌    8780    224C    â‰Œ    â‰Œ    â‰Œ    all equal to    printable    
≍    8781    224D    â‰    â‰    â‰    equivalent to    printable    
≍    8781    224D    â‰    â‰    â‰    equivalent to    printable    
≎    8782    224E    â‰Ž    â‰Ž    â‰Ž    geometrically equivalent to    printable    
≎    8782    224E    â‰Ž    â‰Ž    â‰Ž    geometrically equivalent to    printable    
≎    8782    224E    â‰Ž    â‰Ž    â‰Ž    geometrically equivalent to    printable    
≏    8783    224F    â‰    â‰    â‰    difference between    printable    
≏    8783    224F    â‰    â‰    â‰    difference between    printable    
≏    8783    224F    â‰    â‰    â‰    difference between    printable    
≐    8784    2250    â‰    â‰    â‰    approaches the limit    printable    
≐    8784    2250    â‰    â‰    â‰    approaches the limit    printable    
≐    8784    2250    â‰    â‰    â‰    approaches the limit    printable    
≑    8785    2251    â‰‘    â‰‘    â‰‘    geometrically equal to    printable    
≑    8785    2251    â‰‘    â‰‘    â‰‘    geometrically equal to    printable    
≒    8786    2252    â‰’    â‰’    â‰’    approximately equal to or the image of    printable    
≒    8786    2252    â‰’    â‰’    â‰’    approximately equal to or the image of    printable    
≓    8787    2253    â‰“    â‰“    â‰“    image of or approximately equal to    printable    
≓    8787    2253    â‰“    â‰“    â‰“    image of or approximately equal to    printable    
≔    8788    2254    â‰”    â‰”    â‰”    colon equals    printable    
≔    8788    2254    â‰”    â‰”    â‰”    colon equals    printable    
≔    8788    2254    â‰”    â‰”    â‰”    colon equals    printable    
≕    8789    2255    â‰•    â‰•    â‰•    equals colon    printable    
≕    8789    2255    â‰•    â‰•    â‰•    equals colon    printable    
≖    8790    2256    â‰–    â‰–    â‰–    ring in equal to    printable    
≖    8790    2256    â‰–    â‰–    â‰–    ring in equal to    printable    
≗    8791    2257    â‰—    â‰—    â‰—    ring equal to    printable    
≗    8791    2257    â‰—    â‰—    â‰—    ring equal to    printable    
≙    8793    2259    â‰™    â‰™    â‰™    estimates    printable    
≚    8794    225A    â‰š    â‰š    â‰š    equiangular to    printable    
≛    8795    225B    â‰›    â‰›    -     Star Equals    printable    
≜    8796    225C    â‰œ    â‰œ    â‰œ    delta equal to    printable    
≜    8796    225C    â‰œ    â‰œ    â‰œ    delta equal to    printable    
≝    8797    225D    â‰    â‰    -     Equal To By Definition    printable    
≟    8799    225F    â‰Ÿ    â‰Ÿ    â‰Ÿ    questioned equal to    printable    
≟    8799    225F    â‰Ÿ    â‰Ÿ    â‰Ÿ    questioned equal to    printable    
≠    8800    2260    ≠    ≠    ≠    not equal to    printable    
≠    8800    2260    ≠    ≠    ≠    not equal to    printable    
≡    8801    2261    ≡    ≡    ≡    identical to    printable    
≡    8801    2261    ≡    ≡    ≡    identical to    printable    
≢    8802    2262    â‰¢    â‰¢    â‰¢    not identical to    printable    
≢    8802    2262    â‰¢    â‰¢    â‰¢    not identical to    printable    
≤    8804    2264    ≤    ≤    ≤    less-than or equal to    printable    
≤    8804    2264    ≤    ≤    ≤    less-than or equal to    printable    
≥    8805    2265    ≥    ≥    ≥    greater-than or equal to    printable    
≥    8805    2265    ≥    ≥    ≥    greater-than or equal to    printable    
≥    8805    2265    ≥    ≥    ≥    greater-than or equal to    printable    
≦    8806    2266    â‰¦    â‰¦    â‰¦    less-than over equal to    printable    
≦    8806    2266    â‰¦    â‰¦    â‰¦    less-than over equal to    printable    
≦    8806    2266    â‰¦    â‰¦    â‰¦    less-than over equal to    printable    
≧    8807    2267    â‰§    â‰§    â‰§    greater-than over equal to    printable    
≧    8807    2267    â‰§    â‰§    â‰§    greater-than over equal to    printable    
≧    8807    2267    â‰§    â‰§    â‰§    greater-than over equal to    printable    
≨    8808    2268    â‰¨    â‰¨    â‰¨    less-than but not equal to    printable    
≨    8808    2268    â‰¨    â‰¨    â‰¨    less-than but not equal to    printable    
≩    8809    2269    â‰©    â‰©    â‰©    greater-than but not equal to    printable    
≩    8809    2269    â‰©    â‰©    â‰©    greater-than but not equal to    printable    
≪    8810    226A    â‰ª    â‰ª    â‰ª    much less-than    printable    
≪    8810    226A    â‰ª    â‰ª    â‰ª    much less-than    printable    
≪    8810    226A    â‰ª    â‰ª    â‰ª    much less-than    printable    
≫    8811    226B    â‰«    â‰«    â‰«    much greater-than    printable    
≫    8811    226B    â‰«    â‰«    â‰«    much greater-than    printable    
≫    8811    226B    â‰«    â‰«    â‰«    much greater-than    printable    
≬    8812    226C    â‰¬    â‰¬    â‰¬    between    printable    
≬    8812    226C    â‰¬    â‰¬    â‰¬    between    printable    
≭    8813    226D    â‰­    â‰­    â‰­    not equivalent to    printable    
≮    8814    226E    â‰®    â‰®    â‰®    not less-than    printable    
≮    8814    226E    â‰®    â‰®    â‰®    not less-than    printable    
≮    8814    226E    â‰®    â‰®    â‰®    not less-than    printable    
≯    8815    226F    â‰¯    â‰¯    â‰¯    not greater-than    printable    
≯    8815    226F    â‰¯    â‰¯    â‰¯    not greater-than    printable    
≯    8815    226F    â‰¯    â‰¯    â‰¯    not greater-than    printable    
≰    8816    2270    â‰°    â‰°    â‰°    neither less-than nor equal to    printable    
≰    8816    2270    â‰°    â‰°    â‰°    neither less-than nor equal to    printable    
≰    8816    2270    â‰°    â‰°    â‰°    neither less-than nor equal to    printable    
≱    8817    2271    â‰±    â‰±    â‰±    neither greater-than nor equal to    printable    
≱    8817    2271    â‰±    â‰±    â‰±    neither greater-than nor equal to    printable    
≱    8817    2271    â‰±    â‰±    â‰±    neither greater-than nor equal to    printable    
≲    8818    2272    â‰²    â‰²    â‰²    less-than or equivalent to    printable    
≲    8818    2272    â‰²    â‰²    â‰²    less-than or equivalent to    printable    
≲    8818    2272    â‰²    â‰²    â‰²    less-than or equivalent to    printable    
≳    8819    2273    â‰³    â‰³    â‰³    greater-than or equivalent to    printable    
≳    8819    2273    â‰³    â‰³    â‰³    greater-than or equivalent to    printable    
≳    8819    2273    â‰³    â‰³    â‰³    greater-than or equivalent to    printable    
≴    8820    2274    â‰´    â‰´    â‰´    neither less-than nor equivalent to    printable    
≴    8820    2274    â‰´    â‰´    â‰´    neither less-than nor equivalent to    printable    
≵    8821    2275    â‰µ    â‰µ    â‰µ    neither greater-than nor equivalent to    printable    
≵    8821    2275    â‰µ    â‰µ    â‰µ    neither greater-than nor equivalent to    printable    
≶    8822    2276    â‰¶    â‰¶    â‰¶    less-than or greater-than    printable    
≶    8822    2276    â‰¶    â‰¶    â‰¶    less-than or greater-than    printable    
≶    8822    2276    â‰¶    â‰¶    â‰¶    less-than or greater-than    printable    
≷    8823    2277    â‰·    â‰·    â‰·    greater-than or less-than    printable    
≷    8823    2277    â‰·    â‰·    â‰·    greater-than or less-than    printable    
≷    8823    2277    â‰·    â‰·    â‰·    greater-than or less-than    printable    
≸    8824    2278    â‰¸    â‰¸    â‰¸    neither less-than nor greater-than    printable    
≸    8824    2278    â‰¸    â‰¸    â‰¸    neither less-than nor greater-than    printable    
≹    8825    2279    â‰¹    â‰¹    â‰¹    neither greater-than nor less-than    printable    
≹    8825    2279    â‰¹    â‰¹    â‰¹    neither greater-than nor less-than    printable    
≺    8826    227A    â‰º    â‰º    â‰º    precedes    printable    
≺    8826    227A    â‰º    â‰º    â‰º    precedes    printable    
≺    8826    227A    â‰º    â‰º    â‰º    precedes    printable    
≻    8827    227B    â‰»    â‰»    â‰»    succeeds    printable    
≻    8827    227B    â‰»    â‰»    â‰»    succeeds    printable    
≻    8827    227B    â‰»    â‰»    â‰»    succeeds    printable    
≼    8828    227C    â‰¼    â‰¼    â‰¼    precedes or equal to    printable    
≼    8828    227C    â‰¼    â‰¼    â‰¼    precedes or equal to    printable    
≼    8828    227C    â‰¼    â‰¼    â‰¼    precedes or equal to    printable    
≽    8829    227D    â‰½    â‰½    â‰½    succeeds or equal to    printable    
≽    8829    227D    â‰½    â‰½    â‰½    succeeds or equal to    printable    
≽    8829    227D    â‰½    â‰½    â‰½    succeeds or equal to    printable    
≾    8830    227E    â‰¾    â‰¾    â‰¾    precedes or equivalent to    printable    
≾    8830    227E    â‰¾    â‰¾    â‰¾    precedes or equivalent to    printable    
≾    8830    227E    â‰¾    â‰¾    â‰¾    precedes or equivalent to    printable    
≿    8831    227F    â‰¿    â‰¿    â‰¿    succeeds or equivalent to    printable    
≿    8831    227F    â‰¿    â‰¿    â‰¿    succeeds or equivalent to    printable    
≿    8831    227F    â‰¿    â‰¿    â‰¿    succeeds or equivalent to    printable    
⊀    8832    2280    âŠ€    âŠ€    âŠ€    does not precede    printable    
⊀    8832    2280    âŠ€    âŠ€    âŠ€    does not precede    printable    
⊀    8832    2280    âŠ€    âŠ€    âŠ€    does not precede    printable    
⊁    8833    2281    âЁ    âЁ    âЁ    does not succeed    printable    
⊁    8833    2281    âЁ    âЁ    âЁ    does not succeed    printable    
⊁    8833    2281    âЁ    âЁ    âЁ    does not succeed    printable    
⊂    8834    2282    ⊂    ⊂    ⊂    subset of    printable    
⊂    8834    2282    ⊂    ⊂    ⊂    subset of    printable    
⊃    8835    2283    ⊃    ⊃    ⊃    superset of    printable    
⊃    8835    2283    ⊃    ⊃    ⊃    superset of    printable    
⊃    8835    2283    ⊃    ⊃    ⊃    superset of    printable    
⊄    8836    2284    ⊄    ⊄    ⊄    not a subset of    printable    
⊅    8837    2285    âŠ…    âŠ…    âŠ…    not a superset of    printable    
⊆    8838    2286    ⊆    ⊆    ⊆    subset of or equal to    printable    
⊆    8838    2286    ⊆    ⊆    ⊆    subset of or equal to    printable    
⊆    8838    2286    ⊆    ⊆    ⊆    subset of or equal to    printable    
⊇    8839    2287    ⊇    ⊇    ⊇    superset of or equal to    printable    
⊇    8839    2287    ⊇    ⊇    ⊇    superset of or equal to    printable    
⊇    8839    2287    ⊇    ⊇    ⊇    superset of or equal to    printable    
⊈    8840    2288    âŠˆ    âŠˆ    âŠˆ    neither a subset of nor equal to    printable    
⊈    8840    2288    âŠˆ    âŠˆ    âŠˆ    neither a subset of nor equal to    printable    
⊈    8840    2288    âŠˆ    âŠˆ    âŠˆ    neither a subset of nor equal to    printable    
⊉    8841    2289    âЉ    âЉ    âЉ    neither a superset of nor equal to    printable    
⊉    8841    2289    âЉ    âЉ    âЉ    neither a superset of nor equal to    printable    
⊉    8841    2289    âЉ    âЉ    âЉ    neither a superset of nor equal to    printable    
⊊    8842    228A    âŠŠ    âŠŠ    âŠŠ    subset of with not equal to    printable    
⊊    8842    228A    âŠŠ    âŠŠ    âŠŠ    subset of with not equal to    printable    
⊋    8843    228B    âŠ‹    âŠ‹    âŠ‹    superset of with not equal to    printable    
⊋    8843    228B    âŠ‹    âŠ‹    âŠ‹    superset of with not equal to    printable    
⊍    8845    228D    âŠ    âŠ    âŠ    multiset multiplication    printable    
⊎    8846    228E    âŠŽ    âŠŽ    âŠŽ    multiset union    printable    
⊎    8846    228E    âŠŽ    âŠŽ    âŠŽ    multiset union    printable    
⊏    8847    228F    âŠ    âŠ    âŠ    square image of    printable    
⊏    8847    228F    âŠ    âŠ    âŠ    square image of    printable    
⊏    8847    228F    âŠ    âŠ    âŠ    square image of    printable    
⊐    8848    2290    âА    âА    âА    square original of    printable    
⊐    8848    2290    âА    âА    âА    square original of    printable    
⊐    8848    2290    âА    âА    âА    square original of    printable    
⊑    8849    2291    âŠ‘    âŠ‘    âŠ‘    square image of or equal to    printable    
⊑    8849    2291    âŠ‘    âŠ‘    âŠ‘    square image of or equal to    printable    
⊑    8849    2291    âŠ‘    âŠ‘    âŠ‘    square image of or equal to    printable    
⊒    8850    2292    âŠ’    âŠ’    âŠ’    square original of or equal to    printable    
⊒    8850    2292    âŠ’    âŠ’    âŠ’    square original of or equal to    printable    
⊒    8850    2292    âŠ’    âŠ’    âŠ’    square original of or equal to    printable    
⊓    8851    2293    âŠ“    âŠ“    âŠ“    square cap    printable    
⊓    8851    2293    âŠ“    âŠ“    âŠ“    square cap    printable    
⊔    8852    2294    âŠ”    âŠ”    âŠ”    square cup    printable    
⊔    8852    2294    âŠ”    âŠ”    âŠ”    square cup    printable    
⊕    8853    2295    ⊕    ⊕    ⊕    circled plus    printable    
⊕    8853    2295    ⊕    ⊕    ⊕    circled plus    printable    
⊖    8854    2296    âŠ–    âŠ–    âŠ–    circled minus    printable    
⊖    8854    2296    âŠ–    âŠ–    âŠ–    circled minus    printable    
⊗    8855    2297    ⊗    ⊗    ⊗    circled times    printable    
⊗    8855    2297    ⊗    ⊗    ⊗    circled times    printable    
⊘    8856    2298    âŠ˜    âŠ˜    âŠ˜    circled division slash    printable    
⊙    8857    2299    âŠ™    âŠ™    âŠ™    circled dot operator    printable    
⊙    8857    2299    âŠ™    âŠ™    âŠ™    circled dot operator    printable    
⊚    8858    229A    âŠš    âŠš    âŠš    circled ring operator    printable    
⊚    8858    229A    âŠš    âŠš    âŠš    circled ring operator    printable    
⊛    8859    229B    âŠ›    âŠ›    âŠ›    circled asterisk operator    printable    
⊛    8859    229B    âŠ›    âŠ›    âŠ›    circled asterisk operator    printable    
⊜    8860    229C    âŠœ    âŠœ    -     Circled Equals    printable    
⊝    8861    229D    âŠ    âŠ    âŠ    circled dash    printable    
⊝    8861    229D    âŠ    âŠ    âŠ    circled dash    printable    
⊞    8862    229E    âŠž    âŠž    âŠž    squared plus    printable    
⊞    8862    229E    âŠž    âŠž    âŠž    squared plus    printable    
⊟    8863    229F    âŠŸ    âŠŸ    âŠŸ    squared minus    printable    
⊟    8863    229F    âŠŸ    âŠŸ    âŠŸ    squared minus    printable    
⊠    8864    22A0    âŠ     âŠ     âŠ     squared times    printable    
⊠    8864    22A0    âŠ     âŠ     âŠ     squared times    printable    
⊡    8865    22A1    âŠ¡    âŠ¡    âŠ¡    squared dot operator    printable    
⊡    8865    22A1    âŠ¡    âŠ¡    âŠ¡    squared dot operator    printable    
⊢    8866    22A2    âŠ¢    âŠ¢    âŠ¢    right tack    printable    
⊢    8866    22A2    âŠ¢    âŠ¢    âŠ¢    right tack    printable    
⊣    8867    22A3    âŠ£    âŠ£    âŠ£    left tack    printable    
⊣    8867    22A3    âŠ£    âŠ£    âŠ£    left tack    printable    
⊤    8868    22A4    âФ    âФ    âФ    down tack    printable    
⊤    8868    22A4    âФ    âФ    âФ    down tack    printable    
⊥    8869    22A5    ⊥    ⊥    ⊥    up tack    printable    
⊥    8869    22A5    ⊥    ⊥    ⊥    up tack    printable    
⊥    8869    22A5    ⊥    ⊥    ⊥    up tack    printable    
⊥    8869    22A5    ⊥    ⊥    ⊥    up tack    printable    
⊧    8871    22A7    âЧ    âЧ    âЧ    models    printable    
⊨    8872    22A8    âЍ    âЍ    âЍ    true    printable    
⊨    8872    22A8    âЍ    âЍ    âЍ    true    printable    
⊩    8873    22A9    âŠ©    âŠ©    âŠ©    forces    printable    
⊪    8874    22AA    âŠª    âŠª    âŠª    triple vertical bar right turnstile    printable    
⊫    8875    22AB    âŠ«    âŠ«    âŠ«    double vertical bar double right turnstile    printable    
⊬    8876    22AC    âЬ    âЬ    âЬ    does not prove    printable    
⊭    8877    22AD    âŠ­    âŠ­    âŠ­    not true    printable    
⊮    8878    22AE    âŠ®    âŠ®    âŠ®    does not force    printable    
⊯    8879    22AF    âН    âН    âН    negated double vertical bar double right turnstile    printable    
⊰    8880    22B0    âа    âа    âа    precedes under relation    printable    
⊲    8882    22B2    âв    âв    âв    normal subgroup of    printable    
⊲    8882    22B2    âв    âв    âв    normal subgroup of    printable    
⊲    8882    22B2    âв    âв    âв    normal subgroup of    printable    
⊳    8883    22B3    âг    âг    âг    contains as normal subgroup    printable    
⊳    8883    22B3    âг    âг    âг    contains as normal subgroup    printable    
⊳    8883    22B3    âг    âг    âг    contains as normal subgroup    printable    
⊴    8884    22B4    âŠ´    âŠ´    âŠ´    normal subgroup of or equal to    printable    
⊴    8884    22B4    âŠ´    âŠ´    âŠ´    normal subgroup of or equal to    printable    
⊴    8884    22B4    âŠ´    âŠ´    âŠ´    normal subgroup of or equal to    printable    
⊵    8885    22B5    âе    âе    âе    contains as normal subgroup or equal to    printable    
⊵    8885    22B5    âе    âе    âе    contains as normal subgroup or equal to    printable    
⊵    8885    22B5    âе    âе    âе    contains as normal subgroup or equal to    printable    
⊶    8886    22B6    âж    âж    âж    original of    printable    
⊷    8887    22B7    âŠ·    âŠ·    âŠ·    image of    printable    
⊸    8888    22B8    âЏ    âЏ    âЏ    multimap    printable    
⊸    8888    22B8    âЏ    âЏ    âЏ    multimap    printable    
⊹    8889    22B9    âй    âй    âй    hermitian conjugate matrix    printable    
⊺    8890    22BA    âŠº    âŠº    âŠº    intercalate    printable    
⊺    8890    22BA    âŠº    âŠº    âŠº    intercalate    printable    
⊻    8891    22BB    âŠ»    âŠ»    âŠ»    xor    printable    
⊽    8893    22BD    âн    âн    âн    nor    printable    
⊾    8894    22BE    âо    âо    âо    right angle with arc    printable    
⊿    8895    22BF    âŠ¿    âŠ¿    âŠ¿    right triangle    printable    
â‹€    8896    22C0    â‹€    â‹€    â‹€    n-ary logical and    printable    
â‹€    8896    22C0    â‹€    â‹€    â‹€    n-ary logical and    printable    
â‹€    8896    22C0    â‹€    â‹€    â‹€    n-ary logical and    printable    
⋁    8897    22C1    â‹    â‹    â‹    n-ary logical or    printable    
⋁    8897    22C1    â‹    â‹    â‹    n-ary logical or    printable    
⋁    8897    22C1    â‹    â‹    â‹    n-ary logical or    printable    
â‹‚    8898    22C2    â‹‚    â‹‚    â‹‚    n-ary intersection    printable    
â‹‚    8898    22C2    â‹‚    â‹‚    â‹‚    n-ary intersection    printable    
â‹‚    8898    22C2    â‹‚    â‹‚    â‹‚    n-ary intersection    printable    
⋃    8899    22C3    â‹ƒ    â‹ƒ    â‹ƒ    n-ary union    printable    
⋃    8899    22C3    â‹ƒ    â‹ƒ    â‹ƒ    n-ary union    printable    
⋃    8899    22C3    â‹ƒ    â‹ƒ    â‹ƒ    n-ary union    printable    
â‹„    8900    22C4    â‹„    â‹„    â‹„    diamond operator    printable    
â‹„    8900    22C4    â‹„    â‹„    â‹„    diamond operator    printable    
â‹„    8900    22C4    â‹„    â‹„    â‹„    diamond operator    printable    
⋅    8901    22C5    ⋅    ⋅    ⋅    dot operator    printable    
⋆    8902    22C6    â‹†    â‹†    â‹†    star operator    printable    
⋆    8902    22C6    â‹†    â‹†    â‹†    star operator    printable    
⋇    8903    22C7    â‹‡    â‹‡    â‹‡    division times    printable    
⋇    8903    22C7    â‹‡    â‹‡    â‹‡    division times    printable    
⋈    8904    22C8    â‹ˆ    â‹ˆ    â‹ˆ    bowtie    printable    
⋉    8905    22C9    â‹‰    â‹‰    â‹‰    left normal factor semidirect product    printable    
⋊    8906    22CA    â‹Š    â‹Š    â‹Š    right normal factor semidirect product    printable    
â‹‹    8907    22CB    â‹‹    â‹‹    â‹‹    left semidirect product    printable    
â‹‹    8907    22CB    â‹‹    â‹‹    â‹‹    left semidirect product    printable    
⋌    8908    22CC    â‹Œ    â‹Œ    â‹Œ    right semidirect product    printable    
⋌    8908    22CC    â‹Œ    â‹Œ    â‹Œ    right semidirect product    printable    
⋍    8909    22CD    â‹    â‹    â‹    reversed tilde equals    printable    
⋍    8909    22CD    â‹    â‹    â‹    reversed tilde equals    printable    
⋎    8910    22CE    â‹Ž    â‹Ž    â‹Ž    curly logical or    printable    
⋎    8910    22CE    â‹Ž    â‹Ž    â‹Ž    curly logical or    printable    
⋏    8911    22CF    â‹    â‹    â‹    curly logical and    printable    
⋏    8911    22CF    â‹    â‹    â‹    curly logical and    printable    
⋐    8912    22D0    â‹    â‹    â‹    double subset    printable    
⋐    8912    22D0    â‹    â‹    â‹    double subset    printable    
â‹‘    8913    22D1    â‹‘    â‹‘    â‹‘    double superset    printable    
â‹‘    8913    22D1    â‹‘    â‹‘    â‹‘    double superset    printable    
â‹’    8914    22D2    â‹’    â‹’    â‹’    double intersection    printable    
â‹“    8915    22D3    â‹“    â‹“    â‹“    double union    printable    
â‹”    8916    22D4    â‹”    â‹”    â‹”    pitchfork    printable    
â‹”    8916    22D4    â‹”    â‹”    â‹”    pitchfork    printable    
â‹•    8917    22D5    â‹•    â‹•    â‹•    equal and parallel to    printable    
â‹–    8918    22D6    â‹–    â‹–    â‹–    less-than with dot    printable    
â‹–    8918    22D6    â‹–    â‹–    â‹–    less-than with dot    printable    
â‹—    8919    22D7    â‹—    â‹—    â‹—    greater-than with dot    printable    
â‹—    8919    22D7    â‹—    â‹—    â‹—    greater-than with dot    printable    
⋘    8920    22D8    â‹˜    â‹˜    â‹˜    very much less-than    printable    
â‹™    8921    22D9    â‹™    â‹™    â‹™    very much greater-than    printable    
â‹™    8921    22D9    â‹™    â‹™    â‹™    very much greater-than    printable    
⋚    8922    22DA    â‹š    â‹š    â‹š    less-than equal to or greater-than    printable    
⋚    8922    22DA    â‹š    â‹š    â‹š    less-than equal to or greater-than    printable    
⋚    8922    22DA    â‹š    â‹š    â‹š    less-than equal to or greater-than    printable    
â‹›    8923    22DB    â‹›    â‹›    â‹›    greater-than equal to or less-than    printable    
â‹›    8923    22DB    â‹›    â‹›    â‹›    greater-than equal to or less-than    printable    
â‹›    8923    22DB    â‹›    â‹›    â‹›    greater-than equal to or less-than    printable    
⋜    8924    22DC    â‹œ    â‹œ    -     Equal To Or Less-than    printable    
⋝    8925    22DD    â‹    â‹    -     Equal To Or Greater-than    printable    
⋞    8926    22DE    â‹ž    â‹ž    â‹ž    equal to or precedes    printable    
⋞    8926    22DE    â‹ž    â‹ž    â‹ž    equal to or precedes    printable    
⋟    8927    22DF    â‹Ÿ    â‹Ÿ    â‹Ÿ    equal to or succeeds    printable    
⋟    8927    22DF    â‹Ÿ    â‹Ÿ    â‹Ÿ    equal to or succeeds    printable    
â‹     8928    22E0    â‹     â‹     â‹     does not precede or equal    printable    
â‹     8928    22E0    â‹     â‹     â‹     does not precede or equal    printable    
â‹¡    8929    22E1    â‹¡    â‹¡    â‹¡    does not succeed or equal    printable    
â‹¡    8929    22E1    â‹¡    â‹¡    â‹¡    does not succeed or equal    printable    
â‹¢    8930    22E2    â‹¢    â‹¢    â‹¢    not square image of or equal to    printable    
â‹¢    8930    22E2    â‹¢    â‹¢    â‹¢    not square image of or equal to    printable    
â‹£    8931    22E3    â‹£    â‹£    â‹£    not square original of or equal to    printable    
â‹£    8931    22E3    â‹£    â‹£    â‹£    not square original of or equal to    printable    
⋤    8932    22E4    â‹¤    â‹¤    -     Square Image Of Or Not Equal To    printable    
â‹¥    8933    22E5    â‹¥    â‹¥    -     Square Original Of Or Not Equal To    printable    
⋦    8934    22E6    â‹¦    â‹¦    â‹¦    less-than but not equivalent to    printable    
â‹§    8935    22E7    â‹§    â‹§    â‹§    greater-than but not equivalent to    printable    
⋨    8936    22E8    â‹¨    â‹¨    â‹¨    precedes but not equivalent to    printable    
⋨    8936    22E8    â‹¨    â‹¨    â‹¨    precedes but not equivalent to    printable    
â‹©    8937    22E9    â‹©    â‹©    â‹©    succeeds but not equivalent to    printable    
â‹©    8937    22E9    â‹©    â‹©    â‹©    succeeds but not equivalent to    printable    
⋪    8938    22EA    â‹ª    â‹ª    â‹ª    not normal subgroup of    printable    
⋪    8938    22EA    â‹ª    â‹ª    â‹ª    not normal subgroup of    printable    
⋪    8938    22EA    â‹ª    â‹ª    â‹ª    not normal subgroup of    printable    
â‹«    8939    22EB    â‹«    â‹«    â‹«    does not contain as normal subgroup    printable    
â‹«    8939    22EB    â‹«    â‹«    â‹«    does not contain as normal subgroup    printable    
â‹«    8939    22EB    â‹«    â‹«    â‹«    does not contain as normal subgroup    printable    
⋬    8940    22EC    â‹¬    â‹¬    â‹¬    not normal subgroup of or equal to    printable    
⋬    8940    22EC    â‹¬    â‹¬    â‹¬    not normal subgroup of or equal to    printable    
⋬    8940    22EC    â‹¬    â‹¬    â‹¬    not normal subgroup of or equal to    printable    
â‹­    8941    22ED    â‹­    â‹­    â‹­    does not contain as normal subgroup or equal    printable    
â‹­    8941    22ED    â‹­    â‹­    â‹­    does not contain as normal subgroup or equal    printable    
â‹­    8941    22ED    â‹­    â‹­    â‹­    does not contain as normal subgroup or equal    printable    
â‹®    8942    22EE    â‹®    â‹®    â‹®    vertical ellipsis    printable    
⋯    8943    22EF    â‹¯    â‹¯    â‹¯    midline horizontal ellipsis    printable    
â‹°    8944    22F0    â‹°    â‹°    â‹°    up right diagonal ellipsis    printable    
⋱    8945    22F1    â‹±    â‹±    â‹±    down right diagonal ellipsis    printable    
⋲    8946    22F2    â‹²    â‹²    â‹²    element of with long horizontal stroke    printable    
⋳    8947    22F3    â‹³    â‹³    â‹³    element of with vertical bar at end of horizontal stroke    printable    
â‹´    8948    22F4    â‹´    â‹´    â‹´    small element of with vertical bar at end of horizontal stroke    printable    
⋵    8949    22F5    â‹µ    â‹µ    â‹µ    element of with dot above    printable    
â‹¶    8950    22F6    â‹¶    â‹¶    â‹¶    element of with overbar    printable    
â‹·    8951    22F7    â‹·    â‹·    â‹·    small element of with overbar    printable    
⋹    8953    22F9    â‹¹    â‹¹    â‹¹    element of with two horizontal strokes    printable    
⋺    8954    22FA    â‹º    â‹º    â‹º    contains with long horizontal stroke    printable    
â‹»    8955    22FB    â‹»    â‹»    â‹»    contains with vertical bar at end of horizontal stroke    printable    
⋼    8956    22FC    â‹¼    â‹¼    â‹¼    small contains with vertical bar at end of horizontal stroke    printable    
⋽    8957    22FD    â‹½    â‹½    â‹½    contains with overbar    printable    
⋾    8958    22FE    â‹¾    â‹¾    â‹¾    small contains with overbar    printable    
⌅    8965    2305    âŒ…    âŒ…    âŒ…    projective    printable    
⌅    8965    2305    âŒ…    âŒ…    âŒ…    projective    printable    
⌆    8966    2306    âŒ†    âŒ†    âŒ†    perspective    printable    
⌆    8966    2306    âŒ†    âŒ†    âŒ†    perspective    printable    
⌈    8968    2308    ⌈    ⌈    ⌈    left ceiling    printable    
⌈    8968    2308    ⌈    ⌈    ⌈    left ceiling    printable    
⌉    8969    2309    ⌉    ⌉    ⌉    right ceiling    printable    
⌉    8969    2309    ⌉    ⌉    ⌉    right ceiling    printable    
⌊    8970    230A    ⌊    ⌊    ⌊    left floor    printable    
⌊    8970    230A    ⌊    ⌊    ⌊    left floor    printable    
⌋    8971    230B    ⌋    ⌋    ⌋    right floor    printable    
⌋    8971    230B    ⌋    ⌋    ⌋    right floor    printable    
⌌    8972    230C    âŒŒ    âŒŒ    âŒŒ    bottom right crop    printable    
⌍    8973    230D    âŒ    âŒ    âŒ    bottom left crop    printable    
⌎    8974    230E    âŒŽ    âŒŽ    âŒŽ    top right crop    printable    
⌏    8975    230F    âŒ    âŒ    âŒ    top left crop    printable    
⌐    8976    2310    âŒ    âŒ    âŒ    reversed not sign    printable    
⌒    8978    2312    âŒ’    âŒ’    âŒ’    arc    printable    
⌓    8979    2313    âŒ“    âŒ“    âŒ“    segment    printable    
⌕    8981    2315    âŒ•    âŒ•    âŒ•    telephone recorder    printable    
⌖    8982    2316    âŒ–    âŒ–    âŒ–    position indicator    printable    
⌜    8988    231C    âŒœ    âŒœ    âŒœ    top left corner    printable    
⌜    8988    231C    âŒœ    âŒœ    âŒœ    top left corner    printable    
⌝    8989    231D    âŒ    âŒ    âŒ    top right corner    printable    
⌝    8989    231D    âŒ    âŒ    âŒ    top right corner    printable    
⌞    8990    231E    âŒž    âŒž    âŒž    bottom left corner    printable    
⌞    8990    231E    âŒž    âŒž    âŒž    bottom left corner    printable    
⌟    8991    231F    âŒŸ    âŒŸ    âŒŸ    bottom right corner    printable    
⌟    8991    231F    âŒŸ    âŒŸ    âŒŸ    bottom right corner    printable    
⌢    8994    2322    âŒ¢    âŒ¢    âŒ¢    frown    printable    
⌢    8994    2322    âŒ¢    âŒ¢    âŒ¢    frown    printable    
⌣    8995    2323    âŒ£    âŒ£    âŒ£    smile    printable    
⌣    8995    2323    âŒ£    âŒ£    âŒ£    smile    printable    
〈    9001    2329    âŒ©    âŒ©    ⟨    left-pointing angle bracket = bra    printable    
〉    9002    232A    âŒª    âŒª    ⟩    right-pointing angle bracket = ket    printable    
⌭    9005    232D    âŒ­    âŒ­    âŒ­    cylindricity    printable    
⌮    9006    232E    âŒ®    âŒ®    âŒ®    all around-profile    printable    
⌶    9014    2336    âŒ¶    âŒ¶    âŒ¶    apl functional symbol i-beam    printable    
⌸    9016    2338    âŒ¸    âŒ¸    -     Apl Functional Symbol Quad Equal    printable    
⌽    9021    233D    âŒ½    âŒ½    âŒ½    apl functional symbol circle stile    printable    
⌿    9023    233F    âŒ¿    âŒ¿    âŒ¿    apl functional symbol slash bar    printable    
⍃    9027    2343    âƒ    âƒ    -     Apl Functional Symbol Quad Less-than    printable    
⍄    9028    2344    â„    â„    -     Apl Functional Symbol Quad Greater-than    printable    
⍋    9035    234B    â‹    â‹    -     Apl Functional Symbol Delta Stile    printable    
⍍    9037    234D    â    â    -     Apl Functional Symbol Quad Delta    printable    
⍙    9049    2359    â™    â™    -     Apl Functional Symbol Delta Underbar    printable    
⍩    9065    2369    â©    â©    -     Apl Functional Symbol Greater-than Diaeresis    printable    
⍯    9071    236F    â¯    â¯    -     Apl Functional Symbol Quad Not Equal    printable    
⍼    9084    237C    â¼    â¼    â¼    right angle with downwards zigzag arrow    printable    
⎰    9136    23B0    âް    âް    âް    upper left or lower right curly bracket section    printable    
⎰    9136    23B0    âް    âް    âް    upper left or lower right curly bracket section    printable    
⎱    9137    23B1    âޱ    âޱ    âޱ    upper right or lower left curly bracket section    printable    
⎱    9137    23B1    âޱ    âޱ    âޱ    upper right or lower left curly bracket section    printable    
⎲    9138    23B2    â޲    â޲    -     Summation Top    printable    
⎳    9139    23B3    â޳    â޳    -     Summation Bottom    printable    
⎴    9140    23B4    âŽ´    âŽ´    âŽ´    top square bracket    printable    
⎴    9140    23B4    âŽ´    âŽ´    âŽ´    top square bracket    printable    
⎵    9141    23B5    â޵    â޵    â޵    bottom square bracket    printable    
⎵    9141    23B5    â޵    â޵    â޵    bottom square bracket    printable    
⎶    9142    23B6    â޶    â޶    â޶    bottom square bracket over top square bracket    printable    
⏜    9180    23DC    âœ    âœ    âœ    top parenthesis    printable    
⏝    9181    23DD    â    â    â    bottom parenthesis    printable    
⏞    9182    23DE    âž    âž    âž    top curly bracket    printable    
⏟    9183    23DF    âŸ    âŸ    âŸ    bottom curly bracket    printable    
⏢    9186    23E2    â¢    â¢    â¢    white trapezium    printable    
⏧    9191    23E7    â§    â§    â§    electrical intersection    printable    
␣    9251    2423    â£    â£    â£    open box    printable    
Ⓢ    9416    24C8    â“ˆ    â“ˆ    â“ˆ    circled latin capital letter s    printable    
Ⓢ    9416    24C8    â“ˆ    â“ˆ    â“ˆ    circled latin capital letter s    printable    
─    9472    2500    â”€    â”€    â”€    box drawings light horizontal    printable    
─    9472    2500    â”€    â”€    â”€    box drawings light horizontal    printable    
│    9474    2502    â”‚    â”‚    â”‚    box drawings light vertical    printable    
┌    9484    250C    â”Œ    â”Œ    â”Œ    box drawings light down and right    printable    
┐    9488    2510    â”    â”    â”    box drawings light down and left    printable    
â””    9492    2514    â””    â””    â””    box drawings light up and right    printable    
┘    9496    2518    â”˜    â”˜    â”˜    box drawings light up and left    printable    
├    9500    251C    â”œ    â”œ    â”œ    box drawings light vertical and right    printable    
┤    9508    2524    â”¤    â”¤    â”¤    box drawings light vertical and left    printable    
┬    9516    252C    â”¬    â”¬    â”¬    box drawings light down and horizontal    printable    
â”´    9524    2534    â”´    â”´    â”´    box drawings light up and horizontal    printable    
┼    9532    253C    â”¼    â”¼    â”¼    box drawings light vertical and horizontal    printable    
═    9552    2550    â•    â•    â•    box drawings double horizontal    printable    
â•‘    9553    2551    â•‘    â•‘    â•‘    box drawings double vertical    printable    
â•’    9554    2552    â•’    â•’    â•’    box drawings down single and right double    printable    
â•“    9555    2553    â•“    â•“    â•“    box drawings down double and right single    printable    
â•”    9556    2554    â•”    â•”    â•”    box drawings double down and right    printable    
â••    9557    2555    â••    â••    â••    box drawings down single and left double    printable    
â•–    9558    2556    â•–    â•–    â•–    box drawings down double and left single    printable    
â•—    9559    2557    â•—    â•—    â•—    box drawings double down and left    printable    
╘    9560    2558    â•˜    â•˜    â•˜    box drawings up single and right double    printable    
â•™    9561    2559    â•™    â•™    â•™    box drawings up double and right single    printable    
╚    9562    255A    â•š    â•š    â•š    box drawings double up and right    printable    
â•›    9563    255B    â•›    â•›    â•›    box drawings up single and left double    printable    
╜    9564    255C    â•œ    â•œ    â•œ    box drawings up double and left single    printable    
╝    9565    255D    â•    â•    â•    box drawings double up and left    printable    
╞    9566    255E    â•ž    â•ž    â•ž    box drawings vertical single and right double    printable    
╟    9567    255F    â•Ÿ    â•Ÿ    â•Ÿ    box drawings vertical double and right single    printable    
â•     9568    2560    â•     â•     â•     box drawings double vertical and right    printable    
â•¡    9569    2561    â•¡    â•¡    â•¡    box drawings vertical single and left double    printable    
â•¢    9570    2562    â•¢    â•¢    â•¢    box drawings vertical double and left single    printable    
â•£    9571    2563    â•£    â•£    â•£    box drawings double vertical and left    printable    
╤    9572    2564    â•¤    â•¤    â•¤    box drawings down single and horizontal double    printable    
â•¥    9573    2565    â•¥    â•¥    â•¥    box drawings down double and horizontal single    printable    
╦    9574    2566    â•¦    â•¦    â•¦    box drawings double down and horizontal    printable    
â•§    9575    2567    â•§    â•§    â•§    box drawings up single and horizontal double    printable    
╨    9576    2568    â•¨    â•¨    â•¨    box drawings up double and horizontal single    printable    
â•©    9577    2569    â•©    â•©    â•©    box drawings double up and horizontal    printable    
╪    9578    256A    â•ª    â•ª    â•ª    box drawings vertical single and horizontal double    printable    
â•«    9579    256B    â•«    â•«    â•«    box drawings vertical double and horizontal single    printable    
╬    9580    256C    â•¬    â•¬    â•¬    box drawings double vertical and horizontal    printable    
â–€    9600    2580    â–€    â–€    â–€    upper half block    printable    
â–„    9604    2584    â–„    â–„    â–„    lower half block    printable    
â–ˆ    9608    2588    â–ˆ    â–ˆ    â–ˆ    full block    printable    
â–‘    9617    2591    â–‘    â–‘    â–‘    light shade    printable    
â–’    9618    2592    â–’    â–’    â–’    medium shade    printable    
â–“    9619    2593    â–“    â–“    â–“    dark shade    printable    
â–     9632    25A0    â–     â–     -    black square    printable    
â–¡    9633    25A1    â–¡    â–¡    â–¡    white square    printable    
â–¡    9633    25A1    â–¡    â–¡    â–¡    white square    printable    
â–¡    9633    25A1    â–¡    â–¡    â–¡    white square    printable    
â–¢    9634    25A2    â–¢    â–¢    -    white square with rounded corners    printable    
â–£    9635    25A3    â–£    â–£    -    white square containing black small square    printable    
â–¤    9636    25A4    â–¤    â–¤    -    square with horizontal fill    printable    
â–¥    9637    25A5    â–¥    â–¥    -    square with vertical fill    printable    
â–¦    9638    25A6    â–¦    â–¦    -    square with orthogonal crosshatch fill    printable    
â–§    9639    25A7    â–§    â–§    -    square with upper left to lower right fill    printable    
â–¨    9640    25A8    â–¨    â–¨    -    square with upper right to lower left fill    printable    
â–©    9641    25A9    â–©    â–©    -    square with diagonal crosshatch fill    printable    
â–ª    9642    25AA    â–ª    â–ª    â–ª    black small square    printable    
â–ª    9642    25AA    â–ª    â–ª    â–ª    black small square    printable    
â–ª    9642    25AA    â–ª    â–ª    â–ª    black small square    printable    
â–ª    9642    25AA    â–ª    â–ª    â–ª    black small square    printable    
â–«    9643    25AB    â–«    â–«    -    white small square    printable    
â–¬    9644    25AC    â–¬    â–¬    -     Black Rectangle    printable    
â–­    9645    25AD    â–­    â–­    â–­    white rectangle    printable    
â–®    9646    25AE    â–®    â–®    â–®    black vertical rectangle    printable    
â–¯    9647    25AF    â–¯    â–¯    -     White Vertical Rectangle    printable    
â–°    9648    25B0    â–°    â–°    -     Black Parallelogram    printable    
â–±    9649    25B1    â–±    â–±    â–±    white parallelogram    printable    
â–²    9650    25B2    â–²    â–²    -     Black Up-pointing Triangle    printable    
â–³    9651    25B3    â–³    â–³    â–³    white up-pointing triangle    printable    
â–³    9651    25B3    â–³    â–³    â–³    white up-pointing triangle    printable    
â–´    9652    25B4    â–´    â–´    â–´    black up-pointing small triangle    printable    
â–´    9652    25B4    â–´    â–´    â–´    black up-pointing small triangle    printable    
â–µ    9653    25B5    â–µ    â–µ    â–µ    white up-pointing small triangle    printable    
â–µ    9653    25B5    â–µ    â–µ    â–µ    white up-pointing small triangle    printable    
â–¶    9654    25B6    â–¶    â–¶    -     Black Right-pointing Triangle    printable    
â–·    9655    25B7    â–·    â–·    -     White Right-pointing Triangle    printable    
â–¸    9656    25B8    â–¸    â–¸    â–¸    black right-pointing small triangle    printable    
â–¸    9656    25B8    â–¸    â–¸    â–¸    black right-pointing small triangle    printable    
â–¹    9657    25B9    â–¹    â–¹    â–¹    white right-pointing small triangle    printable    
â–¹    9657    25B9    â–¹    â–¹    â–¹    white right-pointing small triangle    printable    
â–¼    9660    25BC    â–¼    â–¼    -     Black Down-pointing Triangle    printable    
â–½    9661    25BD    â–½    â–½    â–½    white down-pointing triangle    printable    
â–½    9661    25BD    â–½    â–½    â–½    white down-pointing triangle    printable    
â–¾    9662    25BE    â–¾    â–¾    â–¾    black down-pointing small triangle    printable    
â–¾    9662    25BE    â–¾    â–¾    â–¾    black down-pointing small triangle    printable    
â–¿    9663    25BF    â–¿    â–¿    â–¿    white down-pointing small triangle    printable    
â–¿    9663    25BF    â–¿    â–¿    â–¿    white down-pointing small triangle    printable    
â—€    9664    25C0    â—€    â—€    -     Black Left-pointing Triangle    printable    
◁    9665    25C1    â—    â—    -     White Left-pointing Triangle    printable    
â—‚    9666    25C2    â—‚    â—‚    â—‚    black left-pointing small triangle    printable    
â—‚    9666    25C2    â—‚    â—‚    â—‚    black left-pointing small triangle    printable    
â—ƒ    9667    25C3    â—ƒ    â—ƒ    â—ƒ    white left-pointing small triangle    printable    
â—ƒ    9667    25C3    â—ƒ    â—ƒ    â—ƒ    white left-pointing small triangle    printable    
â—†    9670    25C6    â—†    â—†    -     Black Diamond    printable    
â—‡    9671    25C7    â—‡    â—‡    -     White Diamond    printable    
â—ˆ    9672    25C8    â—ˆ    â—ˆ    -     White Diamond Containing Black Small Diamond    printable    
◊    9674    25CA    ◊    ◊    ◊    lozenge    printable    
◊    9674    25CA    ◊    ◊    ◊    lozenge    printable    
â—‹    9675    25CB    â—‹    â—‹    â—‹    white circle    printable    
â—Œ    9676    25CC    â—Œ    â—Œ    -     Dotted Circle    printable    
◍    9677    25CD    â—    â—    -     Circle With Vertical Fill    printable    
●    9679    25CF    â—    â—    -     Black Circle    printable    
◐    9680    25D0    â—    â—    -     Circle With Left Half Black    printable    
â—‘    9681    25D1    â—‘    â—‘    -     Circle With Right Half Black    printable    
â—’    9682    25D2    â—’    â—’    -     Circle With Lower Half Black    printable    
â—“    9683    25D3    â—“    â—“    -     Circle With Upper Half Black    printable    
â—”    9684    25D4    â—”    â—”    -     Circle With Upper Right Quadrant Black    printable    
â—•    9685    25D5    â—•    â—•    -     Circle With All But Upper Left Quadrant Black    printable    
â—–    9686    25D6    â—–    â—–    -     Left Half Black Circle    printable    
â——    9687    25D7    â——    â——    -     Right Half Black Circle    printable    
â—™    9689    25D9    â—™    â—™    -     Inverse White Circle    printable    
â—š    9690    25DA    â—š    â—š    -     Upper Half Inverse White Circle    printable    
â—›    9691    25DB    â—›    â—›    -     Lower Half Inverse White Circle    printable    
â—œ    9692    25DC    â—œ    â—œ    -     Upper Left Quadrant Circular Arc    printable    
◝    9693    25DD    â—    â—    -     Upper Right Quadrant Circular Arc    printable    
â—ž    9694    25DE    â—ž    â—ž    -     Lower Right Quadrant Circular Arc    printable    
â—Ÿ    9695    25DF    â—Ÿ    â—Ÿ    -     Lower Left Quadrant Circular Arc    printable    
â—     9696    25E0    â—     â—     -     Upper Half Circle    printable    
â—¡    9697    25E1    â—¡    â—¡    -     Lower Half Circle    printable    
â—¢    9698    25E2    â—¢    â—¢    -     Black Lower Right Triangle    printable    
â—£    9699    25E3    â—£    â—£    -     Black Lower Left Triangle    printable    
â—¤    9700    25E4    â—¤    â—¤    -     Black Upper Left Triangle    printable    
â—¥    9701    25E5    â—¥    â—¥    -     Black Upper Right Triangle    printable    
â—§    9703    25E7    â—§    â—§    -    square with left half black    printable    
â—¨    9704    25E8    â—¨    â—¨    -    square with right half black    printable    
â—©    9705    25E9    â—©    â—©    -    square with upper left diagonal half black    printable    
â—ª    9706    25EA    â—ª    â—ª    -    square with lower right diagonal half black    printable    
â—«    9707    25EB    â—«    â—«    -    white square with vertical bisecting line    printable    
â—¬    9708    25EC    â—¬    â—¬    â—¬    white up-pointing triangle with dot    printable    
â—­    9709    25ED    â—­    â—­    -     Up-pointing Triangle With Left Half Black    printable    
â—®    9710    25EE    â—®    â—®    -     Up-pointing Triangle With Right Half Black    printable    
â—¯    9711    25EF    â—¯    â—¯    â—¯    large circle    printable    
â—¯    9711    25EF    â—¯    â—¯    â—¯    large circle    printable    
â—°    9712    25F0    â—°    â—°    -    white square with upper left quadrant    printable    
â—±    9713    25F1    â—±    â—±    -    white square with lower left quadrant    printable    
â—²    9714    25F2    â—²    â—²    -    white square with lower right quadrant    printable    
â—³    9715    25F3    â—³    â—³    -    white square with upper right quadrant    printable    
â—´    9716    25F4    â—´    â—´    -     White Circle With Upper Left Quadrant    printable    
â—µ    9717    25F5    â—µ    â—µ    -     White Circle With Lower Left Quadrant    printable    
â—¶    9718    25F6    â—¶    â—¶    -     White Circle With Lower Right Quadrant    printable    
â—·    9719    25F7    â—·    â—·    -     White Circle With Upper Right Quadrant    printable    
â—¸    9720    25F8    â—¸    â—¸    â—¸    upper left triangle    printable    
â—¹    9721    25F9    â—¹    â—¹    â—¹    upper right triangle    printable    
â—º    9722    25FA    â—º    â—º    â—º    lower left triangle    printable    
â—»    9723    25FB    â—»    â—»    -    white medium square    printable    
â—¼    9724    25FC    â—¼    â—¼    -    black medium square    printable    
â—½    9725    25FD    â—½    â—½    -    white medium small square    printable    
â—¾    9726    25FE    â—¾    â—¾    -    black medium small square    printable    
â—¿    9727    25FF    â—¿    â—¿    -     Lower Right Triangle    printable    
★    9733    2605    â˜…    â˜…    â˜…    black star    printable    
★    9733    2605    â˜…    â˜…    â˜…    black star    printable    
☆    9734    2606    â˜†    â˜†    â˜†    white star    printable    
☎    9742    260E    â˜Ž    â˜Ž    â˜Ž    black telephone    printable    
☰    9776    2630    â˜°    â˜°    -     Trigram For Heaven    printable    
☱    9777    2631    â˜±    â˜±    -     Trigram For Lake    printable    
☲    9778    2632    â˜²    â˜²    -     Trigram For Fire    printable    
☳    9779    2633    â˜³    â˜³    -     Trigram For Thunder    printable    
☴    9780    2634    â˜´    â˜´    -     Trigram For Wind    printable    
☵    9781    2635    â˜µ    â˜µ    -     Trigram For Water    printable    
☶    9782    2636    â˜¶    â˜¶    -     Trigram For Mountain    printable    
☷    9783    2637    â˜·    â˜·    -     Trigram For Earth    printable    
♀    9792    2640    â™€    â™€    â™€    female sign    printable    
♂    9794    2642    â™‚    â™‚    â™‚    male sign    printable    
♠    9824    2660    ♠    ♠    ♠    black spade suit    printable    
♠    9824    2660    ♠    ♠    ♠    black spade suit    printable    
♢    9826    2662    â™¢    â™¢    -     White Diamond Suit    printable    
♣    9827    2663    ♣    ♣    ♣    black club suit    printable    
♣    9827    2663    ♣    ♣    ♣    black club suit    printable    
♥    9829    2665    ♥    ♥    ♥    black heart suit    printable    
♥    9829    2665    ♥    ♥    ♥    black heart suit    printable    
♦    9830    2666    ♦    ♦    &diams    black diamond suit    printable    
♦    9830    2666    ♦    ♦    ♦    black diamond suit    printable    
♦    9830    2666    ♦    ♦    ♦    black diamond suit    printable    
♪    9834    266A    â™ª    â™ª    â™ª    eighth note    printable    
â™­    9837    266D    â™­    â™­    â™­    music flat sign    printable    
â™®    9838    266E    â™®    â™®    â™®    music natural sign    printable    
â™®    9838    266E    â™®    â™®    â™®    music natural sign    printable    
♯    9839    266F    â™¯    â™¯    â™¯    music sharp sign    printable    
⚆    9862    2686    âš†    âš†    -     White Circle With Dot Right    printable    
⚇    9863    2687    âš‡    âš‡    -     White Circle With Two Dots    printable    
⚈    9864    2688    âšˆ    âšˆ    -     Black Circle With White Dot Right    printable    
⚉    9865    2689    âš‰    âš‰    -     Black Circle With Two White Dots    printable    
⚪    9898    26AA    âšª    âšª    -     Medium White Circle    printable    
âš«    9899    26AB    âš«    âš«    -     Medium Black Circle    printable    
⚬    9900    26AC    â𬠠  â𬠠  -     Medium Small White Circle    printable    
âš¿    9919    26BF    âš¿    âš¿    -    squared key    printable    
⛋    9931    26CB    â›‹    â›‹    -    white diamond in square    printable    
â››    9947    26DB    â››    â››    -     Heavy White Down-pointing Triangle    printable    
⛝    9949    26DD    â›    â›    -    squared saltire    printable    
⛞    9950    26DE    â›ž    â›ž    -    falling diagonal in white circle in black square    printable    
â›¶    9974    26F6    â›¶    â›¶    -    square four corners    printable    
⛾    9982    26FE    â›¾    â›¾    -    cup on black square    printable    
✓    10003    2713    âœ“    âœ“    âœ“    check mark    printable    
✓    10003    2713    âœ“    âœ“    âœ“    check mark    printable    
✗    10007    2717    âœ—    âœ—    âœ—    ballot x    printable    
✠    10016    2720    âœ     âœ     âœ     maltese cross    printable    
✠    10016    2720    âœ     âœ     âœ     maltese cross    printable    
✪    10026    272A    âœª    âœª    -     Circled White Star    printable    
✶    10038    2736    âœ¶    âœ¶    âœ¶    six pointed black star    printable    
❂    10050    2742    â‚    â‚    -     Circled Open Centre Eight Pointed Star    printable    
❍    10061    274D    â    â    -     Shadowed White Circle    printable    
❏    10063    274F    â    â    -    lower right drop-shadowed white square    printable    
❐    10064    2750    â    â    -    upper right drop-shadowed white square    printable    
❑    10065    2751    â‘    â‘    -    lower right shadowed white square    printable    
❒    10066    2752    â’    â’    -    upper right shadowed white square    printable    
❖    10070    2756    â–    â–    -     Black Diamond Minus White X    printable    
❘    10072    2758    â˜    â˜    â˜    light vertical bar    printable    
❲    10098    2772    â²    â²    â²    light left tortoise shell bracket ornament    printable    
❳    10099    2773    â³    â³    â³    light right tortoise shell bracket ornament    printable    
âž•    10133    2795    âž•    âž•    -     Heavy Plus Sign    printable    
âž–    10134    2796    âž–    âž–    -     Heavy Minus Sign    printable    
âž—    10135    2797    âž—    âž—    -     Heavy Division Sign    printable    
⟀    10176    27C0    âŸ€    âŸ€    -     Three Dimensional Angle    printable    
⟁    10177    27C1    âŸ    âŸ    -     White Triangle Containing Small White Triangle    printable    
⟋    10187    27CB    âŸ‹    âŸ‹    -     Mathematical Rising Diagonal    printable    
⟌    10188    27CC    âŸŒ    âŸŒ    -     Long Division    printable    
⟍    10189    27CD    âŸ    âŸ    -     Mathematical Falling Diagonal    printable    
⟎    10190    27CE    âŸŽ    âŸŽ    -    squared logical and    printable    
⟏    10191    27CF    âŸ    âŸ    -    squared logical or    printable    
⟐    10192    27D0    âŸ    âŸ    -     White Diamond With Centred Dot    printable    
⟟    10207    27DF    âŸŸ    âŸŸ    -     Up Tack With Circle Above    printable    
⟠    10208    27E0    âŸ     âŸ     -     Lozenge Divided By Horizontal Rule    printable    
⟡    10209    27E1    âŸ¡    âŸ¡    -     White Concave-sided Diamond    printable    
⟢    10210    27E2    âŸ¢    âŸ¢    -     White Concave-sided Diamond With Leftwards Tick    printable    
⟣    10211    27E3    âŸ£    âŸ£    -     White Concave-sided Diamond With Rightwards Tick    printable    
⟤    10212    27E4    âŸ¤    âŸ¤    -    white square with leftwards tick    printable    
⟥    10213    27E5    âŸ¥    âŸ¥    -    white square with rightwards tick    printable    
⟦    10214    27E6    âŸ¦    âŸ¦    âŸ¦    mathematical left white square bracket    printable    
⟦    10214    27E6    âŸ¦    âŸ¦    âŸ¦    mathematical left white square bracket    printable    
⟧    10215    27E7    âŸ§    âŸ§    âŸ§    mathematical right white square bracket    printable    
⟧    10215    27E7    âŸ§    âŸ§    âŸ§    mathematical right white square bracket    printable    
⟨    10216    27E8    ⟨    ⟨    ⟨    mathematical left angle bracket    printable    
⟨    10216    27E8    ⟨    ⟨    ⟨    mathematical left angle bracket    printable    
⟨    10216    27E8    ⟨    ⟨    ⟨    mathematical left angle bracket    printable    
⟩    10217    27E9    ⟩    ⟩    ⟩    mathematical right angle bracket    printable    
⟩    10217    27E9    ⟩    ⟩    ⟩    mathematical right angle bracket    printable    
⟩    10217    27E9    ⟩    ⟩    ⟩    mathematical right angle bracket    printable    
⟪    10218    27EA    âŸª    âŸª    âŸª    mathematical left double angle bracket    printable    
⟫    10219    27EB    âŸ«    âŸ«    âŸ«    mathematical right double angle bracket    printable    
⟬    10220    27EC    âŸ¬    âŸ¬    âŸ¬    mathematical left white tortoise shell bracket    printable    
⟭    10221    27ED    âŸ­    âŸ­    âŸ­    mathematical right white tortoise shell bracket    printable    
⟵    10229    27F5    âŸµ    âŸµ    âŸµ    long leftwards arrow    printable    
⟵    10229    27F5    âŸµ    âŸµ    âŸµ    long leftwards arrow    printable    
⟵    10229    27F5    âŸµ    âŸµ    âŸµ    long leftwards arrow    printable    
⟶    10230    27F6    âŸ¶    âŸ¶    âŸ¶    long rightwards arrow    printable    
⟶    10230    27F6    âŸ¶    âŸ¶    âŸ¶    long rightwards arrow    printable    
⟶    10230    27F6    âŸ¶    âŸ¶    âŸ¶    long rightwards arrow    printable    
⟷    10231    27F7    âŸ·    âŸ·    âŸ·    long left right arrow    printable    
⟷    10231    27F7    âŸ·    âŸ·    âŸ·    long left right arrow    printable    
⟷    10231    27F7    âŸ·    âŸ·    âŸ·    long left right arrow    printable    
⟸    10232    27F8    âŸ¸    âŸ¸    âŸ¸    long leftwards double arrow    printable    
⟸    10232    27F8    âŸ¸    âŸ¸    âŸ¸    long leftwards double arrow    printable    
⟸    10232    27F8    âŸ¸    âŸ¸    âŸ¸    long leftwards double arrow    printable    
⟹    10233    27F9    âŸ¹    âŸ¹    âŸ¹    long rightwards double arrow    printable    
⟹    10233    27F9    âŸ¹    âŸ¹    âŸ¹    long rightwards double arrow    printable    
⟹    10233    27F9    âŸ¹    âŸ¹    âŸ¹    long rightwards double arrow    printable    
⟺    10234    27FA    âŸº    âŸº    âŸº    long left right double arrow    printable    
⟺    10234    27FA    âŸº    âŸº    âŸº    long left right double arrow    printable    
⟺    10234    27FA    âŸº    âŸº    âŸº    long left right double arrow    printable    
⟼    10236    27FC    âŸ¼    âŸ¼    âŸ¼    long rightwards arrow from bar    printable    
⟼    10236    27FC    âŸ¼    âŸ¼    âŸ¼    long rightwards arrow from bar    printable    
⟿    10239    27FF    âŸ¿    âŸ¿    âŸ¿    long rightwards squiggle arrow    printable    
⤂    10498    2902    â¤‚    â¤‚    â¤‚    leftwards double arrow with vertical stroke    printable    
⤃    10499    2903    â¤ƒ    â¤ƒ    â¤ƒ    rightwards double arrow with vertical stroke    printable    
⤄    10500    2904    â¤„    â¤„    â¤„    left right double arrow with vertical stroke    printable    
⤅    10501    2905    â¤…    â¤…    â¤…    rightwards two-headed arrow from bar    printable    
⤌    10508    290C    â¤Œ    â¤Œ    â¤Œ    leftwards double dash arrow    printable    
⤍    10509    290D    â¤    â¤    â¤    rightwards double dash arrow    printable    
⤍    10509    290D    â¤    â¤    â¤    rightwards double dash arrow    printable    
⤎    10510    290E    â¤Ž    â¤Ž    â¤Ž    leftwards triple dash arrow    printable    
⤏    10511    290F    â¤    â¤    â¤    rightwards triple dash arrow    printable    
⤏    10511    290F    â¤    â¤    â¤    rightwards triple dash arrow    printable    
⤐    10512    2910    â¤    â¤    â¤    rightwards two-headed triple dash arrow    printable    
⤐    10512    2910    â¤    â¤    â¤    rightwards two-headed triple dash arrow    printable    
⤑    10513    2911    â¤‘    â¤‘    â¤‘    rightwards arrow with dotted stem    printable    
⤒    10514    2912    â¤’    â¤’    â¤’    upwards arrow to bar    printable    
⤓    10515    2913    â¤“    â¤“    â¤“    downwards arrow to bar    printable    
⤖    10518    2916    â¤–    â¤–    â¤–    rightwards two-headed arrow with tail    printable    
⤙    10521    2919    â¤™    â¤™    â¤™    leftwards arrow-tail    printable    
⤚    10522    291A    â¤š    â¤š    â¤š    rightwards arrow-tail    printable    
⤛    10523    291B    â¤›    â¤›    â¤›    leftwards double arrow-tail    printable    
⤜    10524    291C    â¤œ    â¤œ    â¤œ    rightwards double arrow-tail    printable    
⤝    10525    291D    â¤    â¤    â¤    leftwards arrow to black diamond    printable    
⤞    10526    291E    â¤ž    â¤ž    â¤ž    rightwards arrow to black diamond    printable    
⤟    10527    291F    â¤Ÿ    â¤Ÿ    â¤Ÿ    leftwards arrow from bar to black diamond    printable    
⤠    10528    2920    â¤     â¤     â¤     rightwards arrow from bar to black diamond    printable    
⤣    10531    2923    â¤£    â¤£    â¤£    north west arrow with hook    printable    
⤤    10532    2924    â¤¤    â¤¤    â¤¤    north east arrow with hook    printable    
⤥    10533    2925    â¤¥    â¤¥    â¤¥    south east arrow with hook    printable    
⤥    10533    2925    â¤¥    â¤¥    â¤¥    south east arrow with hook    printable    
⤦    10534    2926    â¤¦    â¤¦    â¤¦    south west arrow with hook    printable    
⤦    10534    2926    â¤¦    â¤¦    â¤¦    south west arrow with hook    printable    
⤧    10535    2927    â¤§    â¤§    â¤§    north west arrow and north east arrow    printable    
⤨    10536    2928    â¤¨    â¤¨    â¤¨    north east arrow and south east arrow    printable    
⤨    10536    2928    â¤¨    â¤¨    â¤¨    north east arrow and south east arrow    printable    
⤩    10537    2929    â¤©    â¤©    â¤©    south east arrow and south west arrow    printable    
⤩    10537    2929    â¤©    â¤©    â¤©    south east arrow and south west arrow    printable    
⤪    10538    292A    â¤ª    â¤ª    â¤ª    south west arrow and north west arrow    printable    
⤫    10539    292B    â¤«    â¤«    -     Rising Diagonal Crossing Falling Diagonal    printable    
⤬    10540    292C    â¤¬    â¤¬    -     Falling Diagonal Crossing Rising Diagonal    printable    
⤯    10543    292F    â¤¯    â¤¯    -     Falling Diagonal Crossing North East Arrow    printable    
⤰    10544    2930    â¤°    â¤°    -     Rising Diagonal Crossing South East Arrow    printable    
⤳    10547    2933    â¤³    â¤³    â¤³    wave arrow pointing directly right    printable    
⤵    10549    2935    â¤µ    â¤µ    â¤µ    arrow pointing rightwards then curving downwards    printable    
⤶    10550    2936    â¤¶    â¤¶    â¤¶    arrow pointing downwards then curving leftwards    printable    
⤷    10551    2937    â¤·    â¤·    â¤·    arrow pointing downwards then curving rightwards    printable    
⤸    10552    2938    â¤¸    â¤¸    â¤¸    right-side arc clockwise arrow    printable    
⤹    10553    2939    â¤¹    â¤¹    â¤¹    left-side arc anticlockwise arrow    printable    
⤺    10554    293A    â¤º    â¤º    -     Top Arc Anticlockwise Arrow    printable    
⤻    10555    293B    â¤»    â¤»    -     Bottom Arc Anticlockwise Arrow    printable    
⤼    10556    293C    â¤¼    â¤¼    â¤¼    top arc clockwise arrow with minus    printable    
⤽    10557    293D    â¤½    â¤½    â¤½    top arc anticlockwise arrow with plus    printable    
⥅    10565    2945    â¥…    â¥…    â¥…    rightwards arrow with plus below    printable    
⥈    10568    2948    â¥ˆ    â¥ˆ    â¥ˆ    left right arrow through small circle    printable    
⥉    10569    2949    â¥‰    â¥‰    â¥‰    upwards two-headed arrow from small circle    printable    
⥊    10570    294A    â¥Š    â¥Š    â¥Š    left barb up right barb down harpoon    printable    
⥋    10571    294B    â¥‹    â¥‹    â¥‹    left barb down right barb up harpoon    printable    
⥌    10572    294C    â¥Œ    â¥Œ    -     Up Barb Right Down Barb Left Harpoon    printable    
⥍    10573    294D    â¥    â¥    -     Up Barb Left Down Barb Right Harpoon    printable    
⥎    10574    294E    â¥Ž    â¥Ž    â¥Ž    left barb up right barb up harpoon    printable    
⥏    10575    294F    â¥    â¥    â¥    up barb right down barb right harpoon    printable    
⥐    10576    2950    â¥    â¥    â¥    left barb down right barb down harpoon    printable    
⥑    10577    2951    â¥‘    â¥‘    â¥‘    up barb left down barb left harpoon    printable    
⥒    10578    2952    â¥’    â¥’    â¥’    leftwards harpoon with barb up to bar    printable    
⥓    10579    2953    â¥“    â¥“    â¥“    rightwards harpoon with barb up to bar    printable    
⥔    10580    2954    â¥”    â¥”    â¥”    upwards harpoon with barb right to bar    printable    
⥕    10581    2955    â¥•    â¥•    â¥•    downwards harpoon with barb right to bar    printable    
⥖    10582    2956    â¥–    â¥–    â¥–    leftwards harpoon with barb down to bar    printable    
⥗    10583    2957    â¥—    â¥—    â¥—    rightwards harpoon with barb down to bar    printable    
⥘    10584    2958    â¥˜    â¥˜    â¥˜    upwards harpoon with barb left to bar    printable    
⥙    10585    2959    â¥™    â¥™    â¥™    downwards harpoon with barb left to bar    printable    
⥚    10586    295A    â¥š    â¥š    â¥š    leftwards harpoon with barb up from bar    printable    
⥛    10587    295B    â¥›    â¥›    â¥›    rightwards harpoon with barb up from bar    printable    
⥜    10588    295C    â¥œ    â¥œ    â¥œ    upwards harpoon with barb right from bar    printable    
⥝    10589    295D    â¥    â¥    â¥    downwards harpoon with barb right from bar    printable    
⥞    10590    295E    â¥ž    â¥ž    â¥ž    leftwards harpoon with barb down from bar    printable    
⥟    10591    295F    â¥Ÿ    â¥Ÿ    â¥Ÿ    rightwards harpoon with barb down from bar    printable    
⥠    10592    2960    â¥     â¥     â¥     upwards harpoon with barb left from bar    printable    
⥡    10593    2961    â¥¡    â¥¡    â¥¡    downwards harpoon with barb left from bar    printable    
⥢    10594    2962    â¥¢    â¥¢    â¥¢    leftwards harpoon with barb up above leftwards harpoon with barb down    printable    
⥣    10595    2963    â¥£    â¥£    â¥£    upwards harpoon with barb left beside upwards harpoon with barb right    printable    
⥤    10596    2964    â¥¤    â¥¤    â¥¤    rightwards harpoon with barb up above rightwards harpoon with barb down    printable    
⥥    10597    2965    â¥¥    â¥¥    â¥¥    downwards harpoon with barb left beside downwards harpoon with barb right    printable    
⥦    10598    2966    â¥¦    â¥¦    â¥¦    leftwards harpoon with barb up above rightwards harpoon with barb up    printable    
⥧    10599    2967    â¥§    â¥§    â¥§    leftwards harpoon with barb down above rightwards harpoon with barb down    printable    
⥨    10600    2968    â¥¨    â¥¨    â¥¨    rightwards harpoon with barb up above leftwards harpoon with barb up    printable    
⥩    10601    2969    â¥©    â¥©    â¥©    rightwards harpoon with barb down above leftwards harpoon with barb down    printable    
⥪    10602    296A    â¥ª    â¥ª    â¥ª    leftwards harpoon with barb up above long dash    printable    
⥫    10603    296B    â¥«    â¥«    â¥«    leftwards harpoon with barb down below long dash    printable    
⥬    10604    296C    â¥¬    â¥¬    â¥¬    rightwards harpoon with barb up above long dash    printable    
⥭    10605    296D    â¥­    â¥­    â¥­    rightwards harpoon with barb down below long dash    printable    
⥮    10606    296E    â¥®    â¥®    â¥®    upwards harpoon with barb left beside downwards harpoon with barb right    printable    
⥮    10606    296E    â¥®    â¥®    â¥®    upwards harpoon with barb left beside downwards harpoon with barb right    printable    
⥯    10607    296F    â¥¯    â¥¯    â¥¯    downwards harpoon with barb left beside upwards harpoon with barb right    printable    
⥯    10607    296F    â¥¯    â¥¯    â¥¯    downwards harpoon with barb left beside upwards harpoon with barb right    printable    
⥰    10608    2970    â¥°    â¥°    â¥°    right double arrow with rounded head    printable    
⥱    10609    2971    â¥±    â¥±    â¥±    equals sign above rightwards arrow    printable    
⥲    10610    2972    â¥²    â¥²    â¥²    tilde operator above rightwards arrow    printable    
⥳    10611    2973    â¥³    â¥³    â¥³    leftwards arrow above tilde operator    printable    
⥴    10612    2974    â¥´    â¥´    â¥´    rightwards arrow above tilde operator    printable    
⥵    10613    2975    â¥µ    â¥µ    â¥µ    rightwards arrow above almost equal to    printable    
⥶    10614    2976    â¥¶    â¥¶    â¥¶    less-than above leftwards arrow    printable    
⥷    10615    2977    â¥·    â¥·    -     Leftwards Arrow Through Less-than    printable    
⥸    10616    2978    â¥¸    â¥¸    â¥¸    greater-than above rightwards arrow    printable    
⥹    10617    2979    â¥¹    â¥¹    â¥¹    subset above rightwards arrow    printable    
⥻    10619    297B    â¥»    â¥»    â¥»    superset above leftwards arrow    printable    
⥼    10620    297C    â¥¼    â¥¼    â¥¼    left fish tail    printable    
⥽    10621    297D    â¥½    â¥½    â¥½    right fish tail    printable    
⥾    10622    297E    â¥¾    â¥¾    â¥¾    up fish tail    printable    
⥿    10623    297F    â¥¿    â¥¿    â¥¿    down fish tail    printable    
⦅    10629    2985    â¦…    â¦…    â¦…    left white parenthesis    printable    
⦆    10630    2986    â¦†    â¦†    â¦†    right white parenthesis    printable    
⦋    10635    298B    â¦‹    â¦‹    â¦‹    left square bracket with underbar    printable    
⦌    10636    298C    â¦Œ    â¦Œ    â¦Œ    right square bracket with underbar    printable    
⦍    10637    298D    â¦    â¦    â¦    left square bracket with tick in top corner    printable    
⦎    10638    298E    â¦Ž    â¦Ž    â¦Ž    right square bracket with tick in bottom corner    printable    
⦏    10639    298F    â¦    â¦    â¦    left square bracket with tick in bottom corner    printable    
⦐    10640    2990    â¦    â¦    â¦    right square bracket with tick in top corner    printable    
⦑    10641    2991    â¦‘    â¦‘    â¦‘    left angle bracket with dot    printable    
⦒    10642    2992    â¦’    â¦’    â¦’    right angle bracket with dot    printable    
⦓    10643    2993    â¦“    â¦“    â¦“    left arc less-than bracket    printable    
⦔    10644    2994    â¦”    â¦”    â¦”    right arc greater-than bracket    printable    
⦕    10645    2995    â¦•    â¦•    â¦•    double left arc greater-than bracket    printable    
⦖    10646    2996    â¦–    â¦–    â¦–    double right arc less-than bracket    printable    
⦚    10650    299A    â¦š    â¦š    â¦š    vertical zigzag line    printable    
⦛    10651    299B    â¦›    â¦›    -     Measured Angle Opening Left    printable    
⦜    10652    299C    â¦œ    â¦œ    â¦œ    right angle variant with square    printable    
⦝    10653    299D    â¦    â¦    â¦    measured right angle with dot    printable    
⦞    10654    299E    â¦ž    â¦ž    -     Angle With S Inside    printable    
⦟    10655    299F    â¦Ÿ    â¦Ÿ    -     Acute Angle    printable    
⦠    10656    29A0    â¦     â¦     -     Spherical Angle Opening Left    printable    
⦡    10657    29A1    â¦¡    â¦¡    -     Spherical Angle Opening Up    printable    
⦢    10658    29A2    â¦¢    â¦¢    -     Turned Angle    printable    
⦣    10659    29A3    â¦£    â¦£    -     Reversed Angle    printable    
⦤    10660    29A4    â¦¤    â¦¤    â¦¤    angle with underbar    printable    
⦥    10661    29A5    â¦¥    â¦¥    â¦¥    reversed angle with underbar    printable    
⦦    10662    29A6    â¦¦    â¦¦    â¦¦    oblique angle opening up    printable    
⦧    10663    29A7    â¦§    â¦§    â¦§    oblique angle opening down    printable    
⦨    10664    29A8    â¦¨    â¦¨    â¦¨    measured angle with open arm ending in arrow pointing up and right    printable    
⦩    10665    29A9    â¦©    â¦©    â¦©    measured angle with open arm ending in arrow pointing up and left    printable    
⦪    10666    29AA    â¦ª    â¦ª    â¦ª    measured angle with open arm ending in arrow pointing down and right    printable    
⦫    10667    29AB    â¦«    â¦«    â¦«    measured angle with open arm ending in arrow pointing down and left    printable    
⦬    10668    29AC    â¦¬    â¦¬    â¦¬    measured angle with open arm ending in arrow pointing right and up    printable    
⦭    10669    29AD    â¦­    â¦­    â¦­    measured angle with open arm ending in arrow pointing left and up    printable    
⦮    10670    29AE    â¦®    â¦®    â¦®    measured angle with open arm ending in arrow pointing right and down    printable    
⦯    10671    29AF    â¦¯    â¦¯    â¦¯    measured angle with open arm ending in arrow pointing left and down    printable    
⦰    10672    29B0    â¦°    â¦°    â¦°    reversed empty set    printable    
⦱    10673    29B1    â¦±    â¦±    â¦±    empty set with overbar    printable    
⦲    10674    29B2    â¦²    â¦²    â¦²    empty set with small circle above    printable    
⦳    10675    29B3    â¦³    â¦³    â¦³    empty set with right arrow above    printable    
⦴    10676    29B4    â¦´    â¦´    â¦´    empty set with left arrow above    printable    
⦵    10677    29B5    â¦µ    â¦µ    â¦µ    circle with horizontal bar    printable    
⦶    10678    29B6    â¦¶    â¦¶    â¦¶    circled vertical bar    printable    
⦷    10679    29B7    â¦·    â¦·    â¦·    circled parallel    printable    
⦸    10680    29B8    â¦¸    â¦¸    -     Circled Reverse Solidus    printable    
⦹    10681    29B9    â¦¹    â¦¹    â¦¹    circled perpendicular    printable    
⦺    10682    29BA    â¦º    â¦º    -     Circle Divided By Horizontal Bar And Top Half Divided By Vertical Bar    printable    
⦻    10683    29BB    â¦»    â¦»    â¦»    circle with superimposed x    printable    
⦼    10684    29BC    â¦¼    â¦¼    â¦¼    circled anticlockwise-rotated division sign    printable    
⦾    10686    29BE    â¦¾    â¦¾    â¦¾    circled white bullet    printable    
⦿    10687    29BF    â¦¿    â¦¿    â¦¿    circled bullet    printable    
â§€    10688    29C0    â§€    â§€    â§€    circled less-than    printable    
⧁    10689    29C1    â§    â§    â§    circled greater-than    printable    
â§‚    10690    29C2    â§‚    â§‚    â§‚    circle with small circle to the right    printable    
⧃    10691    29C3    â§ƒ    â§ƒ    â§ƒ    circle with two horizontal strokes to the right    printable    
â§„    10692    29C4    â§„    â§„    -    squared rising diagonal slash    printable    
â§…    10693    29C5    â§…    â§…    -    squared falling diagonal slash    printable    
⧆    10694    29C6    â§†    â§†    -    squared asterisk    printable    
⧇    10695    29C7    â§‡    â§‡    -    squared small circle    printable    
⧈    10696    29C8    â§ˆ    â§ˆ    -    squared square    printable    
⧉    10697    29C9    â§‰    â§‰    -    two joined squares    printable    
â§Š    10698    29CA    â§Š    â§Š    -     Triangle With Dot Above    printable    
â§‹    10699    29CB    â§‹    â§‹    -     Triangle With Underbar    printable    
â§Œ    10700    29CC    â§Œ    â§Œ    -     S In Triangle    printable    
⧍    10701    29CD    â§    â§    â§    triangle with serifs at bottom    printable    
â§Ž    10702    29CE    â§Ž    â§Ž    â§Ž    right triangle above left triangle    printable    
⧏    10703    29CF    â§    â§    â§    left triangle beside vertical bar    printable    
⧐    10704    29D0    â§    â§    â§    vertical bar beside right triangle    printable    
â§š    10714    29DA    â§š    â§š    âˆ½Ì±    left double wiggly fence    printable    
â§œ    10716    29DC    â§œ    â§œ    â§œ    incomplete infinity    printable    
⧝    10717    29DD    â§    â§    â§    tie over infinity    printable    
â§ž    10718    29DE    â§ž    â§ž    â§ž    infinity negated with vertical bar    printable    
â§     10720    29E0    â§     â§     -    square with contoured outline    printable    
â§£    10723    29E3    â§£    â§£    â§£    equals sign and slanted parallel    printable    
⧤    10724    29E4    â§¤    â§¤    â§¤    equals sign and slanted parallel with tilde above    printable    
â§¥    10725    29E5    â§¥    â§¥    â§¥    identical to and slanted parallel    printable    
⧨    10728    29E8    â§¨    â§¨    -     Down-pointing Triangle With Left Half Black    printable    
â§©    10729    29E9    â§©    â§©    -     Down-pointing Triangle With Right Half Black    printable    
â§«    10731    29EB    â§«    â§«    â§«    black lozenge    printable    
â§«    10731    29EB    â§«    â§«    â§«    black lozenge    printable    
â§®    10734    29EE    â§®    â§®    -    error-barred white square    printable    
⧯    10735    29EF    â§¯    â§¯    -    error-barred black square    printable    
â§°    10736    29F0    â§°    â§°    -     Error-barred White Diamond    printable    
â§±    10737    29F1    â§±    â§±    -     Error-barred Black Diamond    printable    
â§²    10738    29F2    â§²    â§²    -     Error-barred White Circle    printable    
â§³    10739    29F3    â§³    â§³    -     Error-barred Black Circle    printable    
â§´    10740    29F4    â§´    â§´    â§´    rule-delayed    printable    
â§¶    10742    29F6    â§¶    â§¶    â§¶    solidus with overbar    printable    
⧺    10746    29FA    â§º    â§º    -     Double Plus    printable    
â§»    10747    29FB    â§»    â§»    -     Triple Plus    printable    
⨀    10752    2A00    â¨€    â¨€    â¨€    n-ary circled dot operator    printable    
⨀    10752    2A00    â¨€    â¨€    â¨€    n-ary circled dot operator    printable    
⨁    10753    2A01    â¨    â¨    â¨    n-ary circled plus operator    printable    
⨁    10753    2A01    â¨    â¨    â¨    n-ary circled plus operator    printable    
⨂    10754    2A02    â¨‚    â¨‚    â¨‚    n-ary circled times operator    printable    
⨂    10754    2A02    â¨‚    â¨‚    â¨‚    n-ary circled times operator    printable    
⨄    10756    2A04    â¨„    â¨„    â¨„    n-ary union operator with plus    printable    
⨄    10756    2A04    â¨„    â¨„    â¨„    n-ary union operator with plus    printable    
⨅    10757    2A05    â¨…    â¨…    -     N-ary Square Intersection Operator    printable    
⨆    10758    2A06    â¨†    â¨†    â¨†    n-ary square union operator    printable    
⨆    10758    2A06    â¨†    â¨†    â¨†    n-ary square union operator    printable    
⨋    10763    2A0B    â¨‹    â¨‹    -     Summation With Integral    printable    
⨋    10763    2A0B    â¨‹    â¨‹    -     Summation With Integral    printable    
⨌    10764    2A0C    â¨Œ    â¨Œ    â¨Œ    quadruple integral operator    printable    
⨌    10764    2A0C    â¨Œ    â¨Œ    â¨Œ    quadruple integral operator    printable    
⨍    10765    2A0D    â¨    â¨    â¨    finite part integral    printable    
⨎    10766    2A0E    â¨Ž    â¨Ž    -     Integral With Double Stroke    printable    
⨏    10767    2A0F    â¨    â¨    -     Integral Average With Slash    printable    
⨐    10768    2A10    â¨    â¨    â¨    circulation function    printable    
⨑    10769    2A11    â¨‘    â¨‘    â¨‘    anticlockwise integration    printable    
⨒    10770    2A12    â¨’    â¨’    â¨’    line integration with rectangular path around pole    printable    
⨓    10771    2A13    â¨“    â¨“    â¨“    line integration with semicircular path around pole    printable    
⨔    10772    2A14    â¨”    â¨”    â¨”    line integration not including the pole    printable    
⨕    10773    2A15    â¨•    â¨•    â¨•    integral around a point operator    printable    
⨖    10774    2A16    â¨–    â¨–    â¨–    quaternion integral operator    printable    
⨗    10775    2A17    â¨—    â¨—    â¨—    integral with leftwards arrow with hook    printable    
⨘    10776    2A18    â¨˜    â¨˜    -     Integral With Times Sign    printable    
⨙    10777    2A19    â¨™    â¨™    -     Integral With Intersection    printable    
⨙    10777    2A19    â¨™    â¨™    -     Integral With Intersection    printable    
⨚    10778    2A1A    â¨š    â¨š    -     Integral With Union    printable    
⨛    10779    2A1B    â¨›    â¨›    -     Integral With Overbar    printable    
⨜    10780    2A1C    â¨œ    â¨œ    -     Integral With Underbar    printable    
⨞    10782    2A1E    â¨ž    â¨ž    -     Large Left Triangle Operator    printable    
⨢    10786    2A22    â¨¢    â¨¢    â¨¢    plus sign with small circle above    printable    
⨣    10787    2A23    â¨£    â¨£    â¨£    plus sign with circumflex accent above    printable    
⨤    10788    2A24    â¨¤    â¨¤    â¨¤    plus sign with tilde above    printable    
⨥    10789    2A25    â¨¥    â¨¥    â¨¥    plus sign with dot below    printable    
⨦    10790    2A26    â¨¦    â¨¦    â¨¦    plus sign with tilde below    printable    
⨧    10791    2A27    â¨§    â¨§    â¨§    plus sign with subscript two    printable    
⨨    10792    2A28    â¨¨    â¨¨    -     Plus Sign With Black Triangle    printable    
⨨    10792    2A28    â¨¨    â¨¨    -     Plus Sign With Black Triangle    printable    
⨩    10793    2A29    â¨©    â¨©    â¨©    minus sign with comma above    printable    
⨪    10794    2A2A    â¨ª    â¨ª    â¨ª    minus sign with dot below    printable    
⨫    10795    2A2B    â¨«    â¨«    -     Minus Sign With Falling Dots    printable    
⨬    10796    2A2C    â¨¬    â¨¬    -     Minus Sign With Rising Dots    printable    
⨭    10797    2A2D    â¨­    â¨­    â¨­    plus sign in left half circle    printable    
⨮    10798    2A2E    â¨®    â¨®    â¨®    plus sign in right half circle    printable    
⨯    10799    2A2F    â¨¯    â¨¯    â¨¯    vector or cross product    printable    
⨰    10800    2A30    â¨°    â¨°    â¨°    multiplication sign with dot above    printable    
⨱    10801    2A31    â¨±    â¨±    â¨±    multiplication sign with underbar    printable    
⨳    10803    2A33    â¨³    â¨³    â¨³    smash product    printable    
⨴    10804    2A34    â¨´    â¨´    â¨´    multiplication sign in left half circle    printable    
⨵    10805    2A35    â¨µ    â¨µ    â¨µ    multiplication sign in right half circle    printable    
⨶    10806    2A36    â¨¶    â¨¶    â¨¶    circled multiplication sign with circumflex accent    printable    
⨷    10807    2A37    â¨·    â¨·    â¨·    multiplication sign in double circle    printable    
⨸    10808    2A38    â¨¸    â¨¸    â¨¸    circled division sign    printable    
⨹    10809    2A39    â¨¹    â¨¹    â¨¹    plus sign in triangle    printable    
⨺    10810    2A3A    â¨º    â¨º    â¨º    minus sign in triangle    printable    
⨻    10811    2A3B    â¨»    â¨»    â¨»    multiplication sign in triangle    printable    
⨼    10812    2A3C    â¨¼    â¨¼    â¨¼    interior product    printable    
⨼    10812    2A3C    â¨¼    â¨¼    â¨¼    interior product    printable    
⨿    10815    2A3F    â¨¿    â¨¿    â¨¿    amalgamation or coproduct    printable    
â©€    10816    2A40    â©€    â©€    â©€    intersection with dot    printable    
⩁    10817    2A41    â©    â©    -     Union With Minus Sign    printable    
â©‚    10818    2A42    â©‚    â©‚    â©‚    union with overbar    printable    
⩃    10819    2A43    â©ƒ    â©ƒ    â©ƒ    intersection with overbar    printable    
â©„    10820    2A44    â©„    â©„    â©„    intersection with logical and    printable    
â©…    10821    2A45    â©…    â©…    â©…    union with logical or    printable    
⩆    10822    2A46    â©†    â©†    â©†    union above intersection    printable    
⩇    10823    2A47    â©‡    â©‡    â©‡    intersection above union    printable    
⩈    10824    2A48    â©ˆ    â©ˆ    â©ˆ    union above bar above intersection    printable    
⩉    10825    2A49    â©‰    â©‰    â©‰    intersection above bar above union    printable    
⩊    10826    2A4A    â©Š    â©Š    â©Š    union beside and joined with union    printable    
â©‹    10827    2A4B    â©‹    â©‹    â©‹    intersection beside and joined with intersection    printable    
⩌    10828    2A4C    â©Œ    â©Œ    â©Œ    closed union with serifs    printable    
⩍    10829    2A4D    â©    â©    â©    closed intersection with serifs    printable    
⩎    10830    2A4E    â©Ž    â©Ž    -     Double Square Intersection    printable    
⩐    10832    2A50    â©    â©    â©    closed union with serifs and smash product    printable    
â©“    10835    2A53    â©“    â©“    â©“    double logical and    printable    
â©”    10836    2A54    â©”    â©”    â©”    double logical or    printable    
â©•    10837    2A55    â©•    â©•    â©•    two intersecting logical and    printable    
â©–    10838    2A56    â©–    â©–    â©–    two intersecting logical or    printable    
â©—    10839    2A57    â©—    â©—    â©—    sloping large or    printable    
⩘    10840    2A58    â©˜    â©˜    â©˜    sloping large and    printable    
⩚    10842    2A5A    â©š    â©š    â©š    logical and with middle stem    printable    
â©›    10843    2A5B    â©›    â©›    â©›    logical or with middle stem    printable    
⩜    10844    2A5C    â©œ    â©œ    â©œ    logical and with horizontal dash    printable    
⩝    10845    2A5D    â©    â©    â©    logical or with horizontal dash    printable    
⩟    10847    2A5F    â©Ÿ    â©Ÿ    â©Ÿ    logical and with underbar    printable    
⩦    10854    2A66    â©¦    â©¦    â©¦    equals sign with dot below    printable    
â©§    10855    2A67    â©§    â©§    -     Identical With Dot Above    printable    
⩪    10858    2A6A    â©ª    â©ª    â©ª    tilde operator with dot above    printable    
⩬    10860    2A6C    â©¬    â©¬    -     Similar Minus Similar    printable    
â©­    10861    2A6D    â©­    â©­    â©­    congruent with dot above    printable    
â©®    10862    2A6E    â©®    â©®    â©®    equals with asterisk    printable    
⩯    10863    2A6F    â©¯    â©¯    â©¯    almost equal to with circumflex accent    printable    
â©°    10864    2A70    â©°    â©°    â©°    approximately equal or equal to    printable    
⩱    10865    2A71    â©±    â©±    â©±    equals sign above plus sign    printable    
⩲    10866    2A72    â©²    â©²    â©²    plus sign above equals sign    printable    
⩳    10867    2A73    â©³    â©³    â©³    equals sign above tilde operator    printable    
â©´    10868    2A74    â©´    â©´    â©´    double colon equal    printable    
⩵    10869    2A75    â©µ    â©µ    â©µ    two consecutive equals signs    printable    
â©¶    10870    2A76    â©¶    â©¶    -     Three Consecutive Equals Signs    printable    
â©·    10871    2A77    â©·    â©·    â©·    equals sign with two dots above and two dots below    printable    
â©·    10871    2A77    â©·    â©·    â©·    equals sign with two dots above and two dots below    printable    
⩸    10872    2A78    â©¸    â©¸    â©¸    equivalent with four dots above    printable    
⩹    10873    2A79    â©¹    â©¹    â©¹    less-than with circle inside    printable    
⩺    10874    2A7A    â©º    â©º    â©º    greater-than with circle inside    printable    
â©»    10875    2A7B    â©»    â©»    â©»    less-than with question mark above    printable    
⩼    10876    2A7C    â©¼    â©¼    â©¼    greater-than with question mark above    printable    
⩽    10877    2A7D    â©½    â©½    â©½    less-than or slanted equal to    printable    
⩽    10877    2A7D    â©½    â©½    â©½    less-than or slanted equal to    printable    
⩽    10877    2A7D    â©½    â©½    â©½    less-than or slanted equal to    printable    
⩾    10878    2A7E    â©¾    â©¾    â©¾    greater-than or slanted equal to    printable    
⩾    10878    2A7E    â©¾    â©¾    â©¾    greater-than or slanted equal to    printable    
⩾    10878    2A7E    â©¾    â©¾    â©¾    greater-than or slanted equal to    printable    
â©¿    10879    2A7F    â©¿    â©¿    â©¿    less-than or slanted equal to with dot inside    printable    
⪀    10880    2A80    âª€    âª€    âª€    greater-than or slanted equal to with dot inside    printable    
⪁    10881    2A81    âª    âª    âª    less-than or slanted equal to with dot above    printable    
⪂    10882    2A82    âª‚    âª‚    âª‚    greater-than or slanted equal to with dot above    printable    
⪃    10883    2A83    âªƒ    âªƒ    âªƒ    less-than or slanted equal to with dot above right    printable    
⪄    10884    2A84    âª„    âª„    âª„    greater-than or slanted equal to with dot above left    printable    
⪅    10885    2A85    âª…    âª…    âª…    less-than or approximate    printable    
⪅    10885    2A85    âª…    âª…    âª…    less-than or approximate    printable    
⪆    10886    2A86    âª†    âª†    âª†    greater-than or approximate    printable    
⪆    10886    2A86    âª†    âª†    âª†    greater-than or approximate    printable    
⪇    10887    2A87    âª‡    âª‡    âª‡    less-than and single-line not equal to    printable    
⪇    10887    2A87    âª‡    âª‡    âª‡    less-than and single-line not equal to    printable    
⪈    10888    2A88    âªˆ    âªˆ    âªˆ    greater-than and single-line not equal to    printable    
⪈    10888    2A88    âªˆ    âªˆ    âªˆ    greater-than and single-line not equal to    printable    
⪉    10889    2A89    âª‰    âª‰    âª‰    less-than and not approximate    printable    
⪉    10889    2A89    âª‰    âª‰    âª‰    less-than and not approximate    printable    
⪊    10890    2A8A    âªŠ    âªŠ    âªŠ    greater-than and not approximate    printable    
⪊    10890    2A8A    âªŠ    âªŠ    âªŠ    greater-than and not approximate    printable    
⪋    10891    2A8B    âª‹    âª‹    âª‹    less-than above double-line equal above greater-than    printable    
⪋    10891    2A8B    âª‹    âª‹    âª‹    less-than above double-line equal above greater-than    printable    
⪌    10892    2A8C    âªŒ    âªŒ    âªŒ    greater-than above double-line equal above less-than    printable    
⪌    10892    2A8C    âªŒ    âªŒ    âªŒ    greater-than above double-line equal above less-than    printable    
⪍    10893    2A8D    âª    âª    âª    less-than above similar or equal    printable    
⪎    10894    2A8E    âªŽ    âªŽ    âªŽ    greater-than above similar or equal    printable    
⪏    10895    2A8F    âª    âª    âª    less-than above similar above greater-than    printable    
⪐    10896    2A90    âª    âª    âª    greater-than above similar above less-than    printable    
⪑    10897    2A91    âª‘    âª‘    âª‘    less-than above greater-than above double-line equal    printable    
⪒    10898    2A92    âª’    âª’    âª’    greater-than above less-than above double-line equal    printable    
⪓    10899    2A93    âª“    âª“    âª“    less-than above slanted equal above greater-than above slanted equal    printable    
⪔    10900    2A94    âª”    âª”    âª”    greater-than above slanted equal above less-than above slanted equal    printable    
⪕    10901    2A95    âª•    âª•    âª•    slanted equal to or less-than    printable    
⪕    10901    2A95    âª•    âª•    âª•    slanted equal to or less-than    printable    
⪖    10902    2A96    âª–    âª–    âª–    slanted equal to or greater-than    printable    
⪖    10902    2A96    âª–    âª–    âª–    slanted equal to or greater-than    printable    
⪗    10903    2A97    âª—    âª—    âª—    slanted equal to or less-than with dot inside    printable    
⪘    10904    2A98    âª˜    âª˜    âª˜    slanted equal to or greater-than with dot inside    printable    
⪙    10905    2A99    âª™    âª™    âª™    double-line equal to or less-than    printable    
⪚    10906    2A9A    âªš    âªš    âªš    double-line equal to or greater-than    printable    
⪜    10908    2A9C    âªœ    âªœ    -     Double-line Slanted Equal To Or Greater-than    printable    
⪝    10909    2A9D    âª    âª    âª    similar or less-than    printable    
⪞    10910    2A9E    âªž    âªž    âªž    similar or greater-than    printable    
⪟    10911    2A9F    âªŸ    âªŸ    âªŸ    similar above less-than above equals sign    printable    
⪠    10912    2AA0    âª     âª     âª     similar above greater-than above equals sign    printable    
⪡    10913    2AA1    âª¡    âª¡    âª¡    double nested less-than    printable    
⪢    10914    2AA2    âª¢    âª¢    âª¢    double nested greater-than    printable    
⪤    10916    2AA4    âª¤    âª¤    âª¤    greater-than overlapping less-than    printable    
⪥    10917    2AA5    âª¥    âª¥    âª¥    greater-than beside less-than    printable    
⪦    10918    2AA6    âª¦    âª¦    âª¦    less-than closed by curve    printable    
⪧    10919    2AA7    âª§    âª§    âª§    greater-than closed by curve    printable    
⪨    10920    2AA8    âª¨    âª¨    âª¨    less-than closed by curve above slanted equal    printable    
⪩    10921    2AA9    âª©    âª©    âª©    greater-than closed by curve above slanted equal    printable    
⪪    10922    2AAA    âªª    âªª    âªª    smaller than    printable    
⪫    10923    2AAB    âª«    âª«    âª«    larger than    printable    
⪬    10924    2AAC    âª¬    âª¬    âª¬    smaller than or equal to    printable    
⪭    10925    2AAD    âª­    âª­    âª­    larger than or equal to    printable    
⪮    10926    2AAE    âª®    âª®    âª®    equals sign with bumpy above    printable    
⪯    10927    2AAF    âª¯    âª¯    âª¯    precedes above single-line equals sign    printable    
⪯    10927    2AAF    âª¯    âª¯    âª¯    precedes above single-line equals sign    printable    
⪯    10927    2AAF    âª¯    âª¯    âª¯    precedes above single-line equals sign    printable    
⪰    10928    2AB0    âª°    âª°    âª°    succeeds above single-line equals sign    printable    
⪰    10928    2AB0    âª°    âª°    âª°    succeeds above single-line equals sign    printable    
⪰    10928    2AB0    âª°    âª°    âª°    succeeds above single-line equals sign    printable    
⪱    10929    2AB1    âª±    âª±    -     Precedes Above Single-line Not Equal To    printable    
⪲    10930    2AB2    âª²    âª²    -     Succeeds Above Single-line Not Equal To    printable    
⪳    10931    2AB3    âª³    âª³    âª³    precedes above equals sign    printable    
⪴    10932    2AB4    âª´    âª´    âª´    succeeds above equals sign    printable    
⪵    10933    2AB5    âªµ    âªµ    âªµ    precedes above not equal to    printable    
⪵    10933    2AB5    âªµ    âªµ    âªµ    precedes above not equal to    printable    
⪶    10934    2AB6    âª¶    âª¶    âª¶    succeeds above not equal to    printable    
⪶    10934    2AB6    âª¶    âª¶    âª¶    succeeds above not equal to    printable    
⪷    10935    2AB7    âª·    âª·    âª·    precedes above almost equal to    printable    
⪷    10935    2AB7    âª·    âª·    âª·    precedes above almost equal to    printable    
⪸    10936    2AB8    âª¸    âª¸    âª¸    succeeds above almost equal to    printable    
⪸    10936    2AB8    âª¸    âª¸    âª¸    succeeds above almost equal to    printable    
⪹    10937    2AB9    âª¹    âª¹    âª¹    precedes above not almost equal to    printable    
⪹    10937    2AB9    âª¹    âª¹    âª¹    precedes above not almost equal to    printable    
⪺    10938    2ABA    âªº    âªº    âªº    succeeds above not almost equal to    printable    
⪺    10938    2ABA    âªº    âªº    âªº    succeeds above not almost equal to    printable    
⪻    10939    2ABB    âª»    âª»    âª»    double precedes    printable    
⪼    10940    2ABC    âª¼    âª¼    âª¼    double succeeds    printable    
⪽    10941    2ABD    âª½    âª½    âª½    subset with dot    printable    
⪾    10942    2ABE    âª¾    âª¾    âª¾    superset with dot    printable    
⪿    10943    2ABF    âª¿    âª¿    âª¿    subset with plus sign below    printable    
â«€    10944    2AC0    â«€    â«€    â«€    superset with plus sign below    printable    
⫁    10945    2AC1    â«    â«    â«    subset with multiplication sign below    printable    
â«‚    10946    2AC2    â«‚    â«‚    â«‚    superset with multiplication sign below    printable    
⫃    10947    2AC3    â«ƒ    â«ƒ    â«ƒ    subset of or equal to with dot above    printable    
â«„    10948    2AC4    â«„    â«„    â«„    superset of or equal to with dot above    printable    
â«…    10949    2AC5    â«…    â«…    â«…    subset of above equals sign    printable    
â«…    10949    2AC5    â«…    â«…    â«…    subset of above equals sign    printable    
⫆    10950    2AC6    â«†    â«†    â«†    superset of above equals sign    printable    
⫆    10950    2AC6    â«†    â«†    â«†    superset of above equals sign    printable    
⫇    10951    2AC7    â«‡    â«‡    â«‡    subset of above tilde operator    printable    
⫈    10952    2AC8    â«ˆ    â«ˆ    â«ˆ    superset of above tilde operator    printable    
⫉    10953    2AC9    â«‰    â«‰    -     Subset Of Above Almost Equal To    printable    
⫊    10954    2ACA    â«Š    â«Š    -     Superset Of Above Almost Equal To    printable    
â«‹    10955    2ACB    â«‹    â«‹    â«‹    subset of above not equal to    printable    
â«‹    10955    2ACB    â«‹    â«‹    â«‹    subset of above not equal to    printable    
⫌    10956    2ACC    â«Œ    â«Œ    â«Œ    superset of above not equal to    printable    
⫌    10956    2ACC    â«Œ    â«Œ    â«Œ    superset of above not equal to    printable    
⫏    10959    2ACF    â«    â«    â«    closed subset    printable    
⫐    10960    2AD0    â«    â«    â«    closed superset    printable    
â«‘    10961    2AD1    â«‘    â«‘    â«‘    closed subset or equal to    printable    
â«’    10962    2AD2    â«’    â«’    â«’    closed superset or equal to    printable    
â«“    10963    2AD3    â«“    â«“    â«“    subset above superset    printable    
â«”    10964    2AD4    â«”    â«”    â«”    superset above subset    printable    
â«•    10965    2AD5    â«•    â«•    â«•    subset above subset    printable    
â«–    10966    2AD6    â«–    â«–    â«–    superset above superset    printable    
â«—    10967    2AD7    â«—    â«—    â«—    superset beside subset    printable    
⫘    10968    2AD8    â«˜    â«˜    â«˜    superset beside and joined by dash with subset    printable    
â«™    10969    2AD9    â«™    â«™    â«™    element of opening downwards    printable    
⫚    10970    2ADA    â«š    â«š    â«š    pitchfork with tee top    printable    
â«›    10971    2ADB    â«›    â«›    â«›    transversal intersection    printable    
⫤    10980    2AE4    â«¤    â«¤    â«¤    vertical bar double left turnstile    printable    
⫤    10980    2AE4    â«¤    â«¤    â«¤    vertical bar double left turnstile    printable    
⫦    10982    2AE6    â«¦    â«¦    â«¦    long dash from left member of double vertical    printable    
â«§    10983    2AE7    â«§    â«§    â«§    short down tack with overbar    printable    
⫨    10984    2AE8    â«¨    â«¨    â«¨    short up tack with underbar    printable    
â«©    10985    2AE9    â«©    â«©    â«©    short up tack above short down tack    printable    
â««    10987    2AEB    â««    â««    â««    double up tack    printable    
⫬    10988    2AEC    â«¬    â«¬    â«¬    double stroke not sign    printable    
â«­    10989    2AED    â«­    â«­    â«­    reversed double stroke not sign    printable    
â«®    10990    2AEE    â«®    â«®    â«®    does not divide with reversed negation slash    printable    
⫯    10991    2AEF    â«¯    â«¯    â«¯    vertical line with circle above    printable    
â«°    10992    2AF0    â«°    â«°    â«°    vertical line with circle below    printable    
⫱    10993    2AF1    â«±    â«±    â«±    down tack with circle below    printable    
⫲    10994    2AF2    â«²    â«²    â«²    parallel with horizontal stroke    printable    
⫳    10995    2AF3    â«³    â«³    â«³    parallel with tilde operator    printable    
⫸    11000    2AF8    â«¸    â«¸    -     Triple Nested Greater-than    printable    
⫺    11002    2AFA    â«º    â«º    -     Double-line Slanted Greater-than Or Equal To    printable    
⫽    11005    2AFD    â«½    â«½    â«½    double solidus operator    printable    
⬒    11026    2B12    â¬’    â¬’    -    square with top half black    printable    
⬓    11027    2B13    â¬“    â¬“    -    square with bottom half black    printable    
⬔    11028    2B14    â¬”    â¬”    -    square with upper right diagonal half black    printable    
⬕    11029    2B15    â¬•    â¬•    -    square with lower left diagonal half black    printable    
⬖    11030    2B16    â¬–    â¬–    -     Diamond With Left Half Black    printable    
⬗    11031    2B17    â¬—    â¬—    -     Diamond With Right Half Black    printable    
⬘    11032    2B18    â¬˜    â¬˜    -     Diamond With Top Half Black    printable    
⬙    11033    2B19    â¬™    â¬™    -     Diamond With Bottom Half Black    printable    
⬚    11034    2B1A    â¬š    â¬š    -    dotted square    printable    
⬛    11035    2B1B    â¬›    â¬›    -    black large square    printable    
⬜    11036    2B1C    â¬œ    â¬œ    -    white large square    printable    
⬝    11037    2B1D    â¬    â¬    -    black very small square    printable    
⬞    11038    2B1E    â¬ž    â¬ž    -    white very small square    printable    
⬟    11039    2B1F    â¬Ÿ    â¬Ÿ    -     Black Pentagon    printable    
⬠    11040    2B20    â¬     â¬     -     White Pentagon    printable    
⬡    11041    2B21    â¬¡    â¬¡    -     White Hexagon    printable    
⬢    11042    2B22    â¬¢    â¬¢    -     Black Hexagon    printable    
⬣    11043    2B23    â¬£    â¬£    -     Horizontal Black Hexagon    printable    
⬤    11044    2B24    â¬¤    â¬¤    -     Black Large Circle    printable    
⬥    11045    2B25    â¬¥    â¬¥    -     Black Medium Diamond    printable    
⬦    11046    2B26    â¬¦    â¬¦    -     White Medium Diamond    printable    
⬧    11047    2B27    â¬§    â¬§    -     Black Medium Lozenge    printable    
⬨    11048    2B28    â¬¨    â¬¨    -     White Medium Lozenge    printable    
⬩    11049    2B29    â¬©    â¬©    -     Black Small Diamond    printable    
⬪    11050    2B2A    â¬ª    â¬ª    -     Black Small Lozenge    printable    
⬫    11051    2B2B    â¬«    â¬«    -     White Small Lozenge    printable    
⬬    11052    2B2C    â¬¬    â¬¬    -     Black Horizontal Ellipse    printable    
⬭    11053    2B2D    â¬­    â¬­    -     White Horizontal Ellipse    printable    
⬮    11054    2B2E    â¬®    â¬®    -     Black Vertical Ellipse    printable    
⬯    11055    2B2F    â¬¯    â¬¯    -     White Vertical Ellipse    printable    
â­€    11072    2B40    â­€    â­€    -     Equals Sign Above Leftwards Arrow    printable    
â­‚    11074    2B42    â­‚    â­‚    -     Leftwards Arrow Above Reverse Almost Equal To    printable    
â­ƒ    11075    2B43    â­ƒ    â­ƒ    -     Rightwards Arrow Through Greater-than    printable    
â­ˆ    11080    2B48    â­ˆ    â­ˆ    -     Rightwards Arrow Above Reverse Almost Equal To    printable    
â­Š    11082    2B4A    â­Š    â­Š    -     Leftwards Arrow Above Almost Equal To    printable    
â­“    11091    2B53    â­“    â­“    -     Black Right-pointing Pentagon    printable    
â­”    11092    2B54    â­”    â­”    -     White Right-pointing Pentagon    printable    
â­•    11093    2B55    â­•    â­•    -     Heavy Large Circle    printable    
⯀    11200    2BC0    â¯€    â¯€    -    black square centred    printable    
⯁    11201    2BC1    â¯    â¯    -     Black Diamond Centred    printable    
⯂    11202    2BC2    â¯‚    â¯‚    -     Turned Black Pentagon    printable    
⯐    11216    2BD0    â¯    â¯    -    square position indicator    printable    
⸖    11798    2E16    â¸–    â¸–    -     Dotted Right-pointing Angle    printable    
ꜚ    42778    A71A    êœš    êœš    -     Modifier Letter Lower Right Corner Angle    printable    
꞊    42890    A78A    êžŠ    êžŠ    -     Modifier Letter Short Equals Sign    printable    
ff    64256    FB00    ï¬€    ï¬€    ï¬€    latin small ligature ff    printable    
fi    64257    FB01    ï¬    ï¬    ï¬    latin small ligature fi    printable    
fl    64258    FB02    ï¬‚    ï¬‚    ï¬‚    latin small ligature fl    printable    
ffi    64259    FB03    ï¬ƒ    ï¬ƒ    ï¬ƒ    latin small ligature ffi    printable    
ffl    64260    FB04    ï¬„    ï¬„    ï¬„    latin small ligature ffl    printable    
ï¹¢    65122    FE62    ï¹¢    ï¹¢    -     Small Plus Sign    printable    
ï¹£    65123    FE63    ï¹£    ï¹£    -     Small Hyphen-minus    printable    
ï¹¥    65125    FE65    ï¹¥    ï¹¥    -     Small Greater-than Sign    printable    
﹦    65126    FE66    ï¹¦    ï¹¦    -     Small Equals Sign    printable    
﹪    65130    FE6A    ï¹ª    ï¹ª    -     Small Percent Sign    printable    
ï¼…    65285    FF05    ï¼…    ï¼…    -     Fullwidth Percent Sign    printable    
+    65291    FF0B    ï¼‹    ï¼‹    -     Fullwidth Plus Sign    printable    
-    65293    FF0D    ï¼    ï¼    -     Fullwidth Hyphen-minus    printable    
=    65309    FF1D    ï¼    ï¼    -     Fullwidth Equals Sign    printable    
>    65310    FF1E    ï¼ž    ï¼ž    -     Fullwidth Greater-than Sign    printable    
𐎄    66436    10384    ðŽ„    ðŽ„    -     Ugaritic Letter Delta    printable    
𝒜    119964    1D49C    ð’œ    ð’œ    ð’œ    mathematical script capital a    printable    
𝒞    119966    1D49E    ð’ž    ð’ž    ð’ž    mathematical script capital c    printable    
𝒟    119967    1D49F    ð’Ÿ    ð’Ÿ    ð’Ÿ    mathematical script capital d    printable    
𝒢    119970    1D4A2    ð’¢    ð’¢    ð’¢    mathematical script capital g    printable    
𝒥    119973    1D4A5    ð’¥    ð’¥    ð’¥    mathematical script capital j    printable    
𝒦    119974    1D4A6    ð’¦    ð’¦    ð’¦    mathematical script capital k    printable    
𝒩    119977    1D4A9    ð’©    ð’©    ð’©    mathematical script capital n    printable    
𝒪    119978    1D4AA    ð’ª    ð’ª    ð’ª    mathematical script capital o    printable    
𝒫    119979    1D4AB    ð’«    ð’«    ð’«    mathematical script capital p    printable    
𝒬    119980    1D4AC    ð’¬    ð’¬    ð’¬    mathematical script capital q    printable    
𝒮    119982    1D4AE    ð’®    ð’®    ð’®    mathematical script capital s    printable    
𝒯    119983    1D4AF    ð’¯    ð’¯    ð’¯    mathematical script capital t    printable    
𝒰    119984    1D4B0    ð’°    ð’°    ð’°    mathematical script capital u    printable    
𝒱    119985    1D4B1    ð’±    ð’±    ð’±    mathematical script capital v    printable    
𝒲    119986    1D4B2    ð’²    ð’²    ð’²    mathematical script capital w    printable    
𝒳    119987    1D4B3    ð’³    ð’³    ð’³    mathematical script capital x    printable    
𝒴    119988    1D4B4    ð’´    ð’´    ð’´    mathematical script capital y    printable    
𝒵    119989    1D4B5    ð’µ    ð’µ    ð’µ    mathematical script capital z    printable    
𝒶    119990    1D4B6    ð’¶    ð’¶    ð’¶    mathematical script small a    printable    
𝒷    119991    1D4B7    ð’·    ð’·    ð’·    mathematical script small b    printable    
𝒸    119992    1D4B8    ð’¸    ð’¸    ð’¸    mathematical script small c    printable    
𝒹    119993    1D4B9    ð’¹    ð’¹    ð’¹    mathematical script small d    printable    
𝒻    119995    1D4BB    ð’»    ð’»    ð’»    mathematical script small f    printable    
𝒽    119997    1D4BD    ð’½    ð’½    ð’½    mathematical script small h    printable    
𝒾    119998    1D4BE    ð’¾    ð’¾    ð’¾    mathematical script small i    printable    
𝒿    119999    1D4BF    ð’¿    ð’¿    ð’¿    mathematical script small j    printable    
𝓀    120000    1D4C0    ð“€    ð“€    ð“€    mathematical script small k    printable    
𝓁    120001    1D4C1    ð“    ð“    ð“    mathematical script small l    printable    
𝓂    120002    1D4C2    ð“‚    ð“‚    ð“‚    mathematical script small m    printable    
𝓃    120003    1D4C3    ð“ƒ    ð“ƒ    ð“ƒ    mathematical script small n    printable    
𝓅    120005    1D4C5    ð“…    ð“…    ð“…    mathematical script small p    printable    
𝓆    120006    1D4C6    ð“†    ð“†    ð“†    mathematical script small q    printable    
𝓇    120007    1D4C7    ð“‡    ð“‡    ð“‡    mathematical script small r    printable    
𝓈    120008    1D4C8    ð“ˆ    ð“ˆ    ð“ˆ    mathematical script small s    printable    
𝓉    120009    1D4C9    ð“‰    ð“‰    ð“‰    mathematical script small t    printable    
𝓊    120010    1D4CA    ð“Š    ð“Š    ð“Š    mathematical script small u    printable    
𝓋    120011    1D4CB    ð“‹    ð“‹    ð“‹    mathematical script small v    printable    
𝓌    120012    1D4CC    ð“Œ    ð“Œ    ð“Œ    mathematical script small w    printable    
𝓍    120013    1D4CD    ð“    ð“    ð“    mathematical script small x    printable    
𝓎    120014    1D4CE    ð“Ž    ð“Ž    ð“Ž    mathematical script small y    printable    
𝓏    120015    1D4CF    ð“    ð“    ð“    mathematical script small z    printable    
𝔄    120068    1D504    ð”„    ð”„    ð”„    mathematical fraktur capital a    printable    
𝔅    120069    1D505    ð”…    ð”…    ð”…    mathematical fraktur capital b    printable    
𝔇    120071    1D507    ð”‡    ð”‡    ð”‡    mathematical fraktur capital d    printable    
𝔈    120072    1D508    ð”ˆ    ð”ˆ    ð”ˆ    mathematical fraktur capital e    printable    
𝔉    120073    1D509    ð”‰    ð”‰    ð”‰    mathematical fraktur capital f    printable    
𝔊    120074    1D50A    ð”Š    ð”Š    ð”Š    mathematical fraktur capital g    printable    
𝔍    120077    1D50D    ð”    ð”    ð”    mathematical fraktur capital j    printable    
𝔎    120078    1D50E    ð”Ž    ð”Ž    ð”Ž    mathematical fraktur capital k    printable    
𝔏    120079    1D50F    ð”    ð”    ð”    mathematical fraktur capital l    printable    
𝔐    120080    1D510    ð”    ð”    ð”    mathematical fraktur capital m    printable    
𝔑    120081    1D511    ð”‘    ð”‘    ð”‘    mathematical fraktur capital n    printable    
𝔒    120082    1D512    ð”’    ð”’    ð”’    mathematical fraktur capital o    printable    
𝔓    120083    1D513    ð”“    ð”“    ð”“    mathematical fraktur capital p    printable    
𝔔    120084    1D514    ð””    ð””    ð””    mathematical fraktur capital q    printable    
𝔖    120086    1D516    ð”–    ð”–    ð”–    mathematical fraktur capital s    printable    
𝔗    120087    1D517    ð”—    ð”—    ð”—    mathematical fraktur capital t    printable    
𝔘    120088    1D518    ð”˜    ð”˜    ð”˜    mathematical fraktur capital u    printable    
𝔙    120089    1D519    ð”™    ð”™    ð”™    mathematical fraktur capital v    printable    
𝔚    120090    1D51A    ð”š    ð”š    ð”š    mathematical fraktur capital w    printable    
𝔛    120091    1D51B    ð”›    ð”›    ð”›    mathematical fraktur capital x    printable    
𝔜    120092    1D51C    ð”œ    ð”œ    ð”œ    mathematical fraktur capital y    printable    
𝔞    120094    1D51E    ð”ž    ð”ž    ð”ž    mathematical fraktur small a    printable    
𝔟    120095    1D51F    ð”Ÿ    ð”Ÿ    ð”Ÿ    mathematical fraktur small b    printable    
𝔠    120096    1D520    ð”     ð”     ð”     mathematical fraktur small c    printable    
𝔡    120097    1D521    ð”¡    ð”¡    ð”¡    mathematical fraktur small d    printable    
𝔢    120098    1D522    ð”¢    ð”¢    ð”¢    mathematical fraktur small e    printable    
𝔣    120099    1D523    ð”£    ð”£    ð”£    mathematical fraktur small f    printable    
𝔤    120100    1D524    ð”¤    ð”¤    ð”¤    mathematical fraktur small g    printable    
𝔥    120101    1D525    ð”¥    ð”¥    ð”¥    mathematical fraktur small h    printable    
𝔦    120102    1D526    ð”¦    ð”¦    ð”¦    mathematical fraktur small i    printable    
𝔧    120103    1D527    ð”§    ð”§    ð”§    mathematical fraktur small j    printable    
𝔨    120104    1D528    ð”¨    ð”¨    ð”¨    mathematical fraktur small k    printable    
𝔩    120105    1D529    ð”©    ð”©    ð”©    mathematical fraktur small l    printable    
𝔪    120106    1D52A    ð”ª    ð”ª    ð”ª    mathematical fraktur small m    printable    
𝔫    120107    1D52B    ð”«    ð”«    ð”«    mathematical fraktur small n    printable    
𝔬    120108    1D52C    ð”¬    ð”¬    ð”¬    mathematical fraktur small o    printable    
𝔭    120109    1D52D    ð”­    ð”­    ð”­    mathematical fraktur small p    printable    
𝔮    120110    1D52E    ð”®    ð”®    ð”®    mathematical fraktur small q    printable    
𝔯    120111    1D52F    ð”¯    ð”¯    ð”¯    mathematical fraktur small r    printable    
𝔰    120112    1D530    ð”°    ð”°    ð”°    mathematical fraktur small s    printable    
𝔱    120113    1D531    ð”±    ð”±    ð”±    mathematical fraktur small t    printable    
𝔲    120114    1D532    ð”²    ð”²    ð”²    mathematical fraktur small u    printable    
𝔳    120115    1D533    ð”³    ð”³    ð”³    mathematical fraktur small v    printable    
𝔴    120116    1D534    ð”´    ð”´    ð”´    mathematical fraktur small w    printable    
𝔵    120117    1D535    ð”µ    ð”µ    ð”µ    mathematical fraktur small x    printable    
𝔶    120118    1D536    ð”¶    ð”¶    ð”¶    mathematical fraktur small y    printable    
𝔷    120119    1D537    ð”·    ð”·    ð”·    mathematical fraktur small z    printable    
𝔸    120120    1D538    ð”¸    ð”¸    ð”¸    mathematical double-struck capital a    printable    
𝔹    120121    1D539    ð”¹    ð”¹    ð”¹    mathematical double-struck capital b    printable    
𝔻    120123    1D53B    ð”»    ð”»    ð”»    mathematical double-struck capital d    printable    
𝔼    120124    1D53C    ð”¼    ð”¼    ð”¼    mathematical double-struck capital e    printable    
𝔽    120125    1D53D    ð”½    ð”½    ð”½    mathematical double-struck capital f    printable    
𝔾    120126    1D53E    ð”¾    ð”¾    ð”¾    mathematical double-struck capital g    printable    
𝕀    120128    1D540    ð•€    ð•€    ð•€    mathematical double-struck capital i    printable    
𝕁    120129    1D541    ð•    ð•    ð•    mathematical double-struck capital j    printable    
𝕂    120130    1D542    ð•‚    ð•‚    ð•‚    mathematical double-struck capital k    printable    
𝕃    120131    1D543    ð•ƒ    ð•ƒ    ð•ƒ    mathematical double-struck capital l    printable    
𝕄    120132    1D544    ð•„    ð•„    ð•„    mathematical double-struck capital m    printable    
𝕆    120134    1D546    ð•†    ð•†    ð•†    mathematical double-struck capital o    printable    
𝕊    120138    1D54A    ð•Š    ð•Š    ð•Š    mathematical double-struck capital s    printable    
𝕋    120139    1D54B    ð•‹    ð•‹    ð•‹    mathematical double-struck capital t    printable    
𝕌    120140    1D54C    ð•Œ    ð•Œ    ð•Œ    mathematical double-struck capital u    printable    
𝕍    120141    1D54D    ð•    ð•    ð•    mathematical double-struck capital v    printable    
𝕎    120142    1D54E    ð•Ž    ð•Ž    ð•Ž    mathematical double-struck capital w    printable    
𝕏    120143    1D54F    ð•    ð•    ð•    mathematical double-struck capital x    printable    
𝕐    120144    1D550    ð•    ð•    ð•    mathematical double-struck capital y    printable    
𝕒    120146    1D552    ð•’    ð•’    ð•’    mathematical double-struck small a    printable    
𝕓    120147    1D553    ð•“    ð•“    ð•“    mathematical double-struck small b    printable    
𝕔    120148    1D554    ð•”    ð•”    ð•”    mathematical double-struck small c    printable    
𝕕    120149    1D555    ð••    ð••    ð••    mathematical double-struck small d    printable    
𝕖    120150    1D556    ð•–    ð•–    ð•–    mathematical double-struck small e    printable    
𝕗    120151    1D557    ð•—    ð•—    ð•—    mathematical double-struck small f    printable    
𝕘    120152    1D558    ð•˜    ð•˜    ð•˜    mathematical double-struck small g    printable    
𝕙    120153    1D559    ð•™    ð•™    ð•™    mathematical double-struck small h    printable    
𝕚    120154    1D55A    ð•š    ð•š    ð•š    mathematical double-struck small i    printable    
𝕛    120155    1D55B    ð•›    ð•›    ð•›    mathematical double-struck small j    printable    
𝕜    120156    1D55C    ð•œ    ð•œ    ð•œ    mathematical double-struck small k    printable    
𝕝    120157    1D55D    ð•    ð•    ð•    mathematical double-struck small l    printable    
𝕞    120158    1D55E    ð•ž    ð•ž    ð•ž    mathematical double-struck small m    printable    
𝕟    120159    1D55F    ð•Ÿ    ð•Ÿ    ð•Ÿ    mathematical double-struck small n    printable    
𝕠    120160    1D560    ð•     ð•     ð•     mathematical double-struck small o    printable    
𝕡    120161    1D561    ð•¡    ð•¡    ð•¡    mathematical double-struck small p    printable    
𝕢    120162    1D562    ð•¢    ð•¢    ð•¢    mathematical double-struck small q    printable    
𝕣    120163    1D563    ð•£    ð•£    ð•£    mathematical double-struck small r    printable    
𝕤    120164    1D564    ð•¤    ð•¤    ð•¤    mathematical double-struck small s    printable    
𝕥    120165    1D565    ð•¥    ð•¥    ð•¥    mathematical double-struck small t    printable    
𝕦    120166    1D566    ð•¦    ð•¦    ð•¦    mathematical double-struck small u    printable    
𝕧    120167    1D567    ð•§    ð•§    ð•§    mathematical double-struck small v    printable    
𝕨    120168    1D568    ð•¨    ð•¨    ð•¨    mathematical double-struck small w    printable    
𝕩    120169    1D569    ð•©    ð•©    ð•©    mathematical double-struck small x    printable    
𝕪    120170    1D56A    ð•ª    ð•ª    ð•ª    mathematical double-struck small y    printable    
𝕫    120171    1D56B    ð•«    ð•«    ð•«    mathematical double-struck small z    printable