L'encodage et transformation d'encodage de chaines avec PHP
// print_r(mb_list_encodings());
// Array
// (
// [0] => pass
// [1] => auto
// [2] => wchar
// [3] => byte2be
// [4] => byte2le
// [5] => byte4be
// [6] => byte4le
// [7] => BASE64
// [8] => UUENCODE
// [9] => HTML-ENTITIES
// [10] => Quoted-Printable
// [11] => 7bit
// [12] => 8bit
// [13] => UCS-4
// [14] => UCS-4BE
// [15] => UCS-4LE
// [16] => UCS-2
// [17] => UCS-2BE
// [18] => UCS-2LE
// [19] => UTF-32
// [20] => UTF-32BE
// [21] => UTF-32LE
// [22] => UTF-16
// [23] => UTF-16BE
// [24] => UTF-16LE
// [25] => UTF-8
// [26] => UTF-7
// [27] => UTF7-IMAP
// [28] => ASCII
// [29] => EUC-JP
// [30] => SJIS
// [31] => eucJP-win
// [32] => SJIS-win
// [33] => CP932
// [34] => CP51932
// [35] => JIS
// [36] => ISO-2022-JP
// [37] => ISO-2022-JP-MS
// [38] => Windows-1252
// [39] => Windows-1254
// [40] => ISO-8859-1
// [41] => ISO-8859-2
// [42] => ISO-8859-3
// [43] => ISO-8859-4
// [44] => ISO-8859-5
// [45] => ISO-8859-6
// [46] => ISO-8859-7
// [47] => ISO-8859-8
// [48] => ISO-8859-9
// [49] => ISO-8859-10
// [50] => ISO-8859-13
// [51] => ISO-8859-14
// [52] => ISO-8859-15
// [53] => ISO-8859-16
// [54] => EUC-CN
// [55] => CP936
// [56] => HZ
// [57] => EUC-TW
// [58] => BIG-5
// [59] => EUC-KR
// [60] => UHC
// [61] => ISO-2022-KR
// [62] => Windows-1251
// [63] => CP866
// [64] => KOI8-R
// [65] => KOI8-U
// [66] => ArmSCII-8
// [67] => CP850
// [68] => JIS-ms
// [69] => CP50220
// [70] => CP50220raw
// [71] => CP50221
// [72] => CP50222
// )
// Convertir du chinois simplifié (gb2312) vers de l'européen occidentale Latin-1 (iso-8859-1)
$encoding = 'gb2312'; // GB2312 chinois alias du (CP)936
$txt = mb_convert_encoding($txt, 'iso-8859-1', $encoding);
// Adaptez l'encodage source déjà connu,
// par exemple KOI8-R pour le Russe.
Supprimer/remplacer les caractères non remplaçable dans un encodage
// Pour supprimer tout les symboles spéciaux (	xxx)
$txt = preg_replace("/	[0-9]{3};/", "?", $txt);
Symboles |
code clavier |
Code
ISO |
Code
HTML |
Description |
☺ |
Alt+1 |
☺ |
|
Visage blanc souriant |
☻ |
Alt+2 |
☻ |
|
Visage noir souriant |
♥ |
Alt+3 |
♥ |
♥ |
Cœur noir |
♦ |
Alt+4 |
♦ |
♦ |
Carreau noir |
♣ |
Alt+5 |
♣ |
♣ |
Trèfle noir |
♠ |
Alt+6 |
♠ |
♠ |
Pique noir |
• |
Alt+7 |
• |
• |
Gros point médian |
◘ |
Alt+8 |
◘ |
|
Point noir-au-blanc |
○ |
Alt+9 |
○ |
|
Cercle blanc |
◙ |
Alt+10 |
◙ |
|
Cercle noir-au-blanc |
♂ |
Alt+11 |
♂ |
|
Signe male |
♀ |
Alt+12 |
♀ |
|
Signe femelle |
♪ |
Alt+13 |
♪ |
|
Note croche |
♫ |
Alt+14 |
♫ |
|
Deux croche ramées |
☼ |
Alt+15 |
☼ |
|
Soleil blanc avec rayons |
► |
Alt+16 |
► |
|
Pointeur noir vers la droite |
|
|
|
|
|
░ |
Alt+176 |
░ |
|
Ombre légère |
▒ |
Alt+177 |
▒ |
|
Ombre moyenne |
▓ |
Alt+178 |
▓ |
|
Ombre foncée |
│ |
Alt+179 |
│ |
|
|
┤ |
Alt+180 |
┤ |
|
|
↕ |
Alt+183 |
↕ |
|
|
╣ |
Alt+185 |
╣ |
|
|
║ |
Alt+186 |
║ |
|
|
╗ |
Alt+187 |
╗ |
|
|
╝ |
Alt+188 |
╝ |
|
|
┐ |
Alt+191 |
┐ |
|
|
└ |
Alt+192 |
└ |
|
|
┴ |
Alt+193 |
┴ |
|
|
┬ |
Alt+194 |
┬ |
|
|
├ |
Alt+195 |
├ |
|
|
─ |
Alt+196 |
─ |
|
|
┼ |
Alt+197 |
┼ |
|
|
╚ |
Alt+200 |
╚ |
|
|
|
|
|
|
|
|
|
Symboles |
code clavier |
Code
ISO |
Code
HTML |
Description |
◄ |
Alt+17 |
◄ |
|
Pointeur noir vers la gauche |
↕ |
Alt+18 |
↕ |
|
Flèche haut et bas |
‼ |
Alt+19 |
‼ |
|
Double point d'exclamation |
¶ |
Alt+20 |
¶ |
¶ |
Pied de mouche |
§ |
Alt+21 |
§ |
§ |
Paragraphe |
▬ |
Alt+22 |
▬ |
|
|
↨ |
Alt+23 |
↨ |
|
Flèche haut- bas sur base |
↑ |
Alt+24 |
↑ |
↑ |
Flèche vers le haut |
↓ |
Alt+25 |
↓ |
↓ |
Flèche vers le bas |
→ |
Alt+26 |
→ |
→ |
Flèche vers la droite |
← |
Alt+27 |
← |
← |
Flèche vers la gauche |
∟ |
Alt+28 |
∟ |
|
|
↔ |
Alt+29 |
↔ |
↔ |
Flèche bilatérale gauche-droite |
▲ |
Alt+30 |
▲ |
|
Triangle noir pointant vers le haut |
▼ |
Alt+31 |
▼ |
|
Triangle noir pointant vers le bas |
◊ |
|
◊ |
◊ |
Losange |
|
|
|
|
|
╔ |
Alt+201 |
╔ |
|
|
╩ |
Alt+202 |
╩ |
|
|
╦ |
Alt+203 |
╦ |
|
|
╠ |
Alt+204 |
╠ |
|
|
═ |
Alt+205 |
═ |
|
|
╬ |
Alt+206 |
╬ |
|
|
┘ |
Alt+217 |
┘ |
|
|
┌ |
Alt+218 |
┌ |
|
|
█ |
Alt+219 |
█ |
|
|
▄ |
Alt+220 |
▄ |
|
|
▀ |
Alt+223 |
▀ |
|
|
■ |
Alt+254 |
■ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Alphabet Grec |
code clavier |
Code
ISO |
Code
HTML |
Description |
α |
|
α |
α |
alpha Minuscule |
Α |
|
Α |
Α |
alpha Majuscule |
β |
Alt+225 |
β |
β |
béta Minuscule |
Β |
|
Β |
Β |
béta Majuscule |
γ |
|
γ |
γ |
gamma Minuscule |
Γ |
|
Γ |
Γ |
gamma Majuscule |
δ |
|
δ |
δ |
delta Minuscule |
Δ |
|
Δ |
Δ |
delta Majuscule |
ε |
|
ε |
ε |
epsilon Minuscule |
Ε |
|
Ε |
Ε |
epsilon Majuscule |
ζ |
|
ζ |
ζ |
zéta Minuscule |
Ζ |
|
Ζ |
Ζ |
zéta Majuscule |
η |
|
η |
η |
éta Minuscule |
Η |
|
Η |
Η |
éta Majuscule |
θ |
|
θ |
θ |
théta Minuscule |
Θ |
|
Θ |
Θ |
théta Majuscule |
ι |
|
ι |
ι |
iota Minuscule |
Ι |
|
Ι |
Ι |
iota Majuscule |
κ |
|
κ |
κ |
kappa Minuscule |
Κ |
|
Κ |
Κ |
kappa Majuscule |
λ |
|
λ |
λ |
lambda Minuscule |
Λ |
|
Λ |
Λ |
lambda Majuscule |
μ |
Alt+0181 |
μ |
μ |
mu Minuscule |
Μ |
|
Μ |
Μ |
mu Majuscule |
ν |
|
ν |
ν |
nu Minuscule |
Ν |
|
Ν |
Ν |
nu Majuscule |
|
|
Alphabet Grec |
code clavier |
Code
ISO |
Code
HTML |
Description |
ξ |
|
ξ |
ξ |
xi Minuscule |
Ξ |
|
Ξ |
Ξ |
xi Majuscule |
ο |
|
ο |
ο |
omicron Minuscule |
Ο |
|
Ο |
Ο |
omicron Majuscule |
π |
|
π |
π |
pi Minuscule |
Π |
|
Π |
Π |
pi Majuscule |
ρ |
|
ρ |
ρ |
rho Minuscule |
Ρ |
|
Ρ |
Ρ |
rho Majuscule |
σ |
|
σ |
σ |
sigma Minuscule |
ς |
|
ς |
ς |
sigma Final Minuscule |
Σ |
|
Σ |
Σ |
sigma Majuscule |
τ |
|
τ |
τ |
tau Minuscule |
Τ |
|
Τ |
Τ |
tau Majuscule |
υ |
|
υ |
υ |
upsilon Minuscule |
Υ |
|
Υ |
Υ |
upsilon Majuscule |
φ |
|
φ |
φ |
phi Minuscule |
Φ |
|
Φ |
Φ |
phi Majuscule |
χ |
|
χ |
χ |
chi Minuscule |
Χ |
|
Χ |
Χ |
chi Majuscule |
ψ |
|
ψ |
ψ |
psi Minuscule |
Ψ |
|
Ψ |
Ψ |
psi Majuscule |
ω |
|
ω |
ω |
oméga Minuscule |
Ω |
|
Ωou
Ω |
Ω |
oméga Majuscule |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Symboles |
code clavier
d'un caractère |
Code
ISO |
Code
HTML |
Description |
Espace |
|
  |
