Quotation mark " " " " Ampersand & & & & Less-than sign < < < < Greater-than sign > > > > Open single quote ‘ ‘ ‘ ‘ Close single quote ’ ’ ’ ’ Open double quotes “ “ “ “ Close double quotes ” ” ” ” En dash – – – – Em dash — — — — Bullet • • • • Non-breaking space       Horizontal ellipsis … … … … Eacute É É É É eacute é é é é © ® chars not allowed in windows file names @ $ % & \ / : * ? " ' < > | ~ ` # ^ + = { } [ ] ; ! \ / : * ? " < > | ~ # % & + { } - · < (less than) > (greater than) : (colon - sometimes works, but is actually NTFS Alternate Data Streams) " (double quote) / (forward slash) \ (backslash) | (vertical bar or pipe) ? (question mark) * (asterisk) NTFS: The following reserved characters: < > : " / \ | ? * Integer value zero, sometimes referred to as the ASCII NUL character. Characters whose integer representations are in the range 1-31. Any other character the target file system does not allow. Use a period as a directory component in a path to represent the current directory. For example, .\temp.txt. Use two consecutive periods (..) as a directory component in a path to represent the parent of the current directory, for example ..\temp.txt. For more information, see Paths. Do not use the following reserved names for the name of a file: CON, PRN, AUX, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9. Also avoid these names followed immediately by an extension; for example, NUL.txt is not recommended. Do not end a file or directory name with a space or a period. Although the underlying file system may support such names, the Windows shell and user interface does not. However, you can specify a period as the first character of a name. For example, .temp. Supported characters for a file name are letters, numbers, spaces, and ( ) _ - , .