| U+0020 | 32 | 20 | 100000 | %20 | The grapheme for the space character. It is represented by the following codes: Unicode U+0020; Dec 32; Hex 20; HTML . When creating a URL this character should be replaced with "%20". |
! | U+0021 | 33 | 21 | 100001 | ! | The grapheme for the exclamation mark character. It is represented by the following codes: Unicode U+0021; Dec 33; Hex 21; HTML !. This character is compatible with all known dictionary entries. |
" | U+0022 | 34 | 22 | 100010 | %22 | The grapheme for the quotation mark character. It is represented by the following codes: Unicode U+0022; Dec 34; Hex 22; HTML ". When creating a URL this character should be replaced with "%22". This character is compatible with all known dictionary entries. |
# | U+0023 | 35 | 23 | 100011 | %23 | The grapheme for the number sign character. It is represented by the following codes: Unicode U+0023; Dec 35; Hex 23; HTML #. When creating a URL this character should be replaced with "%23". This character is compatible with all known dictionary entries. |
$ | U+0024 | 36 | 24 | 100100 | %24 | The grapheme for the dollar sign character. It is represented by the following codes: Unicode U+0024; Dec 36; Hex 24; HTML $. When creating a URL this character should be replaced with "%24". This character is compatible with all known dictionary entries. |
% | U+0025 | 37 | 25 | 100101 | %25 | The grapheme for the percent sign character. It is represented by the following codes: Unicode U+0025; Dec 37; Hex 25; HTML %. When creating a URL this character should be replaced with "%25". This character is compatible with all known dictionary entries. |
& | U+0026 | 38 | 26 | 100110 | %26 | The grapheme for the ampersand character. It is represented by the following codes: Unicode U+0026; Dec 38; Hex 26; HTML &. When creating a URL this character should be replaced with "%26". This character is compatible with all known dictionary entries. |
' | U+0027 | 39 | 27 | 100111 | ' | The grapheme for the apostrophe character. It is represented by the following codes: Unicode U+0027; Dec 39; Hex 27; HTML '. This character is compatible with all known dictionary entries. |
( | U+0028 | 40 | 28 | 101000 | ( | The grapheme for the left parenthesis character. It is represented by the following codes: Unicode U+0028; Dec 40; Hex 28; HTML (. This character is compatible with all known dictionary entries. |
) | U+0029 | 41 | 29 | 101001 | ) | The grapheme for the right parenthesis character. It is represented by the following codes: Unicode U+0029; Dec 41; Hex 29; HTML ). This character is compatible with all known dictionary entries. |
* | U+002A | 42 | 2A | 101010 | * | The grapheme for the asterisk character. It is represented by the following codes: Unicode U+002A; Dec 42; Hex 2A; HTML *. |
+ | U+002B | 43 | 2B | 101011 | %2B | The grapheme for the plus sign character. It is represented by the following codes: Unicode U+002B; Dec 43; Hex 2B; HTML +. When creating a URL this character should be replaced with "%2B". This character is compatible with all known dictionary entries. |
, | U+002C | 44 | 2C | 101100 | %2C | The grapheme for the comma character. It is represented by the following codes: Unicode U+002C; Dec 44; Hex 2C; HTML ,. When creating a URL this character should be replaced with "%2C". This character is compatible with all known dictionary entries. |
- | U+002D | 45 | 2D | 101101 | - | The grapheme for the hyphen-minus character. It is represented by the following codes: Unicode U+002D; Dec 45; Hex 2D; HTML -. This character is compatible with all known dictionary entries. |
. | U+002E | 46 | 2E | 101110 | . | The grapheme for the full stop or period character. It is represented by the following codes: Unicode U+002E; Dec 46; Hex 2E; HTML .. This character is compatible with all known dictionary entries. |
/ | U+002F | 47 | 2F | 101111 | %2F | The grapheme for the solidus or slash character. It is represented by the following codes: Unicode U+002F; Dec 47; Hex 2F; HTML /. When creating a URL this character should be replaced with "%2F". This character is compatible with all known dictionary entries. |
0 | U+0030 | 48 | 30 | 110000 | 0 | The grapheme for the digit zero character. It is represented by the following codes: Unicode U+0030; Dec 48; Hex 30; HTML 0. This character is compatible with all known dictionary entries. |
1 | U+0031 | 49 | 31 | 110001 | 1 | The grapheme for the digit one character. It is represented by the following codes: Unicode U+0031; Dec 49; Hex 31; HTML 1. This character is compatible with all known dictionary entries. |
2 | U+0032 | 50 | 32 | 110010 | 2 | The grapheme for the digit two character. It is represented by the following codes: Unicode U+0032; Dec 50; Hex 32; HTML 2. This character is compatible with all known dictionary entries. |
3 | U+0033 | 51 | 33 | 110011 | 3 | The grapheme for the digit three character. It is represented by the following codes: Unicode U+0033; Dec 51; Hex 33; HTML 3. This character is compatible with all known dictionary entries. |
4 | U+0034 | 52 | 34 | 110100 | 4 | The grapheme for the digit four character. It is represented by the following codes: Unicode U+0034; Dec 52; Hex 34; HTML 4. This character is compatible with all known dictionary entries. |
5 | U+0035 | 53 | 35 | 110101 | 5 | The grapheme for the digit five character. It is represented by the following codes: Unicode U+0035; Dec 53; Hex 35; HTML 5. This character is compatible with all known dictionary entries. |
6 | U+0036 | 54 | 36 | 110110 | 6 | The grapheme for the digit six character. It is represented by the following codes: Unicode U+0036; Dec 54; Hex 36; HTML 6. This character is compatible with all known dictionary entries. |
7 | U+0037 | 55 | 37 | 110111 | 7 | The grapheme for the digit seven character. It is represented by the following codes: Unicode U+0037; Dec 55; Hex 37; HTML 7. This character is compatible with all known dictionary entries. |
8 | U+0038 | 56 | 38 | 111000 | 8 | The grapheme for the digit eight character. It is represented by the following codes: Unicode U+0038; Dec 56; Hex 38; HTML 8. This character is compatible with all known dictionary entries. |
9 | U+0039 | 57 | 39 | 111001 | 9 | The grapheme for the digit nine character. It is represented by the following codes: Unicode U+0039; Dec 57; Hex 39; HTML 9. This character is compatible with all known dictionary entries. |
: | U+003A | 58 | 3A | 111010 | : | The grapheme for the colon character. It is represented by the following codes: Unicode U+003A; Dec 58; Hex 3A; HTML :. |
; | U+003B | 59 | 3B | 111011 | %3B | The grapheme for the semicolon character. It is represented by the following codes: Unicode U+003B; Dec 59; Hex 3B; HTML ;. When creating a URL this character should be replaced with "%3B". This character is compatible with all known dictionary entries. |
< | U+003C | 60 | 3C | 111100 | %3C | The grapheme for the less-than sign character. It is represented by the following codes: Unicode U+003C; Dec 60; Hex 3C; HTML <. When creating a URL this character should be replaced with "%3C". This character is compatible with all known dictionary entries. |
= | U+003D | 61 | 3D | 111101 | %3D | The grapheme for the equal sign character. It is represented by the following codes: Unicode U+003D; Dec 61; Hex 3D; HTML =. When creating a URL this character should be replaced with "%3D". This character is compatible with all known dictionary entries. |
> | U+003E | 62 | 3E | 111110 | %3E | The grapheme for the greater-than sign character. It is represented by the following codes: Unicode U+003E; Dec 62; Hex 3E; HTML >. When creating a URL this character should be replaced with "%3E". This character is compatible with all known dictionary entries. |
? | U+003F | 63 | 3F | 111111 | %3F | The grapheme for the question mark character. It is represented by the following codes: Unicode U+003F; Dec 63; Hex 3F; HTML ?. When creating a URL this character should be replaced with "%3F". This character is compatible with all known dictionary entries. |
@ | U+0040 | 64 | 40 | 1000000 | %40 | The grapheme for the at sign or commercial at character. It is represented by the following codes: Unicode U+0040; Dec 64; Hex 40; HTML @. When creating a URL this character should be replaced with "%40". This character is compatible with all known dictionary entries. |
A | U+0041 | 97 | 61 | 1100001 | A | The grapheme for the Latin capital letter a character. It is represented by the following codes: Unicode U+0041; Dec 97; Hex 61; HTML a. This character is compatible with all known dictionary entries. |
B | U+0042 | 98 | 62 | 1100010 | B | The grapheme for the Latin capital letter b character. It is represented by the following codes: Unicode U+0042; Dec 98; Hex 62; HTML b. This character is compatible with all known dictionary entries. |
C | U+0043 | 99 | 63 | 1100011 | C | The grapheme for the Latin capital letter c character. It is represented by the following codes: Unicode U+0043; Dec 99; Hex 63; HTML c. This character is compatible with all known dictionary entries. |
D | U+0044 | 100 | 64 | 1100100 | D | The grapheme for the Latin capital letter d character. It is represented by the following codes: Unicode U+0044; Dec 100; Hex 64; HTML d. This character is compatible with all known dictionary entries. |
E | U+0045 | 101 | 65 | 1100101 | E | The grapheme for the Latin capital letter e character. It is represented by the following codes: Unicode U+0045; Dec 101; Hex 65; HTML e. This character is compatible with all known dictionary entries. |
F | U+0046 | 102 | 66 | 1100110 | F | The grapheme for the Latin capital letter f character. It is represented by the following codes: Unicode U+0046; Dec 102; Hex 66; HTML f. This character is compatible with all known dictionary entries. |
G | U+0047 | 103 | 67 | 1100111 | G | The grapheme for the Latin capital letter g character. It is represented by the following codes: Unicode U+0047; Dec 103; Hex 67; HTML g. This character is compatible with all known dictionary entries. |
H | U+0048 | 104 | 68 | 1101000 | H | The grapheme for the Latin capital letter h character. It is represented by the following codes: Unicode U+0048; Dec 104; Hex 68; HTML h. This character is compatible with all known dictionary entries. |
I | U+0049 | 105 | 69 | 1101001 | I | The grapheme for the Latin capital letter i character. It is represented by the following codes: Unicode U+0049; Dec 105; Hex 69; HTML i. This character is compatible with all known dictionary entries. |
J | U+004A | 106 | 6A | 1101010 | J | The grapheme for the Latin capital letter j character. It is represented by the following codes: Unicode U+004A; Dec 106; Hex 6A; HTML j. This character is compatible with all known dictionary entries. |
K | U+004B | 107 | 6B | 1101011 | K | The grapheme for the Latin capital letter k character. It is represented by the following codes: Unicode U+004B; Dec 107; Hex 6B; HTML k. This character is compatible with all known dictionary entries. |
L | U+004C | 108 | 6C | 1101100 | L | The grapheme for the Latin capital letter l character. It is represented by the following codes: Unicode U+004C; Dec 108; Hex 6C; HTML l. This character is compatible with all known dictionary entries. |
M | U+004D | 109 | 6D | 1101101 | M | The grapheme for the Latin capital letter m character. It is represented by the following codes: Unicode U+004D; Dec 109; Hex 6D; HTML m. This character is compatible with all known dictionary entries. |
N | U+004E | 110 | 6E | 1101110 | N | The grapheme for the Latin capital letter n character. It is represented by the following codes: Unicode U+004E; Dec 110; Hex 6E; HTML n. This character is compatible with all known dictionary entries. |
O | U+004F | 111 | 6F | 1101111 | O | The grapheme for the Latin capital letter o character. It is represented by the following codes: Unicode U+004F; Dec 111; Hex 6F; HTML o. This character is compatible with all known dictionary entries. |
P | U+0050 | 112 | 70 | 1110000 | P | The grapheme for the Latin capital letter p character. It is represented by the following codes: Unicode U+0050; Dec 112; Hex 70; HTML p. This character is compatible with all known dictionary entries. |
Q | U+0051 | 113 | 71 | 1110001 | Q | The grapheme for the Latin capital letter q character. It is represented by the following codes: Unicode U+0051; Dec 113; Hex 71; HTML q. This character is compatible with all known dictionary entries. |
R | U+0052 | 114 | 72 | 1110010 | R | The grapheme for the Latin capital letter r character. It is represented by the following codes: Unicode U+0052; Dec 114; Hex 72; HTML r. This character is compatible with all known dictionary entries. |
S | U+0053 | 115 | 73 | 1110011 | S | The grapheme for the Latin capital letter s character. It is represented by the following codes: Unicode U+0053; Dec 115; Hex 73; HTML s. This character is compatible with all known dictionary entries. |
T | U+0054 | 116 | 74 | 1110100 | T | The grapheme for the Latin capital letter t character. It is represented by the following codes: Unicode U+0054; Dec 116; Hex 74; HTML t. This character is compatible with all known dictionary entries. |
U | U+0055 | 117 | 75 | 1110101 | U | The grapheme for the Latin capital letter u character. It is represented by the following codes: Unicode U+0055; Dec 117; Hex 75; HTML u. This character is compatible with all known dictionary entries. |
V | U+0056 | 118 | 76 | 1110110 | V | The grapheme for the Latin capital letter v character. It is represented by the following codes: Unicode U+0056; Dec 118; Hex 76; HTML v. This character is compatible with all known dictionary entries. |
W | U+0057 | 119 | 77 | 1110111 | W | The grapheme for the Latin capital letter w character. It is represented by the following codes: Unicode U+0057; Dec 119; Hex 77; HTML w. This character is compatible with all known dictionary entries. |
X | U+0058 | 120 | 78 | 1111000 | X | The grapheme for the Latin capital letter x character. It is represented by the following codes: Unicode U+0058; Dec 120; Hex 78; HTML x. This character is compatible with all known dictionary entries. |
Y | U+0059 | 121 | 79 | 1111001 | Y | The grapheme for the Latin capital letter y character. It is represented by the following codes: Unicode U+0059; Dec 121; Hex 79; HTML y. This character is compatible with all known dictionary entries. |
Z | U+005A | 122 | 7A | 1111010 | Z | The grapheme for the Latin capital letter z character. It is represented by the following codes: Unicode U+005A; Dec 122; Hex 7A; HTML z. This character is compatible with all known dictionary entries. |
[ | U+005B | 91 | 5B | 1011011 | %5B | The grapheme for the left square bracket character. It is represented by the following codes: Unicode U+005B; Dec 91; Hex 5B; HTML [. When creating a URL this character should be replaced with "%5B". This character is compatible with all known dictionary entries. |
\ | U+005C | 92 | 5C | 1011100 | %5C | The grapheme for the backslash character. It is represented by the following codes: Unicode U+005C; Dec 92; Hex 5C; HTML \. When creating a URL this character should be replaced with "%5C". This character is compatible with all known dictionary entries. |
] | U+005D | 93 | 5D | 1011101 | %5D | The grapheme for the right square bracket character. It is represented by the following codes: Unicode U+005D; Dec 93; Hex 5D; HTML ]. When creating a URL this character should be replaced with "%5D". This character is compatible with all known dictionary entries. |
^ | U+005E | 94 | 5E | 1011110 | %5E | The grapheme for the circumflex accent character. It is represented by the following codes: Unicode U+005E; Dec 94; Hex 5E; HTML ^. When creating a URL this character should be replaced with "%5E". This character is compatible with all known dictionary entries. |
_ | U+005F | 95 | 5F | 1011111 | _ | The grapheme for the low line character. It is represented by the following codes: Unicode U+005F; Dec 95; Hex 5F; HTML _. This character is compatible with all known dictionary entries. |
` | U+0060 | 96 | 60 | 1100000 | %60 | The grapheme for the grave accent character. It is represented by the following codes: Unicode U+0060; Dec 96; Hex 60; HTML `. When creating a URL this character should be replaced with "%60". This character is compatible with all known dictionary entries. |
a | U+0061 | 97 | 61 | 1100001 | a | The grapheme for the Latin small letter a character. It is represented by the following codes: Unicode U+0061; Dec 97; Hex 61; HTML a. This character is compatible with all known dictionary entries. |
b | U+0062 | 98 | 62 | 1100010 | b | The grapheme for the Latin small letter b character. It is represented by the following codes: Unicode U+0062; Dec 98; Hex 62; HTML b. This character is compatible with all known dictionary entries. |
c | U+0063 | 99 | 63 | 1100011 | c | The grapheme for the Latin small letter c character. It is represented by the following codes: Unicode U+0063; Dec 99; Hex 63; HTML c. This character is compatible with all known dictionary entries. |
d | U+0064 | 100 | 64 | 1100100 | d | The grapheme for the Latin small letter d character. It is represented by the following codes: Unicode U+0064; Dec 100; Hex 64; HTML d. This character is compatible with all known dictionary entries. |
e | U+0065 | 101 | 65 | 1100101 | e | The grapheme for the Latin small letter e character. It is represented by the following codes: Unicode U+0065; Dec 101; Hex 65; HTML e. This character is compatible with all known dictionary entries. |
f | U+0066 | 102 | 66 | 1100110 | f | The grapheme for the Latin small letter f character. It is represented by the following codes: Unicode U+0066; Dec 102; Hex 66; HTML f. This character is compatible with all known dictionary entries. |
g | U+0067 | 103 | 67 | 1100111 | g | The grapheme for the Latin small letter g character. It is represented by the following codes: Unicode U+0067; Dec 103; Hex 67; HTML g. This character is compatible with all known dictionary entries. |
h | U+0068 | 104 | 68 | 1101000 | h | The grapheme for the Latin small letter h character. It is represented by the following codes: Unicode U+0068; Dec 104; Hex 68; HTML h. This character is compatible with all known dictionary entries. |
i | U+0069 | 105 | 69 | 1101001 | i | The grapheme for the Latin small letter i character. It is represented by the following codes: Unicode U+0069; Dec 105; Hex 69; HTML i. This character is compatible with all known dictionary entries. |
j | U+006A | 106 | 6A | 1101010 | j | The grapheme for the Latin small letter j character. It is represented by the following codes: Unicode U+006A; Dec 106; Hex 6A; HTML j. This character is compatible with all known dictionary entries. |
k | U+006B | 107 | 6B | 1101011 | k | The grapheme for the Latin small letter k character. It is represented by the following codes: Unicode U+006B; Dec 107; Hex 6B; HTML k. This character is compatible with all known dictionary entries. |
l | U+006C | 108 | 6C | 1101100 | l | The grapheme for the Latin small letter l character. It is represented by the following codes: Unicode U+006C; Dec 108; Hex 6C; HTML l. This character is compatible with all known dictionary entries. |
m | U+006D | 109 | 6D | 1101101 | m | The grapheme for the Latin small letter m character. It is represented by the following codes: Unicode U+006D; Dec 109; Hex 6D; HTML m. This character is compatible with all known dictionary entries. |
n | U+006E | 110 | 6E | 1101110 | n | The grapheme for the Latin small letter n character. It is represented by the following codes: Unicode U+006E; Dec 110; Hex 6E; HTML n. This character is compatible with all known dictionary entries. |
o | U+006F | 111 | 6F | 1101111 | o | The grapheme for the Latin small letter o character. It is represented by the following codes: Unicode U+006F; Dec 111; Hex 6F; HTML o. This character is compatible with all known dictionary entries. |
p | U+0070 | 112 | 70 | 1110000 | p | The grapheme for the Latin small letter p character. It is represented by the following codes: Unicode U+0070; Dec 112; Hex 70; HTML p. This character is compatible with all known dictionary entries. |
q | U+0071 | 113 | 71 | 1110001 | q | The grapheme for the Latin small letter q character. It is represented by the following codes: Unicode U+0071; Dec 113; Hex 71; HTML q. This character is compatible with all known dictionary entries. |
r | U+0072 | 114 | 72 | 1110010 | r | The grapheme for the Latin small letter r character. It is represented by the following codes: Unicode U+0072; Dec 114; Hex 72; HTML r. This character is compatible with all known dictionary entries. |
s | U+0073 | 115 | 73 | 1110011 | s | The grapheme for the Latin small letter s character. It is represented by the following codes: Unicode U+0073; Dec 115; Hex 73; HTML s. This character is compatible with all known dictionary entries. |
t | U+0074 | 116 | 74 | 1110100 | t | The grapheme for the Latin small letter t character. It is represented by the following codes: Unicode U+0074; Dec 116; Hex 74; HTML t. This character is compatible with all known dictionary entries. |
u | U+0075 | 117 | 75 | 1110101 | u | The grapheme for the Latin small letter u character. It is represented by the following codes: Unicode U+0075; Dec 117; Hex 75; HTML u. This character is compatible with all known dictionary entries. |
v | U+0076 | 118 | 76 | 1110110 | v | The grapheme for the Latin small letter v character. It is represented by the following codes: Unicode U+0076; Dec 118; Hex 76; HTML v. This character is compatible with all known dictionary entries. |
w | U+0077 | 119 | 77 | 1110111 | w | The grapheme for the Latin small letter w character. It is represented by the following codes: Unicode U+0077; Dec 119; Hex 77; HTML w. This character is compatible with all known dictionary entries. |
x | U+0078 | 120 | 78 | 1111000 | x | The grapheme for the Latin small letter x character. It is represented by the following codes: Unicode U+0078; Dec 120; Hex 78; HTML x. This character is compatible with all known dictionary entries. |
y | U+0079 | 121 | 79 | 1111001 | y | The grapheme for the Latin small letter y character. It is represented by the following codes: Unicode U+0079; Dec 121; Hex 79; HTML y. This character is compatible with all known dictionary entries. |
z | U+007A | 122 | 7A | 1111010 | z | The grapheme for the Latin small letter z character. It is represented by the following codes: Unicode U+007A; Dec 122; Hex 7A; HTML z. This character is compatible with all known dictionary entries. |
{ | U+007B | 123 | 7B | 1111011 | %7B | The grapheme for the left curly bracket character. It is represented by the following codes: Unicode U+007B; Dec 123; Hex 7B; HTML {. When creating a URL this character should be replaced with "%7B". This character is compatible with all known dictionary entries. |
| | U+007C | 124 | 7C | 1111100 | %7C | The grapheme for the vertical bar character. It is represented by the following codes: Unicode U+007C; Dec 124; Hex 7C; HTML |. When creating a URL this character should be replaced with "%7C". This character is compatible with all known dictionary entries. |
} | U+007D | 125 | 7D | 1111101 | %7D | The grapheme for the right curly bracket character. It is represented by the following codes: Unicode U+007D; Dec 125; Hex 7D; HTML }. When creating a URL this character should be replaced with "%7D". This character is compatible with all known dictionary entries. |
~ | U+007E | 126 | 7E | 1111110 | ~ | The grapheme for the tilde character. It is represented by the following codes: Unicode U+007E; Dec 126; Hex 7E; HTML ~. This character is compatible with all known dictionary entries. |
¡ | U+00A1 | | | | %C2%A1 | The grapheme for the inverted exclamation mark character. It is represented by the following codes: Unicode U+00A1; . When creating a URL this character should be replaced with "%C2%A1". |
¢ | U+00A2 | | | | %C2%A2 | The grapheme for the cent sign character. It is represented by the following codes: Unicode U+00A2; . When creating a URL this character should be replaced with "%C2%A2". |
£ | U+00A3 | | | | %C2%A3 | The grapheme for the pound sign character. It is represented by the following codes: Unicode U+00A3; . When creating a URL this character should be replaced with "%C2%A3". |
¤ | U+00A4 | | | | %C2%A4 | The grapheme for the currency sign character. It is represented by the following codes: Unicode U+00A4; . When creating a URL this character should be replaced with "%C2%A4". |
¥ | U+00A5 | | | | %C2%A5 | The grapheme for the yen sign character. It is represented by the following codes: Unicode U+00A5; . When creating a URL this character should be replaced with "%C2%A5". |
¦ | U+00A6 | | | | %C2%A6 | The grapheme for the broken bar character. It is represented by the following codes: Unicode U+00A6; . When creating a URL this character should be replaced with "%C2%A6". |
§ | U+00A7 | | | | %C2%A7 | The grapheme for the section sign character. It is represented by the following codes: Unicode U+00A7; . When creating a URL this character should be replaced with "%C2%A7". |
¨ | U+00A8 | | | | %C2%A8 | The grapheme for the diaeresis character. It is represented by the following codes: Unicode U+00A8; . When creating a URL this character should be replaced with "%C2%A8". |
© | U+00A9 | | | | %C2%A9 | The grapheme for the copyright sign character. It is represented by the following codes: Unicode U+00A9; . When creating a URL this character should be replaced with "%C2%A9". |
ª | U+00AA | 97 | 61 | 1100001 | %C2%AA | The grapheme for the feminine ordinal indicator character. It is represented by the following codes: Unicode U+00AA; Dec 97; Hex 61; HTML a. When creating a URL this character should be replaced with "%C2%AA". |
« | U+00AB | | | | %C2%AB | The grapheme for the left-pointing double angle quotation mark character. It is represented by the following codes: Unicode U+00AB; . When creating a URL this character should be replaced with "%C2%AB". |
¬ | U+00AC | | | | %C2%AC | The grapheme for the not sign character. It is represented by the following codes: Unicode U+00AC; . When creating a URL this character should be replaced with "%C2%AC". |
| U+00AD | | | | | The grapheme for the soft hyphen character. It is represented by the following codes: Unicode U+00AD; . |
® | U+00AE | | | | %C2%AE | The grapheme for the registered sign character. It is represented by the following codes: Unicode U+00AE; . When creating a URL this character should be replaced with "%C2%AE". |
¯ | U+00AF | | | | %C2%AF | The grapheme for the macron character. It is represented by the following codes: Unicode U+00AF; . When creating a URL this character should be replaced with "%C2%AF". |
° | U+00B0 | | | | %C2%B0 | The grapheme for the degree symbol character. It is represented by the following codes: Unicode U+00B0; . When creating a URL this character should be replaced with "%C2%B0". |
± | U+00B1 | | | | %C2%B1 | The grapheme for the plus-minus sign character. It is represented by the following codes: Unicode U+00B1; . When creating a URL this character should be replaced with "%C2%B1". |
² | U+00B2 | 50 | 32 | 110010 | %C2%B2 | The grapheme for the superscript two character. It is represented by the following codes: Unicode U+00B2; Dec 50; Hex 32; HTML 2. When creating a URL this character should be replaced with "%C2%B2". |
³ | U+00B3 | 51 | 33 | 110011 | %C2%B3 | The grapheme for the superscript three character. It is represented by the following codes: Unicode U+00B3; Dec 51; Hex 33; HTML 3. When creating a URL this character should be replaced with "%C2%B3". |
´ | U+00B4 | | | | %C2%B4 | The grapheme for the acute accent character. It is represented by the following codes: Unicode U+00B4; . When creating a URL this character should be replaced with "%C2%B4". |
µ | U+00B5 | | | | %C2%B5 | The grapheme for the micro sign character. It is represented by the following codes: Unicode U+00B5; . When creating a URL this character should be replaced with "%C2%B5". |
¶ | U+00B6 | | | | %C2%B6 | The grapheme for the pilcrow sign character. It is represented by the following codes: Unicode U+00B6; . When creating a URL this character should be replaced with "%C2%B6". |
· | U+00B7 | | | | %C2%B7 | The grapheme for the middle dot character. It is represented by the following codes: Unicode U+00B7; . When creating a URL this character should be replaced with "%C2%B7". |
¸ | U+00B8 | | | | %C2%B8 | The grapheme for the cedilla character. It is represented by the following codes: Unicode U+00B8; . When creating a URL this character should be replaced with "%C2%B8". |
¹ | U+00B9 | 49 | 31 | 110001 | %C2%B9 | The grapheme for the superscript one character. It is represented by the following codes: Unicode U+00B9; Dec 49; Hex 31; HTML 1. When creating a URL this character should be replaced with "%C2%B9". |
º | U+00BA | 111 | 6F | 1101111 | %C2%BA | The grapheme for the masculine ordinal indicator character. It is represented by the following codes: Unicode U+00BA; Dec 111; Hex 6F; HTML o. When creating a URL this character should be replaced with "%C2%BA". |
» | U+00BB | | | | %C2%BB | The grapheme for the right-pointing double-angle quotation mark character. It is represented by the following codes: Unicode U+00BB; . When creating a URL this character should be replaced with "%C2%BB". |
¼ | U+00BC | | | | %C2%BC | The grapheme for the vulgar fraction one quarter character. It is represented by the following codes: Unicode U+00BC; . When creating a URL this character should be replaced with "%C2%BC". |
½ | U+00BD | | | | %C2%BD | The grapheme for the vulgar fraction one half character. It is represented by the following codes: Unicode U+00BD; . When creating a URL this character should be replaced with "%C2%BD". |
¾ | U+00BE | | | | %C2%BE | The grapheme for the vulgar fraction three quarters character. It is represented by the following codes: Unicode U+00BE; . When creating a URL this character should be replaced with "%C2%BE". |
¿ | U+00BF | | | | %C2%BF | The grapheme for the inverted question mark character. It is represented by the following codes: Unicode U+00BF; . When creating a URL this character should be replaced with "%C2%BF". |
À | U+00C0 | 97 | 61 | 1100001 | %C3%80 | The grapheme for the Latin capital letter a with grave character. It is represented by the following codes: Unicode U+00C0; Dec 97; Hex 61; HTML a. When creating a URL this character should be replaced with "%C3%80". When entering dictionary terms, replace this character with the unicode character "A" (U+0041). |
Á | U+00C1 | 97 | 61 | 1100001 | %C3%81 | The grapheme for the Latin capital letter a with acute character. It is represented by the following codes: Unicode U+00C1; Dec 97; Hex 61; HTML a. When creating a URL this character should be replaced with "%C3%81". When entering dictionary terms, replace this character with the unicode character "A" (U+0041). |
 | U+00C2 | 97 | 61 | 1100001 | %C3%82 | The grapheme for the Latin capital letter a with circumflex character. It is represented by the following codes: Unicode U+00C2; Dec 97; Hex 61; HTML a. When creating a URL this character should be replaced with "%C3%82". When entering dictionary terms, replace this character with the unicode character "A" (U+0041). |