|
|
! |
Alt+ 033 |
! |
|
|
" |
Alt+ 034 |
" |
" |
Guillemet double |
# |
Alt+ 035 |
# |
|
# (carré ou dièse) |
$ |
Alt+ 036 |
$ |
|
symbole Dollar |
% |
Alt+ 037 |
% |
|
Pour cent |
& |
Alt+ 038 |
& |
& |
Et commercial |
’ |
Alt+ 039 |
' |
|
|
( |
Alt+ 040 |
( |
|
|
) |
Alt+ 041 |
) |
|
|
* |
Alt+ 042 |
* |
|
|
+ |
Alt+ 043 |
+ |
|
|
, |
Alt+ 044 |
, |
|
|
- |
Alt+ 045 |
- |
|
|
. |
Alt+ 046 |
. |
|
|
/ |
Alt+ 047 |
/ |
|
/ (barre oblique) |
0 |
Alt+ 048 |
0 |
|
|
1 |
Alt+ 049 |
1 |
|
|
2 |
Alt+ 050 |
2 |
|
|
3 |
Alt+ 051 |
3 |
|
|
4 |
Alt+ 052 |
4 |
|
|
5 |
Alt+ 053 |
5 |
|
|
6 |
Alt+ 054 |
6 |
|
|
7 |
Alt+ 055 |
7 |
|
|
8 |
Alt+ 056 |
8 |
|
|
9 |
Alt+ 057 |
9 |
|
|
: |
Alt+ 058 |
: |
|
|
; |
Alt+ 059 |
; |
|
|
< |
Alt+ 060 |
< |
< |
Inférieur à |
= |
Alt+ 061 |
= |
|
|
> |
Alt+ 062 |
> |
> |
Supérieur à |
? |
Alt+ 063 |
? |
|
|
@ |
Alt+ 064 |
@ |
|
a commercial |
A |
Alt+ 065 |
A |
|
|
B |
Alt+ 066 |
B |
|
|
C |
Alt+ 067 |
C |
|
|
D |
Alt+ 068 |
D |
|
|
E |
Alt+ 069 |
E |
|
|
F |
Alt+ 070 |
F |
|
|
G |
Alt+ 071 |
G |
|
|
H |
Alt+ 072 |
H |
|
|
I |
Alt+ 073 |
I |
|
|
J |
Alt+ 074 |
J |
|
|
K |
Alt+ 075 |
K |
|
|
L |
Alt+ 076 |
L |
|
|
M |
Alt+ 077 |
M |
|
|
N |
Alt+ 078 |
N |
|
|
O |
Alt+ 079 |
O |
|
|
P |
Alt+ 080 |
P |
|
|
Q |
Alt+ 081 |
Q |
|
|
R |
Alt+ 082 |
R |
|
|
S |
Alt+ 083 |
S |
|
|
T |
Alt+ 084 |
T |
|
|
U |
Alt+ 085 |
U |
|
|
V |
Alt+ 086 |
V |
|
|
W |
Alt+ 087 |
W |
|
|
X |
Alt+ 088 |
X |
|
|
Y |
Alt+ 089 |
Y |
|
|
Z |
Alt+ 090 |
Z |
|
|
[ |
Alt+ 091 |
[ |
|
Crochet gauche |
\ |
Alt+ 092 |
\ |
|
\ (barre oblique inversée) |
] |
Alt+ 093 |
] |
|
Crochet droit |
^ |
Alt+ 094 |
^ |
|
|
_ |
Alt+ 095 |
_ |
|
|
` |
Alt+ 096 |
` |
|
|
a |
Alt+ 097 |
a |
|
|
b |
Alt+ 098 |
b |
|
|
c |
Alt+ 099 |
c |
|
|
d |
Alt+ 100 |
d |
|
|
e |
Alt+ 101 |
e |
|
|
f |
Alt+ 102 |
f |
|
|
g |
Alt+ 103 |
g |
|
|
h |
Alt+ 104 |
h |
|
|
i |
Alt+ 105 |
i |
|
|
j |
Alt+ 106 |
j |
|
|
k |
Alt+ 107 |
k |
|
|
l |
Alt+ 108 |
l |
|
|
m |
Alt+ 0109 |
m |
|
|
n |
Alt+ 0110 |
n |
|
|
o |
Alt+ 0111 |
o |
|
|
p |
Alt+ 0112 |
p |
|
|
q |
Alt+ 0113 |
q |
|
|
r |
Alt+ 0114 |
r |
|
|
s |
Alt+ 0115 |
s |
|
|
t |
Alt+ 0116 |
t |
|
|
u |
Alt+ 0117 |
u |
|
|
v |
Alt+ 0118 |
v |
|
|
w |
Alt+ 0119 |
w |
|
|
x |
Alt+ 0120 |
x |
|
|
y |
Alt+ 0121 |
y |
|
|
z |
Alt+ 0122 |
z |
|
|
{ |
Alt+ 0123 |
{ |
|
Accolade gauche |
| |
Alt+ 0124 |
| |
|
Barre verticale |
} |
Alt+ 0125 |
} |
|
Accolade droite |
~ |
Alt+ 0126 |
~ |
|
~ (tilde) |
|
Alt+ 0127 |
|
|
|
€ |
Alt+ 0128 |
€ ou € |
€ |
Symbole Euro |
|
Alt+ 0129 |
|
|
|
‚ |
Alt+ 0130 |
‚ |
|
|
ƒ |
Alt+ 0131 |
ƒ |
|
Florin |
„ |
Alt+ 0132 |
„ |
|
|
… |
Alt+ 0133 |
… |
|
|
† |
Alt+ 0134 |
† |
† |
Obèle |
‡ |
Alt+ 0135 |
‡ |
‡ |
Double obèle |
ˆ |
Alt+ 0136 |
ˆ |
|
|
‰ |
Alt+ 0137 |
‰ |
|
Pour mille |
Š |
Alt+ 0138 |
Š |
|
|
‹ |
Alt+ 0139 |
‹ |
< |
|
Œ |
Alt+ 0140 |
Œ |
|
|
|
Alt+ 0141 |
|
|
|
Ž |
Alt+ 0142 |
Ž |
|
|
√ |
|
√ |
|
Racine carrée |
≈ |
|
≈ |
|
Presque égal |
|
|
Symboles |
code clavier
d'un caractère |
Code
ISO |
Code
HTML |
Description |
‘ |
Alt+ 0145 |
‘ |
|
|
’ |
Alt+ 0146 |
’ |
|
|
“ |
Alt+ 0147 |
“ |
|
|
” |
Alt+ 0148 |
” |
|
|
• |
Alt+ 0149 |
• |
|
Gros point médian |
– |
Alt+ 0150 |
– |
|
|
— |
Alt+ 0151 |
— |
|
|
˜ |
Alt+ 0152 |
˜ |
|
|
™ |
Alt+ 0153 |
™ |
|
Marque déposée |
š |
Alt+ 0154 |
š |
|
|
› |
Alt+ 0155 |
› |
> |
|
œ |
Alt+ 0156 |
œ |
œ |
|
|
Alt+ 0157 |
|
|
|
ž |
Alt+ 0158 |
ž |
|
|
Ÿ |
Alt+ 0159 |
Ÿ |
Ÿ |
|
Espace |
Alt+ 0160 |
  |
|
Espace insécable |
¡ |
Alt+ 0161 |
¡ |
¡ |
Exclamation inversée |
¢ |
Alt+ 0162 |
¢ |
¢ |
Symbole centime |
£ |
Alt+ 0163 |
£ |
£ |
Symbole livre |
¤ |
Alt+ 0164 |
¤ |
¤ |
Symbole monétaire |
¥ |
Alt+ 0165 |
¥ |
¥ |
Signe Yen |
¦ |
Alt+ 0166 |
¦ |
¦ ou &brkbar; |
Barre verticale interrompue |
§ |
Alt+ 0167 |
§ |
§ |
Signe section |
¨ |
Alt+ 0168 |
¨ |
¨ ou ¨ |
Tréma |
© |
Alt+ 0169 |
© |
© |
Copyright |
ª |
Alt+ 0170 |
ª |
ª |
Ordinal féminin |
« |
Alt+ 0171 |
« |
« |
Chevron gauche ou guillemet gauche |
¬ |
Alt+ 0172 |
¬ |
¬ |
Signe non |
|
Alt+ 0173 |
­ |
­ |
Tiret conditionnel |
® |
Alt+ 0174 |
® |
® |
Marque déposée |
¯ |
Alt+ 0175 |
¯ |
¯ ou &hibar; |
Macron |
° |
Alt+ 0176 |
° |
° |
Signe degrés |
± |
Alt+ 0177 |
± |
± |
Plus ou moins |
² |
Alt+ 0178 |
² |
² |
Deux exposant |
³ |
Alt+ 0179 |
³ |
³ |
Trois exposant |
´ |
Alt+ 0180 |
´ |
´ |
Accent aigu |
µ |
Alt+ 0181 |
µ |
µ |
Signe micro |
¶ |
Alt+ 0182 |
¶ |
¶ |
Signe paragraphe |
· |
Alt+ 0183 |
· |
· |
Point milieu |
¸ |
Alt+ 0184 |
¸ |
¸ |
Cédille |
¹ |
Alt+ 0185 |
¹ |
¹ |
Un exposant |
º |
Alt+ 0186 |
º |
º |
Ordinal masculin |
» |
Alt+ 0187 |
» |
» |
Chevron droit ou guillemet droit |
¼ |
Alt+ 0188 |
¼ |
¼ |
Fraction un quart |
½ |
Alt+ 0189 |
½ |
½ |
Fraction un demi |
¾ |
Alt+ 0190 |
¾ |
¾ |
Fraction trois-quarts |
¿ |
Alt+ 0191 |
¿ |
¿ |
Point d'interrogation inversé |
À |
Alt+ 0192 |
À |
À |
A accent grave majuscule |
Á |
Alt+ 0193 |
Á |
Á |
A accent aigu majuscule |
 |
Alt+ 0194 |
 |
 |
A accent circonflexe majuscule |
à |
Alt+ 0195 |
à |
à |
A tilde majuscule |
Ä |
Alt+ 0196 |
Ä |
Ä |
A tréma majuscule |
Å |
Alt+ 0197 |
Å |
Å |
A anneau majuscule |
Æ |
Alt+ 0198 |
Æ |
Æ |
AE majuscule (digramme soudé ae, lettre) |
Ç |
Alt+ 0199 |
Ç |
Ç |
C cédille majuscule |
È |
Alt+ 0200 |
È |
È |
E accent grave majuscule |
É |
Alt+ 0201 |
É |
É |
E accent aigu majuscule |
Ê |
Alt+ 0202 |
Ê |
Ê |
E accent circonflexe majuscule |
Ë |
Alt+ 0203 |
Ë |
Ë |
E tréma majuscule |
Ì |
Alt+ 0204 |
Ì |
Ì |
I accent grave majuscule |
Í |
Alt+ 0205 |
Í |
Í |
I accent aigu majuscule |
Î |
Alt+ 0206 |
Î |
Î |
I accent circonflexe majuscule |
Ï |
Alt+ 0207 |
Ï |
Ï |
I tréma majuscule |
Ð |
Alt+ 0208 |
Ð |
Ð ou Đ |
Eth islandais |
Ñ |
Alt+ 0209 |
Ñ |
Ñ |
N tilde majuscule |
Ò |
Alt+ 0210 |
Ò |
Ò |
O accent grave majuscule |
Ó |
Alt+ 0211 |
Ó |
Ó |
O accent aigu majuscule |
Ô |
Alt+ 0212 |
Ô |
Ô |
O accent circonflexe majuscule |
Õ |
Alt+ 0213 |
Õ |
Õ |
O tilde majuscule |
Ö |
Alt+ 0214 |
Ö |
Ö |
O tréma majuscule |
× |
Alt+ 0215 |
× |
× |
Signe infini |
Ø |
Alt+ 0216 |
Ø |
Ø |
O barré majuscule |
Ù |
Alt+ 0217 |
Ù |
Ù |
U accent grave majuscule |
Ú |
Alt+ 0218 |
Ú |
Ú |
U accent aigu majuscule |
Û |
Alt+ 0219 |
Û |
Û |
U accent circonflexe majuscule |
Ü |
Alt+ 0220 |
Ü |
Ü |
U tréma majuscule |
Ý |
Alt+ 0221 |
Ý |
Ý |
Y accent aigu majuscule |
Þ |
Alt+ 0222 |
Þ |
Þ |
Thorn islandais majuscule |
ß |
Alt+ 0223 |
ß |
ß |
s dur allemand (szet) |
à |
Alt+ 0224 |
à |
à |
a accent grave minuscule |
á |
Alt+ 0225 |
á |
á |
a accent aigu minuscule |
â |
Alt+ 0226 |
â |
â |
a accent circonflexe minuscule |
ã |
Alt+ 0227 |
ã |
ã |
a tilde minuscule |
ä |
Alt+ 0228 |
ä |
ä |
a tréma minuscule |
å |
Alt+ 0229 |
å |
å |
a rond minuscule |
æ |
Alt+ 0230 |
æ |
æ |
e dans l'a minuscule |
ç |
Alt+ 0231 |
ç |
ç |
c cédille minuscule |
è |
Alt+ 0232 |
è |
è |
e accent grave minuscule |
é |
Alt+ 0233 |
é |
é |
e accent aigu minuscule |
ê |
Alt+ 0234 |
ê |
ê |
e accent circonflexe minuscule |
ë |
Alt+ 0235 |
ë |
ë |
e tréma minuscule |
ì |
Alt+ 0236 |
ì |
ì |
i accent grave minuscule |
í |
Alt+ 0237 |
í |
í |
i accent aigu minuscule |
î |
Alt+ 0238 |
î |
î |
i accent circonflexe minuscule |
ï |
Alt+ 0239 |
ï |
ï |
i tréma minuscule |
ð |
Alt+ 0240 |
ð |
ð |
eth islandais minuscule |
ñ |
Alt+ 0241 |
ñ |
ñ |
n tilde minuscule |
ò |
Alt+ 0242 |
ò |
ò |
o accent grave minuscule |
ó |
Alt+ 0243 |
ó |
ó |
o accent aigu minuscule |
ô |
Alt+ 0244 |
ô |
ô |
o accent circonflexe minuscule |
õ |
Alt+ 0245 |
õ |
õ |
o tilde minuscule |
ö |
Alt+ 0246 |
ö |
ö |
o tréma minuscule |
÷ |
Alt+ 0247 |
÷ |
÷ |
Signe division |
ø |
Alt+ 0248 |
ø |
ø |
o barré minuscule |
ù |
Alt+ 0249 |
ù |
ù |
u accent grave minuscule |
ú |
Alt+ 0250 |
ú |
ú |
u accent aigu minuscule |
û |
Alt+ 0251 |
û |
û |
u accent circonflexe minuscule |
ü |
Alt+ 0252 |
ü |
ü |
u tréma minuscule |
ý |
Alt+ 0253 |
ý |
ý |
y accent aigu minuscule |
þ |
Alt+ 0254 |
þ |
þ |
Thorn islandais minuscule |
ÿ |
Alt+ 0255 |
ÿ |
ÿ |
y tréma minuscule |
℗ |
|
℗ |
|
Copyright des enregistrements sonores |
|