Almost all applications support French accents. Guidelines for typing and using accents are given below.  lf you need to refer to additional characters, look under the Accents tab.

Windows ALT Codes

In Windows, combinations of the ALT key plus a numeric code from the number keypad can be used to type a non-English character in any Windows application.

See the detailed instructions on the ALT Code How To for complete information on implementing the code. Additional options for entering accents in Windows are also listed in the Accents section of this Web site.

French ALT Codes

Capital Vowels
Vwl ALT Code
À ALT+0192
 ALT+0194
Ä ALT+0196
È ALT+0200
É ALT+0201
Ê ALT+0202
Ë ALT+0203
Î ALT+0206
Ï ALT+0207
Ô ALT+0212
ΠALT+0140
Ù ALT+0217
Û ALT+0219
Ü ALT+0220
Ÿ ALT+0159
Lower Vowels
Vwl ALT Code
à ALT+0224
â ALT+0226
ä ALT+0228
è ALT+0232
é ALT+0233
ê ALT+0234
ë ALT+0235
î ALT+0238
ï ALT+0239
ô ALT+0244
œ ALT+0156
ù ALT+0249
û ALT+0251
ü ALT+0252
ÿ ALT+0255
 
Consonants, Punctuation
Sym ALT Code
Ç ALT+0199 (caps)
ç ALT+0231 (lower)
« ALT+0171 (Left Angle Quote)
» ALT+0187 (Right Angle Quote)
ALT+0128

Quick Examples

  1. To input capital À (ALT+0192), hold down the ALT key then type 0192 (all four digits) on the numeric keypad. The ALT codes do not work with the row of number keys on the top.
  2. To input lowercase à (ALT+0224), change the code from 0193 to 0224.

See the ALT Code How To for complete information on implementing the code.

Windows International Keyboard Codes

In order to use these codes you must activate the U.S. international keyboard.

Once the U.S. International keyboard has been activated, you can use the codes below.

Accented Vowels

This list is organized by Accent type. For the Template, the symbol "V" means type any vowel.

Windows International Keyboard Vowel Codes
ACCENT SAMPLE TEMPLATE NOTES
Acute ‘, V ‘ = apostrophe key
Circumflex SHIFT+^, V  
Grave `, V  
Umlaut ", V " = quote key

Example 1: To type lower case ó – Type the apostrophe key (‘), then O.  For capital Ó, type the apostrophe, then capital O.

Consonants and Puncutation

For these codes, you must make sure you use the Alt key on the right side of the keyboard.

Note: that there is no shortcut for the joined O-E.

International Keyboard Codes for Consonants, Punctuation
Sym Code
Ç Shift+RightAlt + <
ç RightAlt + <
« RightAlt+[
» RightAlt+]
Control+RightAlt+5

Windows French Keyboard

If you wish to simulate a non U.S. keyboard, follow the instructions for Activating Keyboard Locales to activate and switch Microsoft keyboards.

Macintosh Accent Codes

Accented Vowels

The format is to hold the first two keys down simultaneously, release, then type the vowel you wish to be accented. For the Template, the symbol "V" means any vowel.

Mac Option Codes for Vowels
ACCENT SAMPLE TEMPLATE
Acute Option+E, V
Circumflex Option+I, V
Grave Option+`, V
Umlaut Option+U, V

Example 1: To input the lower case ó, hold down the Option key, then the E key. Release both keys then type lowercase o.
Example 2: To input the capital Ó, hold down the Option key, then the E key. Release all both keys then type capital O.

Other Characters

Consonant/Punctuation
Sym Mac Option Code
ç Option+C
Ç Shift+Option+C
« Option+\
» Shift+Option+\
Shift+Option+2

AZERTY Keyboard Options

The AZERTY keyboard is a variant layout where the Q and A keys are switched from the English QWERTY layout. The layout is used in many French speaking countries because it also supports other French characters.

Both Windows and Macintosh can simulate an AZERTY or other similar layouts as desired. See the Keyboards section to learn how to activate them in each platform.

French Web Pages

If you are developing Web pages with French content, the following information can make sure that the content is properly displayed.

This section presents information specific to French. For general information about developing non-English Web sites, see the Encoding Tutorial or the Web Layout sections.

Historical Encodings

Unicode (utf-8) is the preferred encoding for Web sites. However, the following historic encodings may still be encountered.

  • iso-8859-1 (Latin 1),
  • iso-8859-15 (adds support for the euro ()
  • win-1252

If possible, you should transition to Unicode.

Language Tags

Language Tags allow browsers and other software to process text more efficiently. They are also important for optimal screen reader accessibility.

Below are some common codes that might be used in the Francophone world.

French and Major Dialects

Historical Stages

  • fro (Old French)
  • frm (Middle French)

Selected Minority Languages

HTML Accent Codes

Use these codes to input accented letters in HTML. For instance, if you
want to type île you would type &icirc;le.

The numbers in parentheses are the numeric codes assigned in Unicode encoding. For instance, because î is number 238,
&#238;le can also be used to input île.
These numbers are also used with the Windows Alt
codes
listed above.

French Entity Codes

Capital Vowels
Vwl Entity Code
À &Agrave;(192)
 &Acirc; (194)
Ä &Auml; (196)
È &Egrave; (200)
É &Eacute; (201)
Ê &Ecirc; (202)
Ë &Euml; (203)
Î &Icirc; (206)
Ï &Iuml; (207)
Ô &Ocirc; (212)
Π&OElig; (140)
Ù &Ugrave; (217)
Û &Ucirc; (219)
Ü &Uuml; (220)
Ÿ &Yuml; (159)
Lower Vowels
Vwl Entity Code
à &agrave; (224)
â &acirc; (226)
ä &auml; (228)
è &egrave; (232)
é &eacute; (233)
ê &ecirc; (234)
ë &euml; (235)
î &icirc; (238)
ï &iuml; (239)
ô &ocirc; (244)
œ &oelig; (156)
ù &ugrave; (250)
û &ucirc; (251)
ü &uuml; (252)
ÿ &yuml; (255)
Cons/Symbols
Sym Entity Code
Ç &Ccedil; (199)
ç &ccedil; (231)
« &laquo; (171)
» &raquo; (187)
&lsaquo;
&rsaquo;
&euro;
 

Linux/Unix

 

Top of Page