à | U+00C3 | 97 | 61 | 1100001 | %C3%83 | The grapheme for the Latin capital letter a with tilde character. It is represented by the following codes: Unicode U+00C3; Dec 97; Hex 61; HTML a. When creating a URL this character should be replaced with "%C3%83". When entering dictionary terms, replace this character with the unicode character "A" (U+0041). |
Ä | U+00C4 | 97 | 61 | 1100001 | %C3%84 | The grapheme for the Latin capital letter a with diaeresis character. It is represented by the following codes: Unicode U+00C4; Dec 97; Hex 61; HTML a. When creating a URL this character should be replaced with "%C3%84". When entering dictionary terms, replace this character with the unicode character "A" (U+0041). |
Å | U+00C5 | 97 | 61 | 1100001 | %C3%85 | The grapheme for the Latin capital letter a with ring above character. It is represented by the following codes: Unicode U+00C5; Dec 97; Hex 61; HTML a. When creating a URL this character should be replaced with "%C3%85". When entering dictionary terms, replace this character with the unicode character "A" (U+0041). |
Æ | U+00C6 | 509 | 0x1FD | | %C3%86 | The grapheme for the Latin capital letter ae character. It is represented by the following codes: Unicode U+00C6; Dec 509; Hex 0x1FD; HTML ǽ. When creating a URL this character should be replaced with "%C3%86". When entering dictionary terms, replace this character with the unicode character "AE" (U+00410045). |
Ç | U+00C7 | 99 | 63 | 1100011 | %C3%87 | The grapheme for the Latin capital letter c with cedilla character. It is represented by the following codes: Unicode U+00C7; Dec 99; Hex 63; HTML c. When creating a URL this character should be replaced with "%C3%87". When entering dictionary terms, replace this character with the unicode character "C" (U+0043). |
È | U+00C8 | 101 | 65 | 1100101 | %C3%88 | The grapheme for the Latin capital letter e with grave character. It is represented by the following codes: Unicode U+00C8; Dec 101; Hex 65; HTML e. When creating a URL this character should be replaced with "%C3%88". When entering dictionary terms, replace this character with the unicode character "E" (U+0045). |
É | U+00C9 | 101 | 65 | 1100101 | %C3%89 | The grapheme for the Latin capital letter e with acute character. It is represented by the following codes: Unicode U+00C9; Dec 101; Hex 65; HTML e. When creating a URL this character should be replaced with "%C3%89". When entering dictionary terms, replace this character with the unicode character "E" (U+0045). |
Ê | U+00CA | 101 | 65 | 1100101 | %C3%8A | The grapheme for the Latin capital letter e with circumflex character. It is represented by the following codes: Unicode U+00CA; Dec 101; Hex 65; HTML e. When creating a URL this character should be replaced with "%C3%8A". When entering dictionary terms, replace this character with the unicode character "E" (U+0045). |
Ë | U+00CB | 101 | 65 | 1100101 | %C3%8B | The grapheme for the Latin capital letter e with diaeresis character. It is represented by the following codes: Unicode U+00CB; Dec 101; Hex 65; HTML e. When creating a URL this character should be replaced with "%C3%8B". When entering dictionary terms, replace this character with the unicode character "E" (U+0045). |
Ì | U+00CC | 105 | 69 | 1101001 | %C3%8C | The grapheme for the Latin capital letter i with grave character. It is represented by the following codes: Unicode U+00CC; Dec 105; Hex 69; HTML i. When creating a URL this character should be replaced with "%C3%8C". When entering dictionary terms, replace this character with the unicode character "I" (U+0049). |
Í | U+00CD | 105 | 69 | 1101001 | %C3%8D | The grapheme for the Latin capital letter i with acute character. It is represented by the following codes: Unicode U+00CD; Dec 105; Hex 69; HTML i. When creating a URL this character should be replaced with "%C3%8D". When entering dictionary terms, replace this character with the unicode character "I" (U+0049). |
Î | U+00CE | 105 | 69 | 1101001 | %C3%8E | The grapheme for the Latin capital letter i with circumflex character. It is represented by the following codes: Unicode U+00CE; Dec 105; Hex 69; HTML i. When creating a URL this character should be replaced with "%C3%8E". When entering dictionary terms, replace this character with the unicode character "I" (U+0049). |
Ï | U+00CF | 105 | 69 | 1101001 | %C3%8F | The grapheme for the Latin capital letter i with diaeresis character. It is represented by the following codes: Unicode U+00CF; Dec 105; Hex 69; HTML i. When creating a URL this character should be replaced with "%C3%8F". When entering dictionary terms, replace this character with the unicode character "I" (U+0049). |
Ð | U+00D0 | 100 | 64 | 1100100 | %C3%90 | The grapheme for the Latin capital letter eth character. It is represented by the following codes: Unicode U+00D0; Dec 100; Hex 64; HTML d. When creating a URL this character should be replaced with "%C3%90". When entering dictionary terms, replace this character with the unicode character "D" (U+0044). |
Ñ | U+00D1 | 110 | 6E | 1101110 | %C3%91 | The grapheme for the Latin capital letter n with tilde character. It is represented by the following codes: Unicode U+00D1; Dec 110; Hex 6E; HTML n. When creating a URL this character should be replaced with "%C3%91". When entering dictionary terms, replace this character with the unicode character "N" (U+004E). |
Ò | U+00D2 | 111 | 6F | 1101111 | %C3%92 | The grapheme for the Latin capital letter o with grave character. It is represented by the following codes: Unicode U+00D2; Dec 111; Hex 6F; HTML o. When creating a URL this character should be replaced with "%C3%92". When entering dictionary terms, replace this character with the unicode character "O" (U+004F). |
Ó | U+00D3 | 111 | 6F | 1101111 | %C3%93 | The grapheme for the Latin capital letter o with acute character. It is represented by the following codes: Unicode U+00D3; Dec 111; Hex 6F; HTML o. When creating a URL this character should be replaced with "%C3%93". When entering dictionary terms, replace this character with the unicode character "O" (U+004F). |
Ô | U+00D4 | 111 | 6F | 1101111 | %C3%94 | The grapheme for the Latin capital letter o with circumflex character. It is represented by the following codes: Unicode U+00D4; Dec 111; Hex 6F; HTML o. When creating a URL this character should be replaced with "%C3%94". When entering dictionary terms, replace this character with the unicode character "O" (U+004F). |
Õ | U+00D5 | 111 | 6F | 1101111 | %C3%95 | The grapheme for the Latin capital letter o with tilde character. It is represented by the following codes: Unicode U+00D5; Dec 111; Hex 6F; HTML o. When creating a URL this character should be replaced with "%C3%95". When entering dictionary terms, replace this character with the unicode character "O" (U+004F). |
Ö | U+00D6 | 111 | 6F | 1101111 | %C3%96 | The grapheme for the Latin capital letter o with diaeresis character. It is represented by the following codes: Unicode U+00D6; Dec 111; Hex 6F; HTML o. When creating a URL this character should be replaced with "%C3%96". When entering dictionary terms, replace this character with the unicode character "O" (U+004F). |
× | U+00D7 | | | | %C3%97 | The grapheme for the multiplication sign character. It is represented by the following codes: Unicode U+00D7; . When creating a URL this character should be replaced with "%C3%97". |
Ø | U+00D8 | 111 | 6F | 1101111 | %C3%98 | The grapheme for the Latin capital letter o with stroke character. It is represented by the following codes: Unicode U+00D8; Dec 111; Hex 6F; HTML o. When creating a URL this character should be replaced with "%C3%98". When entering dictionary terms, replace this character with the unicode character "O" (U+004F). |
Ù | U+00D9 | 117 | 75 | 1110101 | %C3%99 | The grapheme for the Latin capital letter u with grave character. It is represented by the following codes: Unicode U+00D9; Dec 117; Hex 75; HTML u. When creating a URL this character should be replaced with "%C3%99". When entering dictionary terms, replace this character with the unicode character "U" (U+0055). |
Ú | U+00DA | 117 | 75 | 1110101 | %C3%9A | The grapheme for the Latin capital letter u with acute character. It is represented by the following codes: Unicode U+00DA; Dec 117; Hex 75; HTML u. When creating a URL this character should be replaced with "%C3%9A". When entering dictionary terms, replace this character with the unicode character "U" (U+0055). |
Û | U+00DB | 117 | 75 | 1110101 | %C3%9B | The grapheme for the Latin capital letter u with circumflex character. It is represented by the following codes: Unicode U+00DB; Dec 117; Hex 75; HTML u. When creating a URL this character should be replaced with "%C3%9B". When entering dictionary terms, replace this character with the unicode character "U" (U+0055). |
Ü | U+00DC | 117 | 75 | 1110101 | %C3%9C | The grapheme for the Latin capital letter u with diaeresis character. It is represented by the following codes: Unicode U+00DC; Dec 117; Hex 75; HTML u. When creating a URL this character should be replaced with "%C3%9C". When entering dictionary terms, replace this character with the unicode character "U" (U+0055). |
Ý | U+00DD | 121 | 79 | 1111001 | %C3%9D | The grapheme for the Latin capital letter y with acute character. It is represented by the following codes: Unicode U+00DD; Dec 121; Hex 79; HTML y. When creating a URL this character should be replaced with "%C3%9D". When entering dictionary terms, replace this character with the unicode character "Y" (U+0059). |
Þ | U+00DE | 254 | 0xFE | | %C3%9E | The grapheme for the Latin capital letter thorn character. It is represented by the following codes: Unicode U+00DE; Dec 254; Hex 0xFE; HTML þ. When creating a URL this character should be replaced with "%C3%9E". When entering dictionary terms, replace this character with the unicode character "P" (U+0050). |
ß | U+00DF | 223 | 0xDF | | %C3%9F | The grapheme for the Latin small letter sharp s character. It is represented by the following codes: Unicode U+00DF; Dec 223; Hex 0xDF; HTML ß. When creating a URL this character should be replaced with "%C3%9F". When entering dictionary terms, replace this character with the unicode character "s" (U+0073). |
à | U+00E0 | 97 | 61 | 1100001 | %C3%A0 | The grapheme for the Latin small letter a with grave character. It is represented by the following codes: Unicode U+00E0; Dec 97; Hex 61; HTML a. When creating a URL this character should be replaced with "%C3%A0". When entering dictionary terms, replace this character with the unicode character "a" (U+0061). |
á | U+00E1 | 97 | 61 | 1100001 | %C3%A1 | The grapheme for the Latin small letter a with acute character. It is represented by the following codes: Unicode U+00E1; Dec 97; Hex 61; HTML a. When creating a URL this character should be replaced with "%C3%A1". When entering dictionary terms, replace this character with the unicode character "a" (U+0061). |
â | U+00E2 | 97 | 61 | 1100001 | %C3%A2 | The grapheme for the Latin small letter a with circumflex character. It is represented by the following codes: Unicode U+00E2; Dec 97; Hex 61; HTML a. When creating a URL this character should be replaced with "%C3%A2". When entering dictionary terms, replace this character with the unicode character "a" (U+0061). |
ã | U+00E3 | 97 | 61 | 1100001 | %C3%A3 | The grapheme for the Latin small letter a with tilde character. It is represented by the following codes: Unicode U+00E3; Dec 97; Hex 61; HTML a. When creating a URL this character should be replaced with "%C3%A3". When entering dictionary terms, replace this character with the unicode character "a" (U+0061). |
ä | U+00E4 | 97 | 61 | 1100001 | %C3%A4 | The grapheme for the Latin small letter a with diaeresis character. It is represented by the following codes: Unicode U+00E4; Dec 97; Hex 61; HTML a. When creating a URL this character should be replaced with "%C3%A4". When entering dictionary terms, replace this character with the unicode character "a" (U+0061). |
å | U+00E5 | 97 | 61 | 1100001 | %C3%A5 | The grapheme for the Latin small letter a with ring above character. It is represented by the following codes: Unicode U+00E5; Dec 97; Hex 61; HTML a. When creating a URL this character should be replaced with "%C3%A5". When entering dictionary terms, replace this character with the unicode character "a" (U+0061). |
æ | U+00E6 | 509 | 0x1FD | | %C3%A6 | The grapheme for the Latin small letter ae character. It is represented by the following codes: Unicode U+00E6; Dec 509; Hex 0x1FD; HTML ǽ. When creating a URL this character should be replaced with "%C3%A6". When entering dictionary terms, replace this character with the unicode character "ae" (U+00610065). |
ç | U+00E7 | 99 | 63 | 1100011 | %C3%A7 | The grapheme for the Latin small letter c with cedilla character. It is represented by the following codes: Unicode U+00E7; Dec 99; Hex 63; HTML c. When creating a URL this character should be replaced with "%C3%A7". When entering dictionary terms, replace this character with the unicode character "c" (U+0063). |
è | U+00E8 | 101 | 65 | 1100101 | %C3%A8 | The grapheme for the Latin small letter e with grave character. It is represented by the following codes: Unicode U+00E8; Dec 101; Hex 65; HTML e. When creating a URL this character should be replaced with "%C3%A8". When entering dictionary terms, replace this character with the unicode character "e" (U+0065). |
é | U+00E9 | 101 | 65 | 1100101 | %C3%A9 | The grapheme for the Latin small letter e with acute character. It is represented by the following codes: Unicode U+00E9; Dec 101; Hex 65; HTML e. When creating a URL this character should be replaced with "%C3%A9". When entering dictionary terms, replace this character with the unicode character "e" (U+0065). |
ê | U+00EA | 101 | 65 | 1100101 | %C3%AA | The grapheme for the Latin small letter e with circumflex character. It is represented by the following codes: Unicode U+00EA; Dec 101; Hex 65; HTML e. When creating a URL this character should be replaced with "%C3%AA". When entering dictionary terms, replace this character with the unicode character "e" (U+0065). |
ë | U+00EB | 101 | 65 | 1100101 | %C3%AB | The grapheme for the Latin small letter e with diaeresis character. It is represented by the following codes: Unicode U+00EB; Dec 101; Hex 65; HTML e. When creating a URL this character should be replaced with "%C3%AB". When entering dictionary terms, replace this character with the unicode character "e" (U+0065). |
ì | U+00EC | 105 | 69 | 1101001 | %C3%AC | The grapheme for the Latin small letter i with grave character. It is represented by the following codes: Unicode U+00EC; Dec 105; Hex 69; HTML i. When creating a URL this character should be replaced with "%C3%AC". When entering dictionary terms, replace this character with the unicode character "i" (U+0069). |
í | U+00ED | 105 | 69 | 1101001 | %C3%AD | The grapheme for the Latin small letter i with acute character. It is represented by the following codes: Unicode U+00ED; Dec 105; Hex 69; HTML i. When creating a URL this character should be replaced with "%C3%AD". When entering dictionary terms, replace this character with the unicode character "i" (U+0069). |
î | U+00EE | 105 | 69 | 1101001 | %C3%AE | The grapheme for the Latin small letter i with circumflex character. It is represented by the following codes: Unicode U+00EE; Dec 105; Hex 69; HTML i. When creating a URL this character should be replaced with "%C3%AE". When entering dictionary terms, replace this character with the unicode character "i" (U+0069). |
ï | U+00EF | 105 | 69 | 1101001 | %C3%AF | The grapheme for the Latin small letter i with diaeresis character. It is represented by the following codes: Unicode U+00EF; Dec 105; Hex 69; HTML i. When creating a URL this character should be replaced with "%C3%AF". When entering dictionary terms, replace this character with the unicode character "i" (U+0069). |
ð | U+00F0 | 100 | 64 | 1100100 | %C3%B0 | The grapheme for the Latin small letter eth character. It is represented by the following codes: Unicode U+00F0; Dec 100; Hex 64; HTML d. When creating a URL this character should be replaced with "%C3%B0". When entering dictionary terms, replace this character with the unicode character "d" (U+0064). |
ñ | U+00F1 | 110 | 6E | 1101110 | %C3%B1 | The grapheme for the Latin small letter n with tilde character. It is represented by the following codes: Unicode U+00F1; Dec 110; Hex 6E; HTML n. When creating a URL this character should be replaced with "%C3%B1". When entering dictionary terms, replace this character with the unicode character "n" (U+006E). |
ò | U+00F2 | 111 | 6F | 1101111 | %C3%B2 | The grapheme for the Latin small letter o with grave character. It is represented by the following codes: Unicode U+00F2; Dec 111; Hex 6F; HTML o. When creating a URL this character should be replaced with "%C3%B2". When entering dictionary terms, replace this character with the unicode character "o" (U+006F). |
ó | U+00F3 | 111 | 6F | 1101111 | %C3%B3 | The grapheme for the Latin small letter o with acute character. It is represented by the following codes: Unicode U+00F3; Dec 111; Hex 6F; HTML o. When creating a URL this character should be replaced with "%C3%B3". When entering dictionary terms, replace this character with the unicode character "o" (U+006F). |
ô | U+00F4 | 111 | 6F | 1101111 | %C3%B4 | The grapheme for the Latin small letter o with circumflex character. It is represented by the following codes: Unicode U+00F4; Dec 111; Hex 6F; HTML o. When creating a URL this character should be replaced with "%C3%B4". When entering dictionary terms, replace this character with the unicode character "o" (U+006F). |
õ | U+00F5 | 111 | 6F | 1101111 | %C3%B5 | The grapheme for the Latin small letter o with tilde character. It is represented by the following codes: Unicode U+00F5; Dec 111; Hex 6F; HTML o. When creating a URL this character should be replaced with "%C3%B5". When entering dictionary terms, replace this character with the unicode character "o" (U+006F). |
ö | U+00F6 | 111 | 6F | 1101111 | %C3%B6 | The grapheme for the Latin small letter o with diaeresis character. It is represented by the following codes: Unicode U+00F6; Dec 111; Hex 6F; HTML o. When creating a URL this character should be replaced with "%C3%B6". When entering dictionary terms, replace this character with the unicode character "o" (U+006F). |
÷ | U+00F7 | | | | %C3%B7 | The grapheme for the division sign character. It is represented by the following codes: Unicode U+00F7; . When creating a URL this character should be replaced with "%C3%B7". |
ø | U+00F8 | 111 | 6F | 1101111 | %C3%B8 | The grapheme for the Latin small letter o with stroke character. It is represented by the following codes: Unicode U+00F8; Dec 111; Hex 6F; HTML o. When creating a URL this character should be replaced with "%C3%B8". When entering dictionary terms, replace this character with the unicode character "o" (U+006F). |
ù | U+00F9 | 117 | 75 | 1110101 | %C3%B9 | The grapheme for the Latin small letter u with grave character. It is represented by the following codes: Unicode U+00F9; Dec 117; Hex 75; HTML u. When creating a URL this character should be replaced with "%C3%B9". When entering dictionary terms, replace this character with the unicode character "u" (U+0075). |
ú | U+00FA | 117 | 75 | 1110101 | %C3%BA | The grapheme for the Latin small letter u with acute character. It is represented by the following codes: Unicode U+00FA; Dec 117; Hex 75; HTML u. When creating a URL this character should be replaced with "%C3%BA". When entering dictionary terms, replace this character with the unicode character "u" (U+0075). |
û | U+00FB | 117 | 75 | 1110101 | %C3%BB | The grapheme for the Latin small letter u with circumflex character. It is represented by the following codes: Unicode U+00FB; Dec 117; Hex 75; HTML u. When creating a URL this character should be replaced with "%C3%BB". When entering dictionary terms, replace this character with the unicode character "u" (U+0075). |
ü | U+00FC | 117 | 75 | 1110101 | %C3%BC | The grapheme for the Latin small letter u with diaeresis character. It is represented by the following codes: Unicode U+00FC; Dec 117; Hex 75; HTML u. When creating a URL this character should be replaced with "%C3%BC". When entering dictionary terms, replace this character with the unicode character "u" (U+0075). |
ý | U+00FD | 121 | 79 | 1111001 | %C3%BD | The grapheme for the Latin small letter y with acute character. It is represented by the following codes: Unicode U+00FD; Dec 121; Hex 79; HTML y. When creating a URL this character should be replaced with "%C3%BD". When entering dictionary terms, replace this character with the unicode character "y" (U+0079). |
þ | U+00FE | 254 | 0xFE | | %C3%BE | The grapheme for the Latin small letter thorn character. It is represented by the following codes: Unicode U+00FE; Dec 254; Hex 0xFE; HTML þ. When creating a URL this character should be replaced with "%C3%BE". When entering dictionary terms, replace this character with the unicode character "p" (U+0070). |
ÿ | U+00FF | 121 | 79 | 1111001 | %C3%BF | The grapheme for the Latin small letter y with diaeresis character. It is represented by the following codes: Unicode U+00FF; Dec 121; Hex 79; HTML y. When creating a URL this character should be replaced with "%C3%BF". When entering dictionary terms, replace this character with the unicode character "y" (U+0079). |
ƀ | U+0180 | 384 | 0x180 | | %C6%80 | The grapheme for the Latin small letter b with stroke character. It is represented by the following codes: Unicode U+0180; Dec 384; Hex 0x180; HTML ƀ. When creating a URL this character should be replaced with "%C6%80". |
Ɓ | U+0181 | 595 | 0x253 | | %C6%81 | The grapheme for the Latin capital letter b with hook character. It is represented by the following codes: Unicode U+0181; Dec 595; Hex 0x253; HTML ɓ. When creating a URL this character should be replaced with "%C6%81". |
Ƃ | U+0182 | 387 | 0x183 | | %C6%82 | The grapheme for the Latin capital letter b with top bar character. It is represented by the following codes: Unicode U+0182; Dec 387; Hex 0x183; HTML ƃ. When creating a URL this character should be replaced with "%C6%82". |
ƃ | U+0183 | 387 | 0x183 | | %C6%83 | The grapheme for the Latin small letter b with top bar character. It is represented by the following codes: Unicode U+0183; Dec 387; Hex 0x183; HTML ƃ. When creating a URL this character should be replaced with "%C6%83". |
Ƅ | U+0184 | 389 | 0x185 | | %C6%84 | The grapheme for the Latin capital letter tone six character. It is represented by the following codes: Unicode U+0184; Dec 389; Hex 0x185; HTML ƅ. When creating a URL this character should be replaced with "%C6%84". |
ƅ | U+0185 | 389 | 0x185 | | %C6%85 | The grapheme for the Latin small letter tone six character. It is represented by the following codes: Unicode U+0185; Dec 389; Hex 0x185; HTML ƅ. When creating a URL this character should be replaced with "%C6%85". |
Ɔ | U+0186 | 596 | 0x254 | | %C6%86 | The grapheme for the Latin capital letter open o character. It is represented by the following codes: Unicode U+0186; Dec 596; Hex 0x254; HTML ɔ. When creating a URL this character should be replaced with "%C6%86". |
Ƈ | U+0187 | 392 | 0x188 | | %C6%87 | The grapheme for the Latin capital letter c with hook character. It is represented by the following codes: Unicode U+0187; Dec 392; Hex 0x188; HTML ƈ. When creating a URL this character should be replaced with "%C6%87". |
ƈ | U+0188 | 392 | 0x188 | | %C6%88 | The grapheme for the Latin small letter c with hook character. It is represented by the following codes: Unicode U+0188; Dec 392; Hex 0x188; HTML ƈ. When creating a URL this character should be replaced with "%C6%88". |
Ɖ | U+0189 | 598 | 0x256 | | %C6%89 | The grapheme for the Latin capital letter african d character. It is represented by the following codes: Unicode U+0189; Dec 598; Hex 0x256; HTML ɖ. When creating a URL this character should be replaced with "%C6%89". |
Ɗ | U+018A | 599 | 0x257 | | %C6%8A | The grapheme for the Latin capital letter d with hook character. It is represented by the following codes: Unicode U+018A; Dec 599; Hex 0x257; HTML ɗ. When creating a URL this character should be replaced with "%C6%8A". |
Ƌ | U+018B | 396 | 0x18C | | %C6%8B | The grapheme for the Latin capital letter d with top bar character. It is represented by the following codes: Unicode U+018B; Dec 396; Hex 0x18C; HTML ƌ. When creating a URL this character should be replaced with "%C6%8B". |
ƌ | U+018C | 396 | 0x18C | | %C6%8C | The grapheme for the Latin small letter d with top bar character. It is represented by the following codes: Unicode U+018C; Dec 396; Hex 0x18C; HTML ƌ. When creating a URL this character should be replaced with "%C6%8C". |
ƍ | U+018D | 397 | 0x18D | | %C6%8D | The grapheme for the Latin small letter turned delta character. It is represented by the following codes: Unicode U+018D; Dec 397; Hex 0x18D; HTML ƍ. When creating a URL this character should be replaced with "%C6%8D". |
Ǝ | U+018E | 477 | 0x1DD | | %C6%8E | The grapheme for the Latin capital letter reversed e character. It is represented by the following codes: Unicode U+018E; Dec 477; Hex 0x1DD; HTML ǝ. When creating a URL this character should be replaced with "%C6%8E". |
Ə | U+018F | 8340 | 0x2094 | | %C6%8F | The grapheme for the Latin capital letter schwa character. It is represented by the following codes: Unicode U+018F; Dec 8340; Hex 0x2094; HTML ₔ. When creating a URL this character should be replaced with "%C6%8F". |
Ɛ | U+0190 | 603 | 0x25B | | %C6%90 | The grapheme for the Latin capital letter open e character. It is represented by the following codes: Unicode U+0190; Dec 603; Hex 0x25B; HTML ɛ. When creating a URL this character should be replaced with "%C6%90". |
Ƒ | U+0191 | 402 | 0x192 | | %C6%91 | The grapheme for the Latin capital letter f with hook character. It is represented by the following codes: Unicode U+0191; Dec 402; Hex 0x192; HTML &fnof. When creating a URL this character should be replaced with "%C6%91". |
ƒ | U+0192 | 402 | 0x192 | | %C6%92 | The grapheme for the Latin small letter f with hook character. It is represented by the following codes: Unicode U+0192; Dec 402; Hex 0x192; HTML &fnof. When creating a URL this character should be replaced with "%C6%92". |
Ɠ | U+0193 | 608 | 0x260 | | %C6%93 | The grapheme for the Latin capital letter g with hook character. It is represented by the following codes: Unicode U+0193; Dec 608; Hex 0x260; HTML ɠ. When creating a URL this character should be replaced with "%C6%93". |
Ɣ | U+0194 | 611 | 0x263 | | %C6%94 | The grapheme for the Latin capital letter gamma character. It is represented by the following codes: Unicode U+0194; Dec 611; Hex 0x263; HTML ɣ. When creating a URL this character should be replaced with "%C6%94". |
ƕ | U+0195 | 502 | 0x1F6 | | %C6%95 | The grapheme for the Latin small letter hv character. It is represented by the following codes: Unicode U+0195; Dec 502; Hex 0x1F6; HTML Ƕ. When creating a URL this character should be replaced with "%C6%95". |
Ɩ | U+0196 | 617 | 0x269 | | %C6%96 | The grapheme for the Latin capital letter iota character. It is represented by the following codes: Unicode U+0196; Dec 617; Hex 0x269; HTML ɩ. When creating a URL this character should be replaced with "%C6%96". |
Ɨ | U+0197 | 616 | 0x268 | | %C6%97 | The grapheme for the Latin capital letter i with stroke character. It is represented by the following codes: Unicode U+0197; Dec 616; Hex 0x268; HTML ɨ. When creating a URL this character should be replaced with "%C6%97". |
Ƙ | U+0198 | 409 | 0x199 | | %C6%98 | The grapheme for the Latin capital letter k with hook character. It is represented by the following codes: Unicode U+0198; Dec 409; Hex 0x199; HTML ƙ. When creating a URL this character should be replaced with "%C6%98". |
ƙ | U+0199 | 409 | 0x199 | | %C6%99 | The grapheme for the Latin small letter k with hook character. It is represented by the following codes: Unicode U+0199; Dec 409; Hex 0x199; HTML ƙ. When creating a URL this character should be replaced with "%C6%99". |
ƚ | U+019A | 573 | 0x23D | | %C6%9A | The grapheme for the Latin small letter l with bar character. It is represented by the following codes: Unicode U+019A; Dec 573; Hex 0x23D; HTML Ƚ. When creating a URL this character should be replaced with "%C6%9A". |
ƛ | U+019B | 411 | 0x19B | | %C6%9B | The grapheme for the Latin small letter lambda with stroke character. It is represented by the following codes: Unicode U+019B; Dec 411; Hex 0x19B; HTML ƛ. When creating a URL this character should be replaced with "%C6%9B". |
Ɯ | U+019C | 623 | 0x26F | | %C6%9C | The grapheme for the Latin capital letter turned m character. It is represented by the following codes: Unicode U+019C; Dec 623; Hex 0x26F; HTML ɯ. When creating a URL this character should be replaced with "%C6%9C". |
Ɲ | U+019D | 626 | 0x272 | | %C6%9D | The grapheme for the Latin capital letter n with left hook character. It is represented by the following codes: Unicode U+019D; Dec 626; Hex 0x272; HTML ɲ. When creating a URL this character should be replaced with "%C6%9D". |
ƞ | U+019E | 544 | 0x220 | | %C6%9E | The grapheme for the Latin small letter n with long right leg character. It is represented by the following codes: Unicode U+019E; Dec 544; Hex 0x220; HTML Ƞ. When creating a URL this character should be replaced with "%C6%9E". |
Ɵ | U+019F | 629 | 0x275 | | %C6%9F | The grapheme for the Latin capital letter o with middle tilde character. It is represented by the following codes: Unicode U+019F; Dec 629; Hex 0x275; HTML ɵ. When creating a URL this character should be replaced with "%C6%9F". |
Ơ | U+01A0 | 111 | 6F | 1101111 | %C6%A0 | The grapheme for the Latin capital letter o with horn character. It is represented by the following codes: Unicode U+01A0; Dec 111; Hex 6F; HTML o. When creating a URL this character should be replaced with "%C6%A0". |
ơ | U+01A1 | 111 | 6F | 1101111 | %C6%A1 | The grapheme for the Latin small letter o with horn character. It is represented by the following codes: Unicode U+01A1; Dec 111; Hex 6F; HTML o. When creating a URL this character should be replaced with "%C6%A1". |
Ƣ | U+01A2 | 419 | 0x1A3 | | %C6%A2 | The grapheme for the Latin capital letter oi (= Latin capital letter gha) character. It is represented by the following codes: Unicode U+01A2; Dec 419; Hex 0x1A3; HTML ƣ. When creating a URL this character should be replaced with "%C6%A2". |
ƣ | U+01A3 | 419 | 0x1A3 | | %C6%A3 | The grapheme for the Latin small letter oi (= Latin small letter gha) character. It is represented by the following codes: Unicode U+01A3; Dec 419; Hex 0x1A3; HTML ƣ. When creating a URL this character should be replaced with "%C6%A3". |
Ƥ | U+01A4 | 421 | 0x1A5 | | %C6%A4 | The grapheme for the Latin capital letter p with hook character. It is represented by the following codes: Unicode U+01A4; Dec 421; Hex 0x1A5; HTML ƥ. When creating a URL this character should be replaced with "%C6%A4". |
ƥ | U+01A5 | 421 | 0x1A5 | | %C6%A5 | The grapheme for the Latin small letter p with hook character. It is represented by the following codes: Unicode U+01A5; Dec 421; Hex 0x1A5; HTML ƥ. When creating a URL this character should be replaced with "%C6%A5". |
Ʀ | U+01A6 | 640 | 0x280 | | %C6%A6 | The grapheme for the Latin letter yr character. It is represented by the following codes: Unicode U+01A6; Dec 640; Hex 0x280; HTML ʀ. When creating a URL this character should be replaced with "%C6%A6". |
Ƨ | U+01A7 | 424 | 0x1A8 | | %C6%A7 | The grapheme for the Latin capital letter tone two character. It is represented by the following codes: Unicode U+01A7; Dec 424; Hex 0x1A8; HTML ƨ. When creating a URL this character should be replaced with "%C6%A7". |
ƨ | U+01A8 | 424 | 0x1A8 | | %C6%A8 | The grapheme for the Latin small letter tone two character. It is represented by the following codes: Unicode U+01A8; Dec 424; Hex 0x1A8; HTML ƨ. When creating a URL this character should be replaced with "%C6%A8". |
Ʃ | U+01A9 | 643 | 0x283 | | %C6%A9 | The grapheme for the Latin capital letter esh character. It is represented by the following codes: Unicode U+01A9; Dec 643; Hex 0x283; HTML ʃ. When creating a URL this character should be replaced with "%C6%A9". |
ƪ | U+01AA | 426 | 0x1AA | | %C6%AA | The grapheme for the Latin letter reversed esh loop character. It is represented by the following codes: Unicode U+01AA; Dec 426; Hex 0x1AA; HTML ƪ. When creating a URL this character should be replaced with "%C6%AA". |
ƫ | U+01AB | 427 | 0x1AB | | %C6%AB | The grapheme for the Latin small letter t with palatal hook character. It is represented by the following codes: Unicode U+01AB; Dec 427; Hex 0x1AB; HTML ƫ. When creating a URL this character should be replaced with "%C6%AB". |
Ƭ | U+01AC | 429 | 0x1AD | | %C6%AC | The grapheme for the Latin capital letter t with hook character. It is represented by the following codes: Unicode U+01AC; Dec 429; Hex 0x1AD; HTML ƭ. When creating a URL this character should be replaced with "%C6%AC". |
ƭ | U+01AD | 429 | 0x1AD | | %C6%AD | The grapheme for the Latin small letter t with hook character. It is represented by the following codes: Unicode U+01AD; Dec 429; Hex 0x1AD; HTML ƭ. When creating a URL this character should be replaced with "%C6%AD". |
Ʈ | U+01AE | 648 | 0x288 | | %C6%AE | The grapheme for the Latin capital letter t with retroflex hook character. It is represented by the following codes: Unicode U+01AE; Dec 648; Hex 0x288; HTML ʈ. When creating a URL this character should be replaced with "%C6%AE". |
Ư | U+01AF | 117 | 75 | 1110101 | %C6%AF | The grapheme for the Latin capital letter u with horn character. It is represented by the following codes: Unicode U+01AF; Dec 117; Hex 75; HTML u. When creating a URL this character should be replaced with "%C6%AF". |
ư | U+01B0 | 117 | 75 | 1110101 | %C6%B0 | The grapheme for the Latin small letter u with horn character. It is represented by the following codes: Unicode U+01B0; Dec 117; Hex 75; HTML u. When creating a URL this character should be replaced with "%C6%B0". |
Ʊ | U+01B1 | 650 | 0x28A | | %C6%B1 | The grapheme for the Latin capital letter upsilon character. It is represented by the following codes: Unicode U+01B1; Dec 650; Hex 0x28A; HTML ʊ. When creating a URL this character should be replaced with "%C6%B1". |
Ʋ | U+01B2 | 651 | 0x28B | | %C6%B2 | The grapheme for the Latin capital letter v with hook character. It is represented by the following codes: Unicode U+01B2; Dec 651; Hex 0x28B; HTML ʋ. When creating a URL this character should be replaced with "%C6%B2". |
Ƴ | U+01B3 | 436 | 0x1B4 | | %C6%B3 | The grapheme for the Latin capital letter y with hook character. It is represented by the following codes: Unicode U+01B3; Dec 436; Hex 0x1B4; HTML ƴ. When creating a URL this character should be replaced with "%C6%B3". |
ƴ | U+01B4 | 436 | 0x1B4 | | %C6%B4 | The grapheme for the Latin small letter y with hook character. It is represented by the following codes: Unicode U+01B4; Dec 436; Hex 0x1B4; HTML ƴ. When creating a URL this character should be replaced with "%C6%B4". |
Ƶ | U+01B5 | 438 | 0x1B6 | | %C6%B5 | The grapheme for the Latin capital letter z with stroke character. It is represented by the following codes: Unicode U+01B5; Dec 438; Hex 0x1B6; HTML ƶ. When creating a URL this character should be replaced with "%C6%B5". |
ƶ | U+01B6 | 438 | 0x1B6 | | %C6%B6 | The grapheme for the Latin small letter z with stroke character. It is represented by the following codes: Unicode U+01B6; Dec 438; Hex 0x1B6; HTML ƶ. When creating a URL this character should be replaced with "%C6%B6". |
Ʒ | U+01B7 | 658 | 0x292 | | %C6%B7 | The grapheme for the Latin capital letter ezh character. It is represented by the following codes: Unicode U+01B7; Dec 658; Hex 0x292; HTML ʒ. When creating a URL this character should be replaced with "%C6%B7". |
Ƹ | U+01B8 | 441 | 0x1B9 | | %C6%B8 | The grapheme for the Latin capital letter ezh reversed character. It is represented by the following codes: Unicode U+01B8; Dec 441; Hex 0x1B9; HTML ƹ. When creating a URL this character should be replaced with "%C6%B8". |
ƹ | U+01B9 | 441 | 0x1B9 | | %C6%B9 | The grapheme for the Latin small letter ezh reversed character. It is represented by the following codes: Unicode U+01B9; Dec 441; Hex 0x1B9; HTML ƹ. When creating a URL this character should be replaced with "%C6%B9". |
ƺ | U+01BA | 442 | 0x1BA | | %C6%BA | The grapheme for the Latin small letter ezh with tail character. It is represented by the following codes: Unicode U+01BA; Dec 442; Hex 0x1BA; HTML ƺ. When creating a URL this character should be replaced with "%C6%BA". |
ƻ | U+01BB | 443 | 0x1BB | | %C6%BB | The grapheme for the Latin letter two with stroke character. It is represented by the following codes: Unicode U+01BB; Dec 443; Hex 0x1BB; HTML ƻ. When creating a URL this character should be replaced with "%C6%BB". |
Ƽ | U+01BC | 445 | 0x1BD | | %C6%BC | The grapheme for the Latin capital letter tone five character. It is represented by the following codes: Unicode U+01BC; Dec 445; Hex 0x1BD; HTML ƽ. When creating a URL this character should be replaced with "%C6%BC". |
ƽ | U+01BD | 445 | 0x1BD | | %C6%BD | The grapheme for the Latin small letter tone five character. It is represented by the following codes: Unicode U+01BD; Dec 445; Hex 0x1BD; HTML ƽ. When creating a URL this character should be replaced with "%C6%BD". |
ƾ | U+01BE | 678 | 0x2A6 | | %C6%BE | The grapheme for the Latin letter inverted glottal stop with stroke character. It is represented by the following codes: Unicode U+01BE; Dec 678; Hex 0x2A6; HTML ʦ. When creating a URL this character should be replaced with "%C6%BE". |
ƿ | U+01BF | 503 | 0x1F7 | | %C6%BF | The grapheme for the Latin letter wynn character. It is represented by the following codes: Unicode U+01BF; Dec 503; Hex 0x1F7; HTML Ƿ. When creating a URL this character should be replaced with "%C6%BF". |