Font Reference Manual Intermec Fingerprint v8.xx Intermec Technologies Corporation Corporate Headquarters 6001 36th Ave. W. Everett, WA 98203 U.S.A. www.intermec.com The information contained herein is proprietary and is provided solely for the purpose of allowing customers to operate and/or service Intermec manufactured equipment and is not to be released, reproduced, or used for any other purpose without written permission of Intermec. Information and specifications contained in this document are subject to change without prior notice and do not represent a commitment on the part of Intermec Technologies Corporation. © 2005 by Intermec Technologies Corporation. All Rights Reserved EasyCoder, EasyLAN and Fingerprint are registered trademarks of Intermec Technologies Corp. The word Intermec, the Intermec logo and PrintSet are trademarks of Intermec Technologies Corp. Throughout this manual, trademarked names may be used. Rather than put a trademark (™) symbol in every occurrence of a trademarked name, we state that we are using the names only in an editorial fashion, and to the benefit of the trademark owner, with no intention of infringement. There are U.S. and foreign patents pending. Bitstream is a registered trademark of Bitstream, Inc. Macintosh and TrueType are registered trademarks of Apple Computer, Inc. Microsoft, MS, and MS-DOS are registered trademarks of Microsoft Corporation. TrueDoc is a trademark of Bitstream, Inc. Unicode is a trademark of Unicode Inc. Windows is a trademark of Microsoft Corporation. The software contained in the Intermec Printers and the accompanying materials are copyrighted. Unauthorized copying of the software, including software that has been modified, merged, or included with other software, or the written materials is expressly forbidden without the prior written consent of Intermec. All right, title, and interest in all copies of this software are and shall at all times remain the sole and exclusive property of Intermec. Customer may be held legally responsible for any copyright infringement that is caused or encouraged by its failure to abide by these terms. Preface Contents 1 Introduction About this Manual............................................................................................................................2 Terminology ......................................................................................................................................2 2 Font Handling Character Sets 3 Overview..........................................................................................................................................6 Description..........................................................................................................................12 Roman 8 Character Set........................................................................................................13 French Character Set ......................................................................................................................15 Spanish Character Set ....................................................................................................................17 Italian Character Set ............................................................................................................ 19 English (UK) Character Set ................................................................................................. 21 Swedish Character Set ......................................................................................................... 23 Norwegian Character Set .................................................................................................... 25 German Character Set ......................................................................................................... 27 Japanese Latin Character Set ............................................................................................... 29 Portuguese Latin Character Set ........................................................................................... 31 PCMAP Latin Character Set ............................................................................................... 33 ANSI Latin Character Set ................................................................................................... 35 MS-DOS Latin 1 Character Set .......................................................................................... 37 MS-DOS Greek 1 Character Set ......................................................................................... 39 MS-DOS Latin 2 Character Set .......................................................................................... 41 MS-DOS Cyrillic Character Set .......................................................................................... 43 MS-DOS Turkish Character Set .......................................................................................... 45 Windows Latin 2 Character Set .......................................................................................... 47 Windows Cyrillic Character Set .......................................................................................... 49 Windows Latin 1 Character Set .......................................................................................... 51 Windows Greek Character Set ............................................................................................ 53 Windows Latin 5 Character Set ....................................................................................................55 Windows Baltic Rim Character Set ..................................................................................... 57 OCR-A BT Character Set ................................................................................................... 59 OCR-B 10 Pitch BT Character Set ..................................................................................... 60 DingDings SWA Character Set .....................................................................................................61 4 User-defined Map Tables The NSC1 File Format ..................................................................................................................64 The NSC2 File Format ..................................................................................................................67 Intermec Fingerprint v8.xx — Font Reference Manual iii Preface 5 Font Resource Printout Samples Description...............................................................................................................................70 Standard Font Set................................................................................................................ 71 Font 0: Swiss 721 BT ................................................................................................. 71 Font 1: Prestige 12 Pitch Bold BT............................................................................73 Font 2: Zurich Extra Condensed BT .......................................................................74 Font 3: Swiss 721 Bold BT........................................................................................75 Font 4: Swiss 721 Bold Condensed BT ................................................................... 76 Font 5: Dutch 801 Roman BT .................................................................................77 Font 6: Dutch 801 Bold BT .....................................................................................78 Font 7: Century Schoolbook BT ..............................................................................79 Font 8: Futura Light BT ............................................................................................80 Font 9: Letter Gothic 12 Pitch BT ........................................................................... 81 Font 10: Monospace 821 BT .................................................................................... 82 Font 11: Monospace 821 Bold BT ........................................................................... 83 Font 12: OCR-A BT..................................................................................................84 Font 13: OCR-B 10 Pitch BT ..................................................................................85 Font 14: DingDings SWA .........................................................................................86 Middle East Font Set ......................................................................................................................88 Font 0: Swiss 721 Mediterranean BT ....................................................................... 88 Font 1: Sharif Light BT ............................................................................................. 89 Font 2: Hadassah BT ................................................................................................. 91 iv Intermec Fingerprint v8.xx — Font Reference Manual 1 Introduction This chapter contains some important notes about this manual revision and a listing of relevant terminology. Intermec Fingerprint v8.xx — Font Reference Manual 1 Chapter 1 — Introduction About this Manual The purpose of this manual is to provide in-depth information on how to use scalable fonts in the Intermec Fingerprint v8.xx programming language with an emphasis on character set mapping. It is assumed that the reader is familiar with the Fingerprint programming language and has access to the latest version of the Intermec Fingerprint Programmer's Reference Manual. This can be downloaded as an Adobe Acrobat PDF-file via the Intermec web site (http://www.intermec.com), and can also be found on the PrinterCompanion CD delivered with new Intermec EasyCoder printers. The following significant changes have been made since the last revision (Fingerprint v7.31): • DingDings SWA replaces Zapf Dingbats BT • UTF-8 is now supported (starting with Fingerprint v8.50) The reader should note that the information presented in this manual is valid only for Fingerprint v8.xx and later versions with reservations for future changes. Terminology Listed below are some of the terms and concepts discussed in this manual: Glyph A generic term for the letters, numbers, signs, and graphical objects, that make up a font. The actual appearance of a glyph depends on the selected font. Font A generic term for all glyphs with the same typeface (for example Swiss) and style (for example bold) contained within a set with a common name, for example Swiss 721 Bold BT. Fonts can be modified in regard of size, slant, and width relative height. Fingerprint v8.xx supports fonts in TrueDoc and TrueType (for PC) formats. ASCII Value The ASCII (American Standard Code for Information Interchange) value is used in Fingerprint to specify a certain glyph. Fingerprint supports decimal ASCII values only. Character Set A table that specifies the decimal ASCII value in the range 032–126 (7-bit communication) or 032–255 (8-bit communication) in Fingerprint for each glyph. Characters in the range 000–031 are always non-printable control characters. The character set is selected using a NASC statement. However, which glyph that will actually be printed also depends on the selected font. 2 Intermec Fingerprint v8.xx — Font Reference Manual Chapter 1 — Introduction Terminology, cont. Mapping The technique of providing a glyph with an ASCII value. For example, a character set is a result of mapping. Sometimes it may be sufficient to move or replace one or two glyphs in a standard character set using a MAP statement, whereas in other cases, it may be necessary to create a completely new and customized character set, see Chapter 4, “User-Defined Map Tables”. Unicode A global system of numbering glyphs managed by Unicode Inc. While still in development, the final goal is to provide each single glyph in all the world's languages and alphabets with a unique number, called the Unicode number. The font handling in Intermec Fingerprint is based on Unicode (http://www.unicode.org). TrueDoc TrueDoc is a scalable font format used by Bitstream Inc. and comes as PFR (Portable Font Resource) files, which may contain one or several TrueDoc fonts. These can be obtained exclusively through Intermec. TrueType TrueType is a scalable font format developed in cooperation between Apple Computer Inc. and Microsoft Corp. Fingerprint can use TrueType fonts in PC format, provided they support Unicode. Font Card A memory card containing fonts. Switch off the power to the printer, insert the font card, and switch on the printer. After power-up, the fonts in the card can be used as long as the card remains inserted in the printer. Also see Chapter 2, “Font Handling”. Font Install Card A memory card that automatically installs and stores all its fonts in the printer at startup. Then the fonts can be used without the card being present. The same card can be used to upgrade several printers. Also see Chapter 2, “Font Handling”. WGL4 Microsoft has defined a character set which includes characters for most European writing systems, including Greek and Turkish. It contains 652 characters and is called Windows Glyph List 4 (WGL4). WGL4 combines the following character sets, also see Chapter 3, “Character Sets”. - Windows Latin 2 - Windows Cyrillic - Windows Latin 1 - Windows Greek - Windows Latin 5 - Windows Baltic Rim Intermec Fingerprint v8.xx — Font Reference Manual (NASC 1250) (NASC 1251) (NASC 1252) (NASC 1253) (NASC 1254) (NASC 1257) 3 Chapter 1 — Introduction 4 Intermec Fingerprint v8.xx — Font Reference Manual 2 Font Handling This chapter contains an overview of the font handling in Fingerprint v8.xx. Intermec Fingerprint v8.xx — Font Reference Manual 5 Chapter 2 — Font Handling Overview As a quick repetition of font handling in Fingerprint 8.xx, let us take a brief look at what affects a character on its way from the keyboard of your computer to a label printed on your EasyCoder printer. For a detailed explanation and syntax for the various Fingerprint instructions, please refer to the Intermec Fingerprint Programmer's Reference Manual. Keyboard When you press a key on your computer keyboard, you send a signal to the software telling it what key you pressed. Computer The software in the computer interprets this signal according to a certain kind of table as a specific glyph. By selecting different tables, you can produce different glyphs. Thus, it is not certain that the text engraved on the key actually corresponds to the glyph that is produced. The computer will do two things: - Present the glyph on the computer screen in an appearance, size, style etc. according to the font selected in the computer (local echo only). - Assuming the computer is connected to an EasyCoder printer via a communication program, it will also send the ASCII number of the glyph via the communication cable to the printer. If you have 7-bit communication, you could send ASCII numbers up to ASCII 127 dec. and with 8-bit communication up to ASCII 255 dec. Printer In the printer, the signal passes through various buffers, which are not of any interest in this context, before it is processed by the printer's firmware. MAP First, the ASCII value is processed according to any MAP statements. The MAP statements create a table that says that certain ASCII values are to be converted to other values. NASC Next, the mapped ASCII value is matched against the selected NASC table. The NASC table decides which glyph will be produced by linking the ASCII value to a Unicode number. Exception: If any of the fonts OCR-A BT, OCR-B 10 Pitch BT, or DingDings SWA is selected, the firmware automatically switches from the presently selected character set to a special set for the font in question. As soon as any other font is selected, the printer automatically returns to the previously selected character set. FONT Now the firmware matches the Unicode number with the font selected by a FONT statement. If the selected font does not contain that glyph, an error will occur. Else, the glyph is processed according to possible parameters in the FONT statement regarding size, slant, and width relative size. 6 Intermec Fingerprint v8.xx — Font Reference Manual Chapter 2 — Font Handling Overview, cont. Printer, cont. PRPOS, DIR, MAG, ALIGN, PRINTFEED There are a number of Fingerprint instructions for specifying where and how the glyph, or rather the text field, will be printed on the label. These are described in the Intermec Fingerprint v8.xx manuals. Producing a bitmap pattern The various Fingerprint instructions tell the firmware how to produce the bitmap pattern for the printhead. The pattern is stored in one of the two image buffers. Printing the text When the Fingerprint program is executed, the content in the image buffer is used to control the thermal printhead. By heating and cooling various dots across the media web as the media is fed past the printhead, the pattern that makes up the text on the label is printed. Barfont What has been described above also applies to barfonts, which are fonts used to produce bar code interpretations. Double-Byte Fonts Many languages and alphabets, for example Chinese, uses so many glyphs that the 234 ASCII values available at 8-bit communication are far from enough. This is solved by combining two bytes of 8 bits each. If the first byte has an ASCII value between 161 dec. and 254 dec., the firmware expects a second byte, which gives almost 24,000 possible values. Doublebyte fonts are specified by means of a FONTD statement. For more information, please refer to the description of the FONTD and NASCD statements in the Intermec Fingerprint Programmer's Reference Manual, and the documentation accompanying the Font Install Card and Font Card products. Bitmap Fonts Since the introduction of Intermec Fingerprint v7.3, it has been possible to use fonts in the “old” Intermec bitmap font format (.ATF). This feature improves compatibility with custom-made programs originally created in Fingerprint v6.xx or earlier versions. Downloading an .ATF font (for example XX030RSN.ATF) to the printer produces three fonts in the memory: • One without any extension (for example XX030RSN) • One with the extension .1 (for example XX030RSN.1) • One with the extension .2 (for example XX030RSN.2) When using bitmap fonts in Fingerprint v7.31 or later, the relation between print direction and extension is of no consequence. We recommend you exclude the font height parameter in the FONT and BARFONT statements and use MAG to enlarge the font. Slant does not work at all with bitmap fonts. Intermec Fingerprint v8.xx — Font Reference Manual 7 Chapter 2 — Font Handling Overview, cont. Font Aliases The standard font names in Intermec Fingerprint are quite long and may be cumbersome to use. They are also incompatible with the LAYOUT statement, which restricts the font name to 10 characters. However, it is possible to create a file containing a list of font aliases. The file should be named exactly as shown here (note the leading period character that specifies it as a system file): "c:.FONTALIAS" The format of the file should be: "<Alias name #1>","<Name of font>"[,size[,<slant>[,<width>]]] "<Alias name #2>","<Name of font>"[,size[,<slant>[,<width>]]] "<Alias name #3>","<Name of font>"[,size[,<slant>[,<width>]]] etc., etc. The file can contain as many fontname aliases as is required. The default size is 12 points, the default slant is 0° and the default width is 100 (%). A font alias can be used as any other font, but its size, slant, and width cannot be changed. Examples: "BODYTEXT","Century Schoolbook BT",10,0,80 "HEADLINE","Swiss 721 Bold BT",18,0,110 "WARNING","Swiss 721 BT",12 TrueType Character Positioning There are three modes for fine-positioning TrueType characters. These methods can be selected or read by means of a SYSVAR(34) instruction: SYSVAR(34) = 0 Standard Mode (default) SYSVAR(34) = 1 Compatible Mode (compatible with Fingerprint v7.xx before v7.2) SYSVAR(34) = 2 Adjusted Mode If the Standard Mode (default) does not give a satisfactory positioning, try the other two and see which gives the best result. Listing Fonts You can list the fonts stored in the printer's memory using the FONTS statement or the FONTNAME$ function. 8 Intermec Fingerprint v8.xx — Font Reference Manual Chapter 2 — Font Handling Overview, cont. Adding Extra Fonts Fingerprint v8.xx-compatible printers contain, as a standard, 15 single-byte fonts (ubi-1b.pfr, see Chapter 5, “Font Resource Printout Samples”) These fonts can be temporarily or permanently supplemented by additional single- or double-byte fonts by means of fonts cards or font install cards. Fonts can also be downloaded to the printer via a communication channel. Font Card This is a flash memory card loaded with fonts. The card must be inserted in the printer's memory card slot before startup. The fonts stored on the memory card are installed in the printer during startup, but are not saved in the printer’s internal memory. Thus, the card must always be present or the contained fontes cannot be used. Typically, font cards are used for double-byte fonts that often are too large to be accommodated in the printer's memory. Font Install Card Similar to Font Cards, but it automatically installs and stores all its fonts in the printer at startup. Thus, the fonts in a Font Install Card can be used without the card being present. The same card can be used to upgrade several printers. In addition to the desired fonts, the Font Install Card should contain an autoexec.bat file (written by the user) which tells the printer which files should be copied to the root catalog in its internal memory (c:). The BAT-file can be written in a simple text editor. For instance, its contents could read: copy "card1:MyFont.ttf", "c:MyFont.ttf". Please note that the total amount of loaded data cannot exceed the printer's internal memory capacity. The current memory status can be checked with the FILES command. Downloading Fonts Font files can be downloaded to the printer via a serial communication channel using the statements FILE& LOAD or IMAGE LOAD, TRANSFER KERMIT, or TRANSFER ZMODEM. Fonts will work properly without a reboot. Fonts can also be downloaded from a PC over a serial channel using PrintSet v2.1 or IFAB. If the printer is fitted with an EasyLAN interface board, you can also download fonts via Ethernet using FTP. Intermec Fingerprint v8.xx — Font Reference Manual 9 Chapter 2 — Font Handling 10 Intermec Fingerprint v8.xx — Font Reference Manual 3 Character Sets This chapter lists the standard character sets included in the Fingerprint firmware. Intermec Fingerprint v8.xx — Font Reference Manual 11 Chapter 3 — Character Sets Description Character sets specify by which decimal ASCII value a certain character (glyph) is called by the Fingerprint program. There is a large number of standard character sets included in the Fingerprint firmware. Character sets can be remapped using MAP statements, but it is also possible to create custom-made character sets. Character sets are selected using NASC (single-byte fonts) or NASCD (double-byte fonts) statements.The tables in this chapter include the following information: • Name of the character set • NASC value • Glyph Illustated here using the Swiss 721 BT font. The appearance and assortment of glyphs will vary according to the selected font • ASCII decimal value Used for calling a glyph in Fingerprint • ASCII hex value Information only • Unicode hex value Used for finding a glyph in the printout samples in Chapter 5 12 Intermec Fingerprint v8.xx — Font Reference Manual Chapter 3 — Character Sets Roman 8 Character Set Glyph ASCII dec. ASCII hex Unicode hex Unicode name 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050 051 052 053 054 055 056 057 058 059 060 061 062 063 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0A 0x0B 0x0C 0x0D 0x0E 0x0F 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1A 0x1B 0x1C 0x1D 0x1E 0x1F 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2A 0x2B 0x2C 0x2D 0x2E 0x2F 0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39 0x3A 0x3B 0x3C 0x3D 0x3E 0x3F 0x0000 0x0001 0x0002 0x0003 0x0004 0x0005 0x0006 0x0007 0x0008 0x0009 0x000A 0x000B 0x000C 0x000D 0x000E 0x000F 0x0010 0x0011 0x0012 0x0013 0x0014 0x0015 0x0016 0x0017 0x0018 0x0019 0x001A 0x001B 0x001C 0x001D 0x001E 0x001F 0x0020 0x0021 0x0022 0x0023 0x0024 0x0025 0x0026 0x0027 0x0028 0x0029 0x002A 0x002B 0x002C 0x002D 0x002E 0x002F 0x0030 0x0031 0x0032 0x0033 0x0034 0x0035 0x0036 0x0037 0x0038 0x0039 0x003A 0x003B 0x003C 0x003D 0x003E 0x003F Null Start of heading Start of text End of text End of transmission Enquiry Acknowledge Bell Backspace Horizontal tabulation Line feed Vertical tabulation Form feed Carriage return Shift out Shift in Data link escape Device control one Device control two Device control three Device control four Negative acknowledge Synchronous idle End of transmission block Cancel End of medium Substitute Escape File separator Group separator Record separator Unit separator Space Exclamation mark Quotation mark Number sign Dollar sign Percent sign Ampersand Apostrophe Left parenthesis Right parenthesis Asterisk Plus sign Comma Hyphen-Minus Full stop Solidus Digit zero Digit one Digit two Digit three Digit four Digit five Digit six Digit seven Digit eight Digit nine Colon Semicolon Less-than sign Equals sign Greater-than sign Question mark ! " # $ % & ' ( ) * + , . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? Intermec Fingerprint v8.xx — Font Reference Manual NASC 1 Glyph ASCII dec. @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ 064 065 066 067 068 069 070 071 072 073 074 075 076 077 078 079 080 081 082 083 084 085 086 087 088 089 090 091 092 093 094 095 096 097 098 099 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 ASCII hex Unicode hex Unicode name 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49 0x4A 0x4B 0x4C 0x4D 0x4E 0x4F 0x50 0x51 0x52 0x53 0x54 0x55 0x56 0x57 0x58 0x59 0x5A 0x5B 0x5C 0x5D 0x5E 0x5F 0x60 0x61 0x62 0x63 0x64 0x65 0x66 0x67 0x68 0x69 0x6A 0x6B 0x6C 0x6D 0x6E 0x6F 0x70 0x71 0x72 0x73 0x74 0x75 0x76 0x77 0x78 0x79 0x7A 0x7B 0x7C 0x7D 0x7E 0x7F 0x0040 0x0041 0x0042 0x0043 0x0044 0x0045 0x0046 0x0047 0x0048 0x0049 0x004A 0x004B 0x004C 0x004D 0x004E 0x004F 0x0050 0x0051 0x0052 0x0053 0x0054 0x0055 0x0056 0x0057 0x0058 0x0059 0x005A 0x005B 0x005C 0x005D 0x005E 0x005F 0x0060 0x0061 0x0062 0x0063 0x0064 0x0065 0x0066 0x0067 0x0068 0x0069 0x006A 0x006B 0x006C 0x006D 0x006E 0x006F 0x0070 0x0071 0x0072 0x0073 0x0074 0x0075 0x0076 0x0077 0x0078 0x0079 0x007A 0x007B 0x007C 0x007D 0x007E 0x007F Commercial at Latin capital letter A Latin capital letter B Latin capital letter C Latin capital letter D Latin capital letter E Latin capital letter F Latin capital letter G Latin capital letter H Latin capital letter I Latin capital letter J Latin capital letter K Latin capital letter L Latin capital letter M Latin capital letter N Latin capital letter O Latin capital letter P Latin capital letter Q Latin capital letter R Latin capital letter S Latin capital letter T Latin capital letter U Latin capital letter V Latin capital letter W Latin capital letter X Latin capital letter Y Latin capital letter Z Left square bracket Reverse solidus Right square bracket Circumflex accent Low line Grave accent Latin small letter a Latin small letter b Latin small letter c Latin small letter d Latin small letter e Latin small letter f Latin small letter g Latin small letter h Latin small letter i Latin small letter j Latin small letter k Latin small letter l Latin small letter m Latin small letter n Latin small letter o Latin small letter p Latin small letter q Latin small letter r Latin small letter s Latin small letter t Latin small letter u Latin small letter v Latin small letter w Latin small letter x Latin small letter y Latin small letter z Left curly bracket Vertical line Right curly bracket Tilde Delete 13 Chapter 3 — Character Sets Roman 8 Character Set, cont. Glyph ASCII dec. € □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ À Â È Ê Ë Î Ï ´ ` ^ ¨ ~ Ù Û ₤ ¯ Ý ý ° Ç ç Ñ ñ ¡ ¿ ¤ £ ¥ § ƒ ¢ 14 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 ASCII hex Unicode hex Unicode name 0x80 0x81 0x82 0x83 0x84 0x85 0x86 0x87 0x88 0x89 0x8A 0x8B 0x8C 0x8D 0x8E 0x8F 0x90 0x91 0x92 0x93 0x94 0x95 0x96 0x97 0x98 0x99 0x9A 0x9B 0x9C 0x9D 0x9E 0x9F 0xA0 0xA1 0xA2 0xA3 0xA4 0xA5 0xA6 0xA7 0xA8 0xA9 0xAA 0xAB 0xAC 0xAD 0xAE 0xAF 0xB0 0xB1 0xB2 0xB3 0xB4 0xB5 0xB6 0xB7 0xB8 0xB9 0xBA 0xBB 0xBC 0xBD 0xBE 0xBF 0x20AC 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x00A0 0x00C0 0x00C2 0x00C8 0x00CA 0x00CB 0x00CE 0x00CF 0x00B4 0x0060 0x005E 0x00A8 0x007E 0x00D9 0x00DB 0x20A4 0x00AF 0x00DD 0x00FD 0x00B0 0x00C7 0x00E7 0x00D1 0x00F1 0x00A1 0x00BF 0x00A4 0x00A3 0x00A5 0x00A7 0x0192 0x00A2 Euro sign Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined No-break space Latin capital letter A with grave Latin capital letter A with circumflex Latin capital letter E with grave Latin capital letter E with circumflex Latin capital letter E with diaeresis Latin capital letter I with circumflex Latin capital letter I with diaeresis Acute accent Grave accent Circumflex accent Diaeresis Tilde Latin capital letter U with grave Latin capital letter U with circumflex Lira sign Macron Latin capital letter Y with acute Latin small letter y with acute Degree sign Latin capital letter C with cedilla Latin small letter c with cedilla Latin capital letter N with tilde Latin small letter n with tilde Inverted exclamation mark Inverted question mark Currency sign Pound sign Yen sign Section sign Latin small letter f with hook Cent sign NASC 1 Glyph ASCII dec. â ê ô û á é ó ú à è ò ù ä ë ö ü Å î Ø Æ å í ø æ Ä ì Ö Ü É ï ß Ô Á à ã Ð ð Í Ì Ó Ò Õ õ Š š Ú Ÿ ÿ Þ þ · µ ¶ ¾ — ¼ ½ ª º « ■ » ± ΄ 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 ASCII hex Unicode hex Unicode name 0xC0 0xC1 0xC2 0xC3 0xC4 0xC5 0xC6 0xC7 0xC8 0xC9 0xCA 0xCB 0xCC 0xCD 0xCE 0xCF 0xD0 0xD1 0xD2 0xD3 0xD4 0xD5 0xD6 0xD7 0xD8 0xD9 0xDA 0xDB 0xDC 0xDD 0xDE 0xDF 0xE0 0xE1 0xE2 0xE3 0xE4 0xE5 0xE6 0xE7 0xE8 0xE9 0xEA 0xEB 0xEC 0xED 0xEE 0xEF 0xF0 0xF1 0xF2 0xF3 0xF4 0xF5 0xF6 0xF7 0xF8 0xF9 0xFA 0xFB 0xFC 0xFD 0xFE 0xFF 0x00E2 0x00EA 0x00F4 0x00FB 0x00E1 0x00E9 0x00F3 0x00FA 0x00E0 0x00E8 0x00F2 0x00F9 0x00E4 0x00EB 0x00F6 0x00FC 0x00C5 0x00EE 0x00D8 0x00C6 0x00E5 0x00ED 0x00F8 0x00E6 0x00C4 0x00EC 0x00D6 0x00DC 0x00C9 0x00EF 0x00DF 0x00D4 0x00C1 0x00C3 0x00E3 0x00D0 0x00F0 0x00CD 0x00CC 0x00D3 0x00D2 0x00D5 0x00F5 0x0160 0x0161 0x00DA 0x0178 0x00FF 0x00DE 0x00FE 0x00B7 0x00B5 0x00B6 0x00BE 0x2014 0x00BC 0x00BD 0x00AA 0x00BA 0x00AB 0x25A0 0x00BB 0x00B1 0x0000 Latin small letter a with circumflex Latin small letter e with circumflex Latin small letter o with circumflex Latin small letter u with circumflex Latin small letter a with acute Latin small letter e with acute Latin small letter o with acute Latin small letter u with acute Latin small letter a with grave Latin small letter e with grave Latin small letter o with grave Latin small letter u with grave Latin small letter a with diaeresis Latin small letter e with diaeresis Latin small letter o with diaeresis Latin small letter u with diaeresis Latin capital letter A with ring above Latin small letter i with circumflex Latin capital letter O with stroke Latin capital letter Æ Latin small letter a with ring above Latin small letter i with acute Latin small letter o with stroke Latin small letter æ Latin capital letter A with diaeresis Latin small letter i with grave Latin capital letter O with diaeresis Latin capital letter U with diaeresis Latin capital letter E with acute Latin small letter i with diaeresis Latin small letter sharp s Latin capital letter O with circumflex Latin capital letter A with acute Latin capital letter A with tilde Latin small letter a with tilde Latin capital letter ETH Latin small letter eth Latin capital letter I with acute Latin capital letter I with grave Latin capital letter O with acute Latin capital letter O with grave Latin capital letter O with tilde Latin small letter o with tilde Latin capital letter S with caron Latin small letter s with caron Latin capital letter U with acute Latin capital letter Y with diaeresis Latin small letter y with diaeresis Latin capital letter THORN Latin small letter thorn Middle dot Micro sign Pilcrow sign Vulgar fraction three quarters Em dash Vulgar fraction one quarter Vulgar fraction one half Feminine ordinal indicator Masculine ordinal indicator Left-pointing double angle quotation mark Black square Right-pointing double angle quotation mark Plus-minus sign Undefined Intermec Fingerprint v8.xx — Font Reference Manual Chapter 3 — Character Sets French Character Set Glyph ASCII dec. ASCII hex Unicode hex Unicode name 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050 051 052 053 054 055 056 057 058 059 060 061 062 063 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0A 0x0B 0x0C 0x0D 0x0E 0x0F 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1A 0x1B 0x1C 0x1D 0x1E 0x1F 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2A 0x2B 0x2C 0x2D 0x2E 0x2F 0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39 0x3A 0x3B 0x3C 0x3D 0x3E 0x3F 0x0000 0x0001 0x0002 0x0003 0x0004 0x0005 0x0006 0x0007 0x0008 0x0009 0x000A 0x000B 0x000C 0x000D 0x000E 0x000F 0x0010 0x0011 0x0012 0x0013 0x0014 0x0015 0x0016 0x0017 0x0018 0x0019 0x001A 0x001B 0x001C 0x001D 0x001E 0x001F 0x0020 0x0021 0x0022 0x00A3 0x0024 0x0025 0x0026 0x0027 0x0028 0x0029 0x002A 0x002B 0x002C 0x002D 0x002E 0x002F 0x0030 0x0031 0x0032 0x0033 0x0034 0x0035 0x0036 0x0037 0x0038 0x0039 0x003A 0x003B 0x003C 0x003D 0x003E 0x003F Null Start of heading Start of text End of text End of transmission Enquiry Acknowledge Bell Backspace Horizontal tabulation Line feed Vertical tabulation Form feed Carriage return Shift out Shift in Data link escape Device control one Device control two Device control three Device control four Negative acknowledge Synchronous idle End of transmission block Cancel End of medium Substitute Escape File separator Group separator Record separator Unit separator Space Exclamation mark Quotation mark Pound sign Dollar sign Percent sign Ampersand Apostrophe Left parenthesis Right parenthesis Asterisk Plus sign Comma Hyphen-Minus Full stop Solidus Digit zero Digit one Digit two Digit three Digit four Digit five Digit six Digit seven Digit eight Digit nine Colon Semicolon Less-than sign Equals sign Greater-than sign Question mark ! " £ $ % & ' ( ) * + , . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? Intermec Fingerprint v8.xx — Font Reference Manual NASC 33 Glyph ASCII dec. à A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ° ç § ^ _ µ a b c d e f g h i j k l m n o p q r s t u v w x y z é ù è ¨ 064 065 066 067 068 069 070 071 072 073 074 075 076 077 078 079 080 081 082 083 084 085 086 087 088 089 090 091 092 093 094 095 096 097 098 099 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 ASCII hex Unicode hex Unicode name 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49 0x4A 0x4B 0x4C 0x4D 0x4E 0x4F 0x50 0x51 0x52 0x53 0x54 0x55 0x56 0x57 0x58 0x59 0x5A 0x5B 0x5C 0x5D 0x5E 0x5F 0x60 0x61 0x62 0x63 0x64 0x65 0x66 0x67 0x68 0x69 0x6A 0x6B 0x6C 0x6D 0x6E 0x6F 0x70 0x71 0x72 0x73 0x74 0x75 0x76 0x77 0x78 0x79 0x7A 0x7B 0x7C 0x7D 0x7E 0x7F 0x00E0 0x0041 0x0042 0x0043 0x0044 0x0045 0x0046 0x0047 0x0048 0x0049 0x004A 0x004B 0x004C 0x004D 0x004E 0x004F 0x0050 0x0051 0x0052 0x0053 0x0054 0x0055 0x0056 0x0057 0x0058 0x0059 0x005A 0x00B0 0x00E7 0x00A7 0x005E 0x005F 0x00B5 0x0061 0x0062 0x0063 0x0064 0x0065 0x0066 0x0067 0x0068 0x0069 0x006A 0x006B 0x006C 0x006D 0x006E 0x006F 0x0070 0x0071 0x0072 0x0073 0x0074 0x0075 0x0076 0x0077 0x0078 0x0079 0x007A 0x00E9 0x00F9 0x00E8 0x00A8 0x007F Latin small letter a with grave Latin capital letter A Latin capital letter B Latin capital letter C Latin capital letter D Latin capital letter E Latin capital letter F Latin capital letter G Latin capital letter H Latin capital letter I Latin capital letter J Latin capital letter K Latin capital letter L Latin capital letter M Latin capital letter N Latin capital letter O Latin capital letter P Latin capital letter Q Latin capital letter R Latin capital letter S Latin capital letter T Latin capital letter U Latin capital letter V Latin capital letter W Latin capital letter X Latin capital letter Y Latin capital letter Z Degree sign Latin small letter c with cedilla Section sign Circumflex accent Low line Micro sign Latin small letter a Latin small letter b Latin small letter c Latin small letter d Latin small letter e Latin small letter f Latin small letter g Latin small letter h Latin small letter i Latin small letter j Latin small letter k Latin small letter l Latin small letter m Latin small letter n Latin small letter o Latin small letter p Latin small letter q Latin small letter r Latin small letter s Latin small letter t Latin small letter u Latin small letter v Latin small letter w Latin small letter x Latin small letter y Latin small letter z Latin small letter e with acute Latin small letter u with grave Latin small letter e with grave Diaeresis Delete 15 Chapter 3 — Character Sets French Character Set, cont. Glyph ASCII dec. € □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ À Â È Ê Ë Î Ï ´ ` ^ ¨ ~ Ù Û ₤ ¯ Ý ý ° Ç ç Ñ ñ ¡ ¿ ¤ £ ¥ § ƒ ¢ 16 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 ASCII hex Unicode hex Unicode name 0x80 0x81 0x82 0x83 0x84 0x85 0x86 0x87 0x88 0x89 0x8A 0x8B 0x8C 0x8D 0x8E 0x8F 0x90 0x91 0x92 0x93 0x94 0x95 0x96 0x97 0x98 0x99 0x9A 0x9B 0x9C 0x9D 0x9E 0x9F 0xA0 0xA1 0xA2 0xA3 0xA4 0xA5 0xA6 0xA7 0xA8 0xA9 0xAA 0xAB 0xAC 0xAD 0xAE 0xAF 0xB0 0xB1 0xB2 0xB3 0xB4 0xB5 0xB6 0xB7 0xB8 0xB9 0xBA 0xBB 0xBC 0xBD 0xBE 0xBF 0x20AC 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x00A0 0x00C0 0x00C2 0x00C8 0x00CA 0x00CB 0x00CE 0x00CF 0x00B4 0x0060 0x005E 0x00A8 0x007E 0x00D9 0x00DB 0x20A4 0x00AF 0x00DD 0x00FD 0x00B0 0x00C7 0x00E7 0x00D1 0x00F1 0x00A1 0x00BF 0x00A4 0x00A3 0x00A5 0x00A7 0x0192 0x00A2 Euro sign Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined No-break space Latin capital letter A with grave Latin capital letter A with circumflex Latin capital letter E with grave Latin capital letter E with circumflex Latin capital letter E with diaeresis Latin capital letter I with circumflex Latin capital letter I with diaeresis Acute accent Grave accent Circumflex accent Diaeresis Tilde Latin capital letter U with grave Latin capital letter U with circumflex Lira sign Macron Latin capital letter Y with acute Latin small letter y with acute Degree sign Latin capital letter C with cedilla Latin small letter c with cedilla Latin capital letter N with tilde Latin small letter n with tilde Inverted exclamation mark Inverted question mark Currency sign Pound sign Yen sign Section sign Latin small letter f with hook Cent sign NASC 33 Glyph ASCII dec. â ê ô û á é ó ú à è ò ù ä ë ö ü Å î Ø Æ å í ø æ Ä ì Ö Ü É ï ß Ô Á à ã Ð ð Í Ì Ó Ò Õ õ Š š Ú Ÿ ÿ Þ þ · µ ¶ ¾ — ¼ ½ ª º « ■ » ± ΄ 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 ASCII hex Unicode hex Unicode name 0xC0 0xC1 0xC2 0xC3 0xC4 0xC5 0xC6 0xC7 0xC8 0xC9 0xCA 0xCB 0xCC 0xCD 0xCE 0xCF 0xD0 0xD1 0xD2 0xD3 0xD4 0xD5 0xD6 0xD7 0xD8 0xD9 0xDA 0xDB 0xDC 0xDD 0xDE 0xDF 0xE0 0xE1 0xE2 0xE3 0xE4 0xE5 0xE6 0xE7 0xE8 0xE9 0xEA 0xEB 0xEC 0xED 0xEE 0xEF 0xF0 0xF1 0xF2 0xF3 0xF4 0xF5 0xF6 0xF7 0xF8 0xF9 0xFA 0xFB 0xFC 0xFD 0xFE 0xFF 0x00E2 0x00EA 0x00F4 0x00FB 0x00E1 0x00E9 0x00F3 0x00FA 0x00E0 0x00E8 0x00F2 0x00F9 0x00E4 0x00EB 0x00F6 0x00FC 0x00C5 0x00EE 0x00D8 0x00C6 0x00E5 0x00ED 0x00F8 0x00E6 0x00C4 0x00EC 0x00D6 0x00DC 0x00C9 0x00EF 0x00DF 0x00D4 0x00C1 0x00C3 0x00E3 0x00D0 0x00F0 0x00CD 0x00CC 0x00D3 0x00D2 0x00D5 0x00F5 0x0160 0x0161 0x00DA 0x0178 0x00FF 0x00DE 0x00FE 0x00B7 0x00B5 0x00B6 0x00BE 0x2014 0x00BC 0x00BD 0x00AA 0x00BA 0x00AB 0x25A0 0x00BB 0x00B1 0x0000 Latin small letter a with circumflex Latin small letter e with circumflex Latin small letter o with circumflex Latin small letter u with circumflex Latin small letter a with acute Latin small letter e with acute Latin small letter o with acute Latin small letter u with acute Latin small letter a with grave Latin small letter e with grave Latin small letter o with grave Latin small letter u with grave Latin small letter a with diaeresis Latin small letter e with diaeresis Latin small letter o with diaeresis Latin small letter u with diaeresis Latin capital letter A with ring above Latin small letter i with circumflex Latin capital letter O with stroke Latin capital letter Æ Latin small letter a with ring above Latin small letter i with acute Latin small letter o with stroke Latin small letter æ Latin capital letter A with diaeresis Latin small letter i with grave Latin capital letter O with diaeresis Latin capital letter U with diaeresis Latin capital letter E with acute Latin small letter i with diaeresis Latin small letter sharp s Latin capital letter O with circumflex Latin capital letter A with acute Latin capital letter A with tilde Latin small letter a with tilde Latin capital letter ETH Latin small letter eth Latin capital letter I with acute Latin capital letter I with grave Latin capital letter O with acute Latin capital letter O with grave Latin capital letter O with tilde Latin small letter o with tilde Latin capital letter S with caron Latin small letter s with caron Latin capital letter U with acute Latin capital letter Y with diaeresis Latin small letter y with diaeresis Latin capital letter THORN Latin small letter thorn Middle dot Micro sign Pilcrow sign Vulgar fraction three quarters Em dash Vulgar fraction one quarter Vulgar fraction one half Feminine ordinal indicator Masculine ordinal indicator Left-pointing double angle quotation mark Black square Right-pointing double angle quotation mark Plus-minus sign Undefined Intermec Fingerprint v8.xx — Font Reference Manual Chapter 3 — Character Sets Spanish Character Set Glyph ASCII dec. ASCII hex Unicode hex Unicode name 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050 051 052 053 054 055 056 057 058 059 060 061 062 063 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0A 0x0B 0x0C 0x0D 0x0E 0x0F 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1A 0x1B 0x1C 0x1D 0x1E 0x1F 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2A 0x2B 0x2C 0x2D 0x2E 0x2F 0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39 0x3A 0x3B 0x3C 0x3D 0x3E 0x3F 0x0000 0x0001 0x0002 0x0003 0x0004 0x0005 0x0006 0x0007 0x0008 0x0009 0x000A 0x000B 0x000C 0x000D 0x000E 0x000F 0x0010 0x0011 0x0012 0x0013 0x0014 0x0015 0x0016 0x0017 0x0018 0x0019 0x001A 0x001B 0x001C 0x001D 0x001E 0x001F 0x0020 0x0021 0x0022 0x00A3 0x0024 0x0025 0x0026 0x0027 0x0028 0x0029 0x002A 0x002B 0x002C 0x002D 0x002E 0x002F 0x0030 0x0031 0x0032 0x0033 0x0034 0x0035 0x0036 0x0037 0x0038 0x0039 0x003A 0x003B 0x003C 0x003D 0x003E 0x003F Null Start of heading Start of text End of text End of transmission Enquiry Acknowledge Bell Backspace Horizontal tabulation Line feed Vertical tabulation Form feed Carriage return Shift out Shift in Data link escape Device control one Device control two Device control three Device control four Negative acknowledge Synchronous idle End of transmission block Cancel End of medium Substitute Escape File separator Group separator Record separator Unit separator Space Exclamation mark Quotation mark Pound sign Dollar sign Percent sign Ampersand Apostrophe Left parenthesis Right parenthesis Asterisk Plus sign Comma Hyphen-Minus Full stop Solidus Digit zero Digit one Digit two Digit three Digit four Digit five Digit six Digit seven Digit eight Digit nine Colon Semicolon Less-than sign Equals sign Greater-than sign Question mark ! " £ $ % & ' ( ) * + , . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? Intermec Fingerprint v8.xx — Font Reference Manual NASC 34 Glyph ASCII dec. § A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ¡ Ñ ¿ ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z ° ñ ç ~ 064 065 066 067 068 069 070 071 072 073 074 075 076 077 078 079 080 081 082 083 084 085 086 087 088 089 090 091 092 093 094 095 096 097 098 099 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 ASCII hex Unicode hex Unicode name 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49 0x4A 0x4B 0x4C 0x4D 0x4E 0x4F 0x50 0x51 0x52 0x53 0x54 0x55 0x56 0x57 0x58 0x59 0x5A 0x5B 0x5C 0x5D 0x5E 0x5F 0x60 0x61 0x62 0x63 0x64 0x65 0x66 0x67 0x68 0x69 0x6A 0x6B 0x6C 0x6D 0x6E 0x6F 0x70 0x71 0x72 0x73 0x74 0x75 0x76 0x77 0x78 0x79 0x7A 0x7B 0x7C 0x7D 0x7E 0x7F 0x00A7 0x0041 0x0042 0x0043 0x0044 0x0045 0x0046 0x0047 0x0048 0x0049 0x004A 0x004B 0x004C 0x004D 0x004E 0x004F 0x0050 0x0051 0x0052 0x0053 0x0054 0x0055 0x0056 0x0057 0x0058 0x0059 0x005A 0x00A1 0x00D1 0x00BF 0x005E 0x005F 0x0060 0x0061 0x0062 0x0063 0x0064 0x0065 0x0066 0x0067 0x0068 0x0069 0x006A 0x006B 0x006C 0x006D 0x006E 0x006F 0x0070 0x0071 0x0072 0x0073 0x0074 0x0075 0x0076 0x0077 0x0078 0x0079 0x007A 0x00B0 0x00F1 0x00E7 0x007E 0x007F Section sign Latin capital letter A Latin capital letter B Latin capital letter C Latin capital letter D Latin capital letter E Latin capital letter F Latin capital letter G Latin capital letter H Latin capital letter I Latin capital letter J Latin capital letter K Latin capital letter L Latin capital letter M Latin capital letter N Latin capital letter O Latin capital letter P Latin capital letter Q Latin capital letter R Latin capital letter S Latin capital letter T Latin capital letter U Latin capital letter V Latin capital letter W Latin capital letter X Latin capital letter Y Latin capital letter Z Inverted exclamation mark Latin capital letter N with tilde Inverted question mark Circumflex accent Low line Grave accent Latin small letter a Latin small letter b Latin small letter c Latin small letter d Latin small letter e Latin small letter f Latin small letter g Latin small letter h Latin small letter i Latin small letter j Latin small letter k Latin small letter l Latin small letter m Latin small letter n Latin small letter o Latin small letter p Latin small letter q Latin small letter r Latin small letter s Latin small letter t Latin small letter u Latin small letter v Latin small letter w Latin small letter x Latin small letter y Latin small letter z Degree sign Latin small letter n with tilde Latin small letter c with cedilla Tilde Delete 17 Chapter 3 — Character Sets Spanish Character Set, cont. Glyph ASCII dec. € □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ À Â È Ê Ë Î Ï ´ ` ^ ¨ ~ Ù Û ₤ ¯ Ý ý ° Ç ç Ñ ñ ¡ ¿ ¤ £ ¥ § ƒ ¢ 18 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 ASCII hex Unicode hex Unicode name 0x80 0x81 0x82 0x83 0x84 0x85 0x86 0x87 0x88 0x89 0x8A 0x8B 0x8C 0x8D 0x8E 0x8F 0x90 0x91 0x92 0x93 0x94 0x95 0x96 0x97 0x98 0x99 0x9A 0x9B 0x9C 0x9D 0x9E 0x9F 0xA0 0xA1 0xA2 0xA3 0xA4 0xA5 0xA6 0xA7 0xA8 0xA9 0xAA 0xAB 0xAC 0xAD 0xAE 0xAF 0xB0 0xB1 0xB2 0xB3 0xB4 0xB5 0xB6 0xB7 0xB8 0xB9 0xBA 0xBB 0xBC 0xBD 0xBE 0xBF 0x20AC 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x00A0 0x00C0 0x00C2 0x00C8 0x00CA 0x00CB 0x00CE 0x00CF 0x00B4 0x0060 0x005E 0x00A8 0x007E 0x00D9 0x00DB 0x20A4 0x00AF 0x00DD 0x00FD 0x00B0 0x00C7 0x00E7 0x00D1 0x00F1 0x00A1 0x00BF 0x00A4 0x00A3 0x00A5 0x00A7 0x0192 0x00A2 Euro sign Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined No-break space Latin capital letter A with grave Latin capital letter A with circumflex Latin capital letter E with grave Latin capital letter E with circumflex Latin capital letter E with diaeresis Latin capital letter I with circumflex Latin capital letter I with diaeresis Acute accent Grave accent Circumflex accent Diaeresis Tilde Latin capital letter U with grave Latin capital letter U with circumflex Lira sign Macron Latin capital letter Y with acute Latin small letter y with acute Degree sign Latin capital letter C with cedilla Latin small letter c with cedilla Latin capital letter N with tilde Latin small letter n with tilde Inverted exclamation mark Inverted question mark Currency sign Pound sign Yen sign Section sign Latin small letter f with hook Cent sign NASC 34 Glyph ASCII dec. â ê ô û á é ó ú à è ò ù ä ë ö ü Å î Ø Æ å í ø æ Ä ì Ö Ü É ï ß Ô Á à ã Ð ð Í Ì Ó Ò Õ õ Š š Ú Ÿ ÿ Þ þ · µ ¶ ¾ — ¼ ½ ª º « ■ » ± □ 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 ASCII hex Unicode hex Unicode name 0xC0 0xC1 0xC2 0xC3 0xC4 0xC5 0xC6 0xC7 0xC8 0xC9 0xCA 0xCB 0xCC 0xCD 0xCE 0xCF 0xD0 0xD1 0xD2 0xD3 0xD4 0xD5 0xD6 0xD7 0xD8 0xD9 0xDA 0xDB 0xDC 0xDD 0xDE 0xDF 0xE0 0xE1 0xE2 0xE3 0xE4 0xE5 0xE6 0xE7 0xE8 0xE9 0xEA 0xEB 0xEC 0xED 0xEE 0xEF 0xF0 0xF1 0xF2 0xF3 0xF4 0xF5 0xF6 0xF7 0xF8 0xF9 0xFA 0xFB 0xFC 0xFD 0xFE 0xFF 0x00E2 0x00EA 0x00F4 0x00FB 0x00E1 0x00E9 0x00F3 0x00FA 0x00E0 0x00E8 0x00F2 0x00F9 0x00E4 0x00EB 0x00F6 0x00FC 0x00C5 0x00EE 0x00D8 0x00C6 0x00E5 0x00ED 0x00F8 0x00E6 0x00C4 0x00EC 0x00D6 0x00DC 0x00C9 0x00EF 0x00DF 0x00D4 0x00C1 0x00C3 0x00E3 0x00D0 0x00F0 0x00CD 0x00CC 0x00D3 0x00D2 0x00D5 0x00F5 0x0160 0x0161 0x00DA 0x0178 0x00FF 0x00DE 0x00FE 0x00B7 0x00B5 0x00B6 0x00BE 0x2014 0x00BC 0x00BD 0x00AA 0x00BA 0x00AB 0x25A0 0x00BB 0x00B1 0x0000 Latin small letter a with circumflex Latin small letter e with circumflex Latin small letter o with circumflex Latin small letter u with circumflex Latin small letter a with acute Latin small letter e with acute Latin small letter o with acute Latin small letter u with acute Latin small letter a with grave Latin small letter e with grave Latin small letter o with grave Latin small letter u with grave Latin small letter a with diaeresis Latin small letter e with diaeresis Latin small letter o with diaeresis Latin small letter u with diaeresis Latin capital letter A with ring above Latin small letter i with circumflex Latin capital letter O with stroke Latin capital letter Æ Latin small letter a with ring above Latin small letter i with acute Latin small letter o with stroke Latin small letter æ Latin capital letter A with diaeresis Latin small letter i with grave Latin capital letter O with diaeresis Latin capital letter U with diaeresis Latin capital letter E with acute Latin small letter i with diaeresis Latin small letter sharp s Latin capital letter O with circumflex Latin capital letter A with acute Latin capital letter A with tilde Latin small letter a with tilde Latin capital letter ETH Latin small letter eth Latin capital letter I with acute Latin capital letter I with grave Latin capital letter O with acute Latin capital letter O with grave Latin capital letter O with tilde Latin small letter o with tilde Latin capital letter S with caron Latin small letter s with caron Latin capital letter U with acute Latin capital letter Y with diaeresis Latin small letter y with diaeresis Latin capital letter THORN Latin small letter thorn Middle dot Micro sign Pilcrow sign Vulgar fraction three quarters Em dash Vulgar fraction one quarter Vulgar fraction one half Feminine ordinal indicator Masculine ordinal indicator Left-pointing double angle quotation mark Black square Right-pointing double angle quotation mark Plus-minus sign Undefined Intermec Fingerprint v8.xx — Font Reference Manual Chapter 3 — Character Sets Italian Character Set Glyph ASCII dec. ASCII hex Unicode hex Unicode name 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050 051 052 053 054 055 056 057 058 059 060 061 062 063 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0A 0x0B 0x0C 0x0D 0x0E 0x0F 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1A 0x1B 0x1C 0x1D 0x1E 0x1F 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2A 0x2B 0x2C 0x2D 0x2E 0x2F 0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39 0x3A 0x3B 0x3C 0x3D 0x3E 0x3F 0x0000 0x0001 0x0002 0x0003 0x0004 0x0005 0x0006 0x0007 0x0008 0x0009 0x000A 0x000B 0x000C 0x000D 0x000E 0x000F 0x0010 0x0011 0x0012 0x0013 0x0014 0x0015 0x0016 0x0017 0x0018 0x0019 0x001A 0x001B 0x001C 0x001D 0x001E 0x001F 0x0020 0x0021 0x0022 0x00A3 0x0024 0x0025 0x0026 0x0027 0x0028 0x0029 0x002A 0x002B 0x002C 0x002D 0x002E 0x002F 0x0030 0x0031 0x0032 0x0033 0x0034 0x0035 0x0036 0x0037 0x0038 0x0039 0x003A 0x003B 0x003C 0x003D 0x003E 0x003F Null Start of heading Start of text End of text End of transmission Enquiry Acknowledge Bell Backspace Horizontal tabulation Line feed Vertical tabulation Form feed Carriage return Shift out Shift in Data link escape Device control one Device control two Device control three Device control four Negative acknowledge Synchronous idle End of transmission block Cancel End of medium Substitute Escape File separator Group separator Record separator Unit separator Space Exclamation mark Quotation mark Pound sign Dollar sign Percent sign Ampersand Apostrophe Left parenthesis Right parenthesis Asterisk Plus sign Comma Hyphen-Minus Full stop Solidus Digit zero Digit one Digit two Digit three Digit four Digit five Digit six Digit seven Digit eight Digit nine Colon Semicolon Less-than sign Equals sign Greater-than sign Question mark ! " £ $ % & ' ( ) * + , . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? Intermec Fingerprint v8.xx — Font Reference Manual NASC 39 Glyph ASCII dec. § A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ° ç é ^ _ ù a b c d e f g h i j k l m n o p q r s t u v w x y z à ò è ì 064 065 066 067 068 069 070 071 072 073 074 075 076 077 078 079 080 081 082 083 084 085 086 087 088 089 090 091 092 093 094 095 096 097 098 099 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 ASCII hex Unicode hex Unicode name 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49 0x4A 0x4B 0x4C 0x4D 0x4E 0x4F 0x50 0x51 0x52 0x53 0x54 0x55 0x56 0x57 0x58 0x59 0x5A 0x5B 0x5C 0x5D 0x5E 0x5F 0x60 0x61 0x62 0x63 0x64 0x65 0x66 0x67 0x68 0x69 0x6A 0x6B 0x6C 0x6D 0x6E 0x6F 0x70 0x71 0x72 0x73 0x74 0x75 0x76 0x77 0x78 0x79 0x7A 0x7B 0x7C 0x7D 0x7E 0x7F 0x00A7 0x0041 0x0042 0x0043 0x0044 0x0045 0x0046 0x0047 0x0048 0x0049 0x004A 0x004B 0x004C 0x004D 0x004E 0x004F 0x0050 0x0051 0x0052 0x0053 0x0054 0x0055 0x0056 0x0057 0x0058 0x0059 0x005A 0x00B0 0x00E7 0x00E9 0x005E 0x005F 0x00F9 0x0061 0x0062 0x0063 0x0064 0x0065 0x0066 0x0067 0x0068 0x0069 0x006A 0x006B 0x006C 0x006D 0x006E 0x006F 0x0070 0x0071 0x0072 0x0073 0x0074 0x0075 0x0076 0x0077 0x0078 0x0079 0x007A 0x00E0 0x00F2 0x00E8 0x00EC 0x007F Section sign Latin capital letter A Latin capital letter B Latin capital letter C Latin capital letter D Latin capital letter E Latin capital letter F Latin capital letter G Latin capital letter H Latin capital letter I Latin capital letter J Latin capital letter K Latin capital letter L Latin capital letter M Latin capital letter N Latin capital letter O Latin capital letter P Latin capital letter Q Latin capital letter R Latin capital letter S Latin capital letter T Latin capital letter U Latin capital letter V Latin capital letter W Latin capital letter X Latin capital letter Y Latin capital letter Z Degree sign Latin small letter c with cedilla Latin small letter e with acute Circumflex accent Low line Latin small letter u with grave Latin small letter a Latin small letter b Latin small letter c Latin small letter d Latin small letter e Latin small letter f Latin small letter g Latin small letter h Latin small letter i Latin small letter j Latin small letter k Latin small letter l Latin small letter m Latin small letter n Latin small letter o Latin small letter p Latin small letter q Latin small letter r Latin small letter s Latin small letter t Latin small letter u Latin small letter v Latin small letter w Latin small letter x Latin small letter y Latin small letter z Latin small letter a with grave Latin small letter o with grave Latin small letter e with grave Latin small letter i with grave Delete 19 Chapter 3 — Character Sets Italian Character Set, cont. Glyph ASCII dec. € □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ À Â È Ê Ë Î Ï ´ ` ^ ¨ ~ Ù Û ₤ ¯ Ý ý ° Ç ç Ñ ñ ¡ ¿ ¤ £ ¥ § ƒ ¢ 20 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 ASCII hex Unicode hex Unicode name 0x80 0x81 0x82 0x83 0x84 0x85 0x86 0x87 0x88 0x89 0x8A 0x8B 0x8C 0x8D 0x8E 0x8F 0x90 0x91 0x92 0x93 0x94 0x95 0x96 0x97 0x98 0x99 0x9A 0x9B 0x9C 0x9D 0x9E 0x9F 0xA0 0xA1 0xA2 0xA3 0xA4 0xA5 0xA6 0xA7 0xA8 0xA9 0xAA 0xAB 0xAC 0xAD 0xAE 0xAF 0xB0 0xB1 0xB2 0xB3 0xB4 0xB5 0xB6 0xB7 0xB8 0xB9 0xBA 0xBB 0xBC 0xBD 0xBE 0xBF 0x20AC 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x00A0 0x00C0 0x00C2 0x00C8 0x00CA 0x00CB 0x00CE 0x00CF 0x00B4 0x0060 0x005E 0x00A8 0x007E 0x00D9 0x00DB 0x20A4 0x00AF 0x00DD 0x00FD 0x00B0 0x00C7 0x00E7 0x00D1 0x00F1 0x00A1 0x00BF 0x00A4 0x00A3 0x00A5 0x00A7 0x0192 0x00A2 Euro sign Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined No-break space Latin capital letter A with grave Latin capital letter A with circumflex Latin capital letter E with grave Latin capital letter E with circumflex Latin capital letter E with diaeresis Latin capital letter I with circumflex Latin capital letter I with diaeresis Acute accent Grave accent Circumflex accent Diaeresis Tilde Latin capital letter U with grave Latin capital letter U with circumflex Lira sign Macron Latin capital letter Y with acute Latin small letter y with acute Degree sign Latin capital letter C with cedilla Latin small letter c with cedilla Latin capital letter N with tilde Latin small letter n with tilde Inverted exclamation mark Inverted question mark Currency sign Pound sign Yen sign Section sign Latin small letter f with hook Cent sign NASC 39 Glyph ASCII dec. â ê ô û á é ó ú à è ò ù ä ë ö ü Å î Ø Æ å í ø æ Ä ì Ö Ü É ï ß Ô Á à ã Ð ð Í Ì Ó Ò Õ õ Š š Ú Ÿ ÿ Þ þ · µ ¶ ¾ — ¼ ½ ª º « ■ » ± □ 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 ASCII hex Unicode hex Unicode name 0xC0 0xC1 0xC2 0xC3 0xC4 0xC5 0xC6 0xC7 0xC8 0xC9 0xCA 0xCB 0xCC 0xCD 0xCE 0xCF 0xD0 0xD1 0xD2 0xD3 0xD4 0xD5 0xD6 0xD7 0xD8 0xD9 0xDA 0xDB 0xDC 0xDD 0xDE 0xDF 0xE0 0xE1 0xE2 0xE3 0xE4 0xE5 0xE6 0xE7 0xE8 0xE9 0xEA 0xEB 0xEC 0xED 0xEE 0xEF 0xF0 0xF1 0xF2 0xF3 0xF4 0xF5 0xF6 0xF7 0xF8 0xF9 0xFA 0xFB 0xFC 0xFD 0xFE 0xFF 0x00E2 0x00EA 0x00F4 0x00FB 0x00E1 0x00E9 0x00F3 0x00FA 0x00E0 0x00E8 0x00F2 0x00F9 0x00E4 0x00EB 0x00F6 0x00FC 0x00C5 0x00EE 0x00D8 0x00C6 0x00E5 0x00ED 0x00F8 0x00E6 0x00C4 0x00EC 0x00D6 0x00DC 0x00C9 0x00EF 0x00DF 0x00D4 0x00C1 0x00C3 0x00E3 0x00D0 0x00F0 0x00CD 0x00CC 0x00D3 0x00D2 0x00D5 0x00F5 0x0160 0x0161 0x00DA 0x0178 0x00FF 0x00DE 0x00FE 0x00B7 0x00B5 0x00B6 0x00BE 0x2014 0x00BC 0x00BD 0x00AA 0x00BA 0x00AB 0x25A0 0x00BB 0x00B1 0x0000 Latin small letter a with circumflex Latin small letter e with circumflex Latin small letter o with circumflex Latin small letter u with circumflex Latin small letter a with acute Latin small letter e with acute Latin small letter o with acute Latin small letter u with acute Latin small letter a with grave Latin small letter e with grave Latin small letter o with grave Latin small letter u with grave Latin small letter a with diaeresis Latin small letter e with diaeresis Latin small letter o with diaeresis Latin small letter u with diaeresis Latin capital letter A with ring above Latin small letter i with circumflex Latin capital letter O with stroke Latin capital letter Æ Latin small letter a with ring above Latin small letter i with acute Latin small letter o with stroke Latin small letter æ Latin capital letter A with diaeresis Latin small letter i with grave Latin capital letter O with diaeresis Latin capital letter U with diaeresis Latin capital letter E with acute Latin small letter i with diaeresis Latin small letter sharp s Latin capital letter O with circumflex Latin capital letter A with acute Latin capital letter A with tilde Latin small letter a with tilde Latin capital letter ETH Latin small letter eth Latin capital letter I with acute Latin capital letter I with grave Latin capital letter O with acute Latin capital letter O with grave Latin capital letter O with tilde Latin small letter o with tilde Latin capital letter S with caron Latin small letter s with caron Latin capital letter U with acute Latin capital letter Y with diaeresis Latin small letter y with diaeresis Latin capital letter THORN Latin small letter thorn Middle dot Micro sign Pilcrow sign Vulgar fraction three quarters Em dash Vulgar fraction one quarter Vulgar fraction one half Feminine ordinal indicator Masculine ordinal indicator Left-pointing double angle quotation mark Black square Right-pointing double angle quotation mark Plus-minus sign Undefined Intermec Fingerprint v8.xx — Font Reference Manual Chapter 3 — Character Sets English (UK) Character Set Glyph ASCII dec. ASCII hex Unicode hex Unicode name 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050 051 052 053 054 055 056 057 058 059 060 061 062 063 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0A 0x0B 0x0C 0x0D 0x0E 0x0F 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1A 0x1B 0x1C 0x1D 0x1E 0x1F 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2A 0x2B 0x2C 0x2D 0x2E 0x2F 0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39 0x3A 0x3B 0x3C 0x3D 0x3E 0x3F 0x0000 0x0001 0x0002 0x0003 0x0004 0x0005 0x0006 0x0007 0x0008 0x0009 0x000A 0x000B 0x000C 0x000D 0x000E 0x000F 0x0010 0x0011 0x0012 0x0013 0x0014 0x0015 0x0016 0x0017 0x0018 0x0019 0x001A 0x001B 0x001C 0x001D 0x001E 0x001F 0x0020 0x0021 0x0022 0x00A3 0x0024 0x0025 0x0026 0x0027 0x0028 0x0029 0x002A 0x002B 0x002C 0x002D 0x002E 0x002F 0x0030 0x0031 0x0032 0x0033 0x0034 0x0035 0x0036 0x0037 0x0038 0x0039 0x003A 0x003B 0x003C 0x003D 0x003E 0x003F Null Start of heading Start of text End of text End of transmission Enquiry Acknowledge Bell Backspace Horizontal tabulation Line feed Vertical tabulation Form feed Carriage return Shift out Shift in Data link escape Device control one Device control two Device control three Device control four Negative acknowledge Synchronous idle End of transmission block Cancel End of medium Substitute Escape File separator Group separator Record separator Unit separator Space Exclamation mark Quotation mark Pound sign Dollar sign Percent sign Ampersand Apostrophe Left parenthesis Right parenthesis Asterisk Plus sign Comma Hyphen-Minus Full stop Solidus Digit zero Digit one Digit two Digit three Digit four Digit five Digit six Digit seven Digit eight Digit nine Colon Semicolon Less-than sign Equals sign Greater-than sign Question mark ! " £ $ % & ' ( ) * + , . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? Intermec Fingerprint v8.xx — Font Reference Manual NASC 44 Glyph ASCII dec. @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ¯ 064 065 066 067 068 069 070 071 072 073 074 075 076 077 078 079 080 081 082 083 084 085 086 087 088 089 090 091 092 093 094 095 096 097 098 099 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 ASCII hex Unicode hex Unicode name 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49 0x4A 0x4B 0x4C 0x4D 0x4E 0x4F 0x50 0x51 0x52 0x53 0x54 0x55 0x56 0x57 0x58 0x59 0x5A 0x5B 0x5C 0x5D 0x5E 0x5F 0x60 0x61 0x62 0x63 0x64 0x65 0x66 0x67 0x68 0x69 0x6A 0x6B 0x6C 0x6D 0x6E 0x6F 0x70 0x71 0x72 0x73 0x74 0x75 0x76 0x77 0x78 0x79 0x7A 0x7B 0x7C 0x7D 0x7E 0x7F 0x0040 0x0041 0x0042 0x0043 0x0044 0x0045 0x0046 0x0047 0x0048 0x0049 0x004A 0x004B 0x004C 0x004D 0x004E 0x004F 0x0050 0x0051 0x0052 0x0053 0x0054 0x0055 0x0056 0x0057 0x0058 0x0059 0x005A 0x005B 0x005C 0x00E9 0x005E 0x005F 0x00F9 0x0061 0x0062 0x0063 0x0064 0x0065 0x0066 0x0067 0x0068 0x0069 0x006A 0x006B 0x006C 0x006D 0x006E 0x006F 0x0070 0x0071 0x0072 0x0073 0x0074 0x0075 0x0076 0x0077 0x0078 0x0079 0x007A 0x007B 0x007C 0x007D 0x00AF 0x007F Commercial at Latin capital letter A Latin capital letter B Latin capital letter C Latin capital letter D Latin capital letter E Latin capital letter F Latin capital letter G Latin capital letter H Latin capital letter I Latin capital letter J Latin capital letter K Latin capital letter L Latin capital letter M Latin capital letter N Latin capital letter O Latin capital letter P Latin capital letter Q Latin capital letter R Latin capital letter S Latin capital letter T Latin capital letter U Latin capital letter V Latin capital letter W Latin capital letter X Latin capital letter Y Latin capital letter Z Left square bracket Reverse solidus Right square bracket Circumflex accent Low line Grave accent Latin small letter a Latin small letter b Latin small letter c Latin small letter d Latin small letter e Latin small letter f Latin small letter g Latin small letter h Latin small letter i Latin small letter j Latin small letter k Latin small letter l Latin small letter m Latin small letter n Latin small letter o Latin small letter p Latin small letter q Latin small letter r Latin small letter s Latin small letter t Latin small letter u Latin small letter v Latin small letter w Latin small letter x Latin small letter y Latin small letter z Left curly bracket Vertical line Right curly bracket Macron Delete 21 Chapter 3 — Character Sets English (UK) Character Set, cont. Glyph ASCII dec. € □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ À Â È Ê Ë Î Ï ´ ` ^ ¨ ~ Ù Û ₤ ¯ Ý ý ° Ç ç Ñ ñ ¡ ¿ ¤ £ ¥ § ƒ ¢ 22 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 ASCII hex Unicode hex Unicode name 0x80 0x81 0x82 0x83 0x84 0x85 0x86 0x87 0x88 0x89 0x8A 0x8B 0x8C 0x8D 0x8E 0x8F 0x90 0x91 0x92 0x93 0x94 0x95 0x96 0x97 0x98 0x99 0x9A 0x9B 0x9C 0x9D 0x9E 0x9F 0xA0 0xA1 0xA2 0xA3 0xA4 0xA5 0xA6 0xA7 0xA8 0xA9 0xAA 0xAB 0xAC 0xAD 0xAE 0xAF 0xB0 0xB1 0xB2 0xB3 0xB4 0xB5 0xB6 0xB7 0xB8 0xB9 0xBA 0xBB 0xBC 0xBD 0xBE 0xBF 0x20AC 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x00A0 0x00C0 0x00C2 0x00C8 0x00CA 0x00CB 0x00CE 0x00CF 0x00B4 0x0060 0x005E 0x00A8 0x007E 0x00D9 0x00DB 0x20A4 0x00AF 0x00DD 0x00FD 0x00B0 0x00C7 0x00E7 0x00D1 0x00F1 0x00A1 0x00BF 0x00A4 0x00A3 0x00A5 0x00A7 0x0192 0x00A2 Euro sign Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined No-break space Latin capital letter A with grave Latin capital letter A with circumflex Latin capital letter E with grave Latin capital letter E with circumflex Latin capital letter E with diaeresis Latin capital letter I with circumflex Latin capital letter I with diaeresis Acute accent Grave accent Circumflex accent Diaeresis Tilde Latin capital letter U with grave Latin capital letter U with circumflex Lira sign Macron Latin capital letter Y with acute Latin small letter y with acute Degree sign Latin capital letter C with cedilla Latin small letter c with cedilla Latin capital letter N with tilde Latin small letter n with tilde Inverted exclamation mark Inverted question mark Currency sign Pound sign Yen sign Section sign Latin small letter f with hook Cent sign NASC 44 Glyph ASCII dec. â ê ô û á é ó ú à è ò ù ä ë ö ü Å î Ø Æ å í ø æ Ä ì Ö Ü É ï ß Ô Á à ã Ð ð Í Ì Ó Ò Õ õ Š š Ú Ÿ ÿ Þ þ · µ ¶ ¾ — ¼ ½ ª º « ■ » ± □ 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 ASCII hex Unicode hex Unicode name 0xC0 0xC1 0xC2 0xC3 0xC4 0xC5 0xC6 0xC7 0xC8 0xC9 0xCA 0xCB 0xCC 0xCD 0xCE 0xCF 0xD0 0xD1 0xD2 0xD3 0xD4 0xD5 0xD6 0xD7 0xD8 0xD9 0xDA 0xDB 0xDC 0xDD 0xDE 0xDF 0xE0 0xE1 0xE2 0xE3 0xE4 0xE5 0xE6 0xE7 0xE8 0xE9 0xEA 0xEB 0xEC 0xED 0xEE 0xEF 0xF0 0xF1 0xF2 0xF3 0xF4 0xF5 0xF6 0xF7 0xF8 0xF9 0xFA 0xFB 0xFC 0xFD 0xFE 0xFF 0x00E2 0x00EA 0x00F4 0x00FB 0x00E1 0x00E9 0x00F3 0x00FA 0x00E0 0x00E8 0x00F2 0x00F9 0x00E4 0x00EB 0x00F6 0x00FC 0x00C5 0x00EE 0x00D8 0x00C6 0x00E5 0x00ED 0x00F8 0x00E6 0x00C4 0x00EC 0x00D6 0x00DC 0x00C9 0x00EF 0x00DF 0x00D4 0x00C1 0x00C3 0x00E3 0x00D0 0x00F0 0x00CD 0x00CC 0x00D3 0x00D2 0x00D5 0x00F5 0x0160 0x0161 0x00DA 0x0178 0x00FF 0x00DE 0x00FE 0x00B7 0x00B5 0x00B6 0x00BE 0x2014 0x00BC 0x00BD 0x00AA 0x00BA 0x00AB 0x25A0 0x00BB 0x00B1 0x0000 Latin small letter a with circumflex Latin small letter e with circumflex Latin small letter o with circumflex Latin small letter u with circumflex Latin small letter a with acute Latin small letter e with acute Latin small letter o with acute Latin small letter u with acute Latin small letter a with grave Latin small letter e with grave Latin small letter o with grave Latin small letter u with grave Latin small letter a with diaeresis Latin small letter e with diaeresis Latin small letter o with diaeresis Latin small letter u with diaeresis Latin capital letter A with ring above Latin small letter i with circumflex Latin capital letter O with stroke Latin capital letter Æ Latin small letter a with ring above Latin small letter i with acute Latin small letter o with stroke Latin small letter æ Latin capital letter A with diaeresis Latin small letter i with grave Latin capital letter O with diaeresis Latin capital letter U with diaeresis Latin capital letter E with acute Latin small letter i with diaeresis Latin small letter sharp s Latin capital letter O with circumflex Latin capital letter A with acute Latin capital letter A with tilde Latin small letter a with tilde Latin capital letter ETH Latin small letter eth Latin capital letter I with acute Latin capital letter I with grave Latin capital letter O with acute Latin capital letter O with grave Latin capital letter O with tilde Latin small letter o with tilde Latin capital letter S with caron Latin small letter s with caron Latin capital letter U with acute Latin capital letter Y with diaeresis Latin small letter y with diaeresis Latin capital letter THORN Latin small letter thorn Middle dot Micro sign Pilcrow sign Vulgar fraction three quarters Em dash Vulgar fraction one quarter Vulgar fraction one half Feminine ordinal indicator Masculine ordinal indicator Left-pointing double angle quotation mark Black square Right-pointing double angle quotation mark Plus-minus sign Undefined Intermec Fingerprint v8.xx — Font Reference Manual Chapter 3 — Character Sets Swedish Character Set Glyph ASCII dec. ASCII hex Unicode hex Unicode name 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050 051 052 053 054 055 056 057 058 059 060 061 062 063 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0A 0x0B 0x0C 0x0D 0x0E 0x0F 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1A 0x1B 0x1C 0x1D 0x1E 0x1F 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2A 0x2B 0x2C 0x2D 0x2E 0x2F 0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39 0x3A 0x3B 0x3C 0x3D 0x3E 0x3F 0x0000 0x0001 0x0002 0x0003 0x0004 0x0005 0x0006 0x0007 0x0008 0x0009 0x000A 0x000B 0x000C 0x000D 0x000E 0x000F 0x0010 0x0011 0x0012 0x0013 0x0014 0x0015 0x0016 0x0017 0x0018 0x0019 0x001A 0x001B 0x001C 0x001D 0x001E 0x001F 0x0020 0x0021 0x0022 0x0023 0x00A4 0x0025 0x0026 0x0027 0x0028 0x0029 0x002A 0x002B 0x002C 0x002D 0x002E 0x002F 0x0030 0x0031 0x0032 0x0033 0x0034 0x0035 0x0036 0x0037 0x0038 0x0039 0x003A 0x003B 0x003C 0x003D 0x003E 0x003F Null Start of heading Start of text End of text End of transmission Enquiry Acknowledge Bell Backspace Horizontal tabulation Line feed Vertical tabulation Form feed Carriage return Shift out Shift in Data link escape Device control one Device control two Device control three Device control four Negative acknowledge Synchronous idle End of transmission block Cancel End of medium Substitute Escape File separator Group separator Record separator Unit separator Space Exclamation mark Quotation mark Number sign Currency sign Percent sign Ampersand Apostrophe Left parenthesis Right parenthesis Asterisk Plus sign Comma Hyphen-Minus Full stop Solidus Digit zero Digit one Digit two Digit three Digit four Digit five Digit six Digit seven Digit eight Digit nine Colon Semicolon Less-than sign Equals sign Greater-than sign Question mark ! " # ¤ % & ' ( ) * + , . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? Intermec Fingerprint v8.xx — Font Reference Manual NASC 46 Glyph ASCII dec. É A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Ä Ö Å Ü _ é a b c d e f g h i j k l m n o p q r s t u v w x y z ä ö å ü 064 065 066 067 068 069 070 071 072 073 074 075 076 077 078 079 080 081 082 083 084 085 086 087 088 089 090 091 092 093 094 095 096 097 098 099 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 ASCII hex Unicode hex Unicode name 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49 0x4A 0x4B 0x4C 0x4D 0x4E 0x4F 0x50 0x51 0x52 0x53 0x54 0x55 0x56 0x57 0x58 0x59 0x5A 0x5B 0x5C 0x5D 0x5E 0x5F 0x60 0x61 0x62 0x63 0x64 0x65 0x66 0x67 0x68 0x69 0x6A 0x6B 0x6C 0x6D 0x6E 0x6F 0x70 0x71 0x72 0x73 0x74 0x75 0x76 0x77 0x78 0x79 0x7A 0x7B 0x7C 0x7D 0x7E 0x7F 0x00C9 0x0041 0x0042 0x0043 0x0044 0x0045 0x0046 0x0047 0x0048 0x0049 0x004A 0x004B 0x004C 0x004D 0x004E 0x004F 0x0050 0x0051 0x0052 0x0053 0x0054 0x0055 0x0056 0x0057 0x0058 0x0059 0x005A 0x00C4 0x00D6 0x00C5 0x00DC 0x005F 0x00E9 0x0061 0x0062 0x0063 0x0064 0x0065 0x0066 0x0067 0x0068 0x0069 0x006A 0x006B 0x006C 0x006D 0x006E 0x006F 0x0070 0x0071 0x0072 0x0073 0x0074 0x0075 0x0076 0x0077 0x0078 0x0079 0x007A 0x00E4 0x00F6 0x00E5 0x00FC 0x007F Latin capital letter E with acute Latin capital letter A Latin capital letter B Latin capital letter C Latin capital letter D Latin capital letter E Latin capital letter F Latin capital letter G Latin capital letter H Latin capital letter I Latin capital letter J Latin capital letter K Latin capital letter L Latin capital letter M Latin capital letter N Latin capital letter O Latin capital letter P Latin capital letter Q Latin capital letter R Latin capital letter S Latin capital letter T Latin capital letter U Latin capital letter V Latin capital letter W Latin capital letter X Latin capital letter Y Latin capital letter Z Latin capital letter A with diaeresis Latin capital letter O with diaeresis Latin capital letter A with ring above Latin capital letter U with diaeresis Low line Latin small letter e with acute Latin small letter a Latin small letter b Latin small letter c Latin small letter d Latin small letter e Latin small letter f Latin small letter g Latin small letter h Latin small letter i Latin small letter j Latin small letter k Latin small letter l Latin small letter m Latin small letter n Latin small letter o Latin small letter p Latin small letter q Latin small letter r Latin small letter s Latin small letter t Latin small letter u Latin small letter v Latin small letter w Latin small letter x Latin small letter y Latin small letter z Latin small letter a with diaeresis Latin small letter o with diaeresis Latin small letter a with ring above Latin small letter u with diaeresis Delete 23 Chapter 3 — Character Sets Swedish Character Set, cont. Glyph ASCII dec. € □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ À Â È Ê Ë Î Ï ´ ` ^ ¨ ~ Ù Û ₤ ¯ Ý ý ° Ç ç Ñ ñ ¡ ¿ ¤ £ ¥ § ƒ ¢ 24 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 ASCII hex Unicode hex Unicode name 0x80 0x81 0x82 0x83 0x84 0x85 0x86 0x87 0x88 0x89 0x8A 0x8B 0x8C 0x8D 0x8E 0x8F 0x90 0x91 0x92 0x93 0x94 0x95 0x96 0x97 0x98 0x99 0x9A 0x9B 0x9C 0x9D 0x9E 0x9F 0xA0 0xA1 0xA2 0xA3 0xA4 0xA5 0xA6 0xA7 0xA8 0xA9 0xAA 0xAB 0xAC 0xAD 0xAE 0xAF 0xB0 0xB1 0xB2 0xB3 0xB4 0xB5 0xB6 0xB7 0xB8 0xB9 0xBA 0xBB 0xBC 0xBD 0xBE 0xBF 0x20AC 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x00A0 0x00C0 0x00C2 0x00C8 0x00CA 0x00CB 0x00CE 0x00CF 0x00B4 0x0060 0x005E 0x00A8 0x007E 0x00D9 0x00DB 0x20A4 0x00AF 0x00DD 0x00FD 0x00B0 0x00C7 0x00E7 0x00D1 0x00F1 0x00A1 0x00BF 0x00A4 0x00A3 0x00A5 0x00A7 0x0192 0x00A2 Euro sign Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined No-break space Latin capital letter A with grave Latin capital letter A with circumflex Latin capital letter E with grave Latin capital letter E with circumflex Latin capital letter E with diaeresis Latin capital letter I with circumflex Latin capital letter I with diaeresis Acute accent Grave accent Circumflex accent Diaeresis Tilde Latin capital letter U with grave Latin capital letter U with circumflex Lira sign Macron Latin capital letter Y with acute Latin small letter y with acute Degree sign Latin capital letter C with cedilla Latin small letter c with cedilla Latin capital letter N with tilde Latin small letter n with tilde Inverted exclamation mark Inverted question mark Currency sign Pound sign Yen sign Section sign Latin small letter f with hook Cent sign NASC 46 Glyph ASCII dec. â ê ô û á é ó ú à è ò ù ä ë ö ü Å î Ø Æ å í ø æ Ä ì Ö Ü É ï ß Ô Á à ã Ð ð Í Ì Ó Ò Õ õ Š š Ú Ÿ ÿ Þ þ · µ ¶ ¾ — ¼ ½ ª º « ■ » ± □ 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 ASCII hex Unicode hex Unicode name 0xC0 0xC1 0xC2 0xC3 0xC4 0xC5 0xC6 0xC7 0xC8 0xC9 0xCA 0xCB 0xCC 0xCD 0xCE 0xCF 0xD0 0xD1 0xD2 0xD3 0xD4 0xD5 0xD6 0xD7 0xD8 0xD9 0xDA 0xDB 0xDC 0xDD 0xDE 0xDF 0xE0 0xE1 0xE2 0xE3 0xE4 0xE5 0xE6 0xE7 0xE8 0xE9 0xEA 0xEB 0xEC 0xED 0xEE 0xEF 0xF0 0xF1 0xF2 0xF3 0xF4 0xF5 0xF6 0xF7 0xF8 0xF9 0xFA 0xFB 0xFC 0xFD 0xFE 0xFF 0x00E2 0x00EA 0x00F4 0x00FB 0x00E1 0x00E9 0x00F3 0x00FA 0x00E0 0x00E8 0x00F2 0x00F9 0x00E4 0x00EB 0x00F6 0x00FC 0x00C5 0x00EE 0x00D8 0x00C6 0x00E5 0x00ED 0x00F8 0x00E6 0x00C4 0x00EC 0x00D6 0x00DC 0x00C9 0x00EF 0x00DF 0x00D4 0x00C1 0x00C3 0x00E3 0x00D0 0x00F0 0x00CD 0x00CC 0x00D3 0x00D2 0x00D5 0x00F5 0x0160 0x0161 0x00DA 0x0178 0x00FF 0x00DE 0x00FE 0x00B7 0x00B5 0x00B6 0x00BE 0x2014 0x00BC 0x00BD 0x00AA 0x00BA 0x00AB 0x25A0 0x00BB 0x00B1 0x0000 Latin small letter a with circumflex Latin small letter e with circumflex Latin small letter o with circumflex Latin small letter u with circumflex Latin small letter a with acute Latin small letter e with acute Latin small letter o with acute Latin small letter u with acute Latin small letter a with grave Latin small letter e with grave Latin small letter o with grave Latin small letter u with grave Latin small letter a with diaeresis Latin small letter e with diaeresis Latin small letter o with diaeresis Latin small letter u with diaeresis Latin capital letter A with ring above Latin small letter i with circumflex Latin capital letter O with stroke Latin capital letter Æ Latin small letter a with ring above Latin small letter i with acute Latin small letter o with stroke Latin small letter æ Latin capital letter A with diaeresis Latin small letter i with grave Latin capital letter O with diaeresis Latin capital letter U with diaeresis Latin capital letter E with acute Latin small letter i with diaeresis Latin small letter sharp s Latin capital letter O with circumflex Latin capital letter A with acute Latin capital letter A with tilde Latin small letter a with tilde Latin capital letter ETH Latin small letter eth Latin capital letter I with acute Latin capital letter I with grave Latin capital letter O with acute Latin capital letter O with grave Latin capital letter O with tilde Latin small letter o with tilde Latin capital letter S with caron Latin small letter s with caron Latin capital letter U with acute Latin capital letter Y with diaeresis Latin small letter y with diaeresis Latin capital letter THORN Latin small letter thorn Middle dot Micro sign Pilcrow sign Vulgar fraction three quarters Em dash Vulgar fraction one quarter Vulgar fraction one half Feminine ordinal indicator Masculine ordinal indicator Left-pointing double angle quotation mark Black square Right-pointing double angle quotation mark Plus-minus sign Undefined Intermec Fingerprint v8.xx — Font Reference Manual Chapter 3 — Character Sets Norwegian Character Set Glyph ASCII dec. ASCII hex Unicode hex Unicode name 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050 051 052 053 054 055 056 057 058 059 060 061 062 063 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0A 0x0B 0x0C 0x0D 0x0E 0x0F 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1A 0x1B 0x1C 0x1D 0x1E 0x1F 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2A 0x2B 0x2C 0x2D 0x2E 0x2F 0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39 0x3A 0x3B 0x3C 0x3D 0x3E 0x3F 0x0000 0x0001 0x0002 0x0003 0x0004 0x0005 0x0006 0x0007 0x0008 0x0009 0x000A 0x000B 0x000C 0x000D 0x000E 0x000F 0x0010 0x0011 0x0012 0x0013 0x0014 0x0015 0x0016 0x0017 0x0018 0x0019 0x001A 0x001B 0x001C 0x001D 0x001E 0x001F 0x0020 0x0021 0x0022 0x0023 0x0024 0x0025 0x0026 0x0027 0x0028 0x0029 0x002A 0x002B 0x002C 0x002D 0x002E 0x002F 0x0030 0x0031 0x0032 0x0033 0x0034 0x0035 0x0036 0x0037 0x0038 0x0039 0x003A 0x003B 0x003C 0x003D 0x003E 0x003F Null Start of heading Start of text End of text End of transmission Enquiry Acknowledge Bell Backspace Horizontal tabulation Line feed Vertical tabulation Form feed Carriage return Shift out Shift in Data link escape Device control one Device control two Device control three Device control four Negative acknowledge Synchronous idle End of transmission block Cancel End of medium Substitute Escape File separator Group separator Record separator Unit separator Space Exclamation mark Quotation mark Number sign Dollar sign Percent sign Ampersand Apostrophe Left parenthesis Right parenthesis Asterisk Plus sign Comma Hyphen-Minus Full stop Solidus Digit zero Digit one Digit two Digit three Digit four Digit five Digit six Digit seven Digit eight Digit nine Colon Semicolon Less-than sign Equals sign Greater-than sign Question mark ! " # $ % & ' ( ) * + , . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? Intermec Fingerprint v8.xx — Font Reference Manual NASC 47 Glyph ASCII dec. @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Æ Ø Å ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z æ ø å ¯ 064 065 066 067 068 069 070 071 072 073 074 075 076 077 078 079 080 081 082 083 084 085 086 087 088 089 090 091 092 093 094 095 096 097 098 099 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 ASCII hex Unicode hex Unicode name 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49 0x4A 0x4B 0x4C 0x4D 0x4E 0x4F 0x50 0x51 0x52 0x53 0x54 0x55 0x56 0x57 0x58 0x59 0x5A 0x5B 0x5C 0x5D 0x5E 0x5F 0x60 0x61 0x62 0x63 0x64 0x65 0x66 0x67 0x68 0x69 0x6A 0x6B 0x6C 0x6D 0x6E 0x6F 0x70 0x71 0x72 0x73 0x74 0x75 0x76 0x77 0x78 0x79 0x7A 0x7B 0x7C 0x7D 0x7E 0x7F 0x0040 0x0041 0x0042 0x0043 0x0044 0x0045 0x0046 0x0047 0x0048 0x0049 0x004A 0x004B 0x004C 0x004D 0x004E 0x004F 0x0050 0x0051 0x0052 0x0053 0x0054 0x0055 0x0056 0x0057 0x0058 0x0059 0x005A 0x00C6 0x00D8 0x00C5 0x005E 0x005F 0x0060 0x0061 0x0062 0x0063 0x0064 0x0065 0x0066 0x0067 0x0068 0x0069 0x006A 0x006B 0x006C 0x006D 0x006E 0x006F 0x0070 0x0071 0x0072 0x0073 0x0074 0x0075 0x0076 0x0077 0x0078 0x0079 0x007A 0x00E6 0x00F8 0x00E5 0x00AF 0x007F Commercial at Latin capital letter A Latin capital letter B Latin capital letter C Latin capital letter D Latin capital letter E Latin capital letter F Latin capital letter G Latin capital letter H Latin capital letter I Latin capital letter J Latin capital letter K Latin capital letter L Latin capital letter M Latin capital letter N Latin capital letter O Latin capital letter P Latin capital letter Q Latin capital letter R Latin capital letter S Latin capital letter T Latin capital letter U Latin capital letter V Latin capital letter W Latin capital letter X Latin capital letter Y Latin capital letter Z Latin capital letter Æ Latin capital letter O with stroke Latin capital letter A with ring above Circumflex accent Low line Grave accent Latin small letter a Latin small letter b Latin small letter c Latin small letter d Latin small letter e Latin small letter f Latin small letter g Latin small letter h Latin small letter i Latin small letter j Latin small letter k Latin small letter l Latin small letter m Latin small letter n Latin small letter o Latin small letter p Latin small letter q Latin small letter r Latin small letter s Latin small letter t Latin small letter u Latin small letter v Latin small letter w Latin small letter x Latin small letter y Latin small letter z Latin small letter æ Latin small letter o with stroke Latin small letter a with ring above Macron Delete 25 Chapter 3 — Character Sets Norwegian Character Set, cont. Glyph ASCII dec. € □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ À Â È Ê Ë Î Ï ´ ` ^ ¨ ~ Ù Û ₤ ¯ Ý ý ° Ç ç Ñ ñ ¡ ¿ ¤ £ ¥ § ƒ ¢ 26 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 ASCII hex Unicode hex Unicode name 0x80 0x81 0x82 0x83 0x84 0x85 0x86 0x87 0x88 0x89 0x8A 0x8B 0x8C 0x8D 0x8E 0x8F 0x90 0x91 0x92 0x93 0x94 0x95 0x96 0x97 0x98 0x99 0x9A 0x9B 0x9C 0x9D 0x9E 0x9F 0xA0 0xA1 0xA2 0xA3 0xA4 0xA5 0xA6 0xA7 0xA8 0xA9 0xAA 0xAB 0xAC 0xAD 0xAE 0xAF 0xB0 0xB1 0xB2 0xB3 0xB4 0xB5 0xB6 0xB7 0xB8 0xB9 0xBA 0xBB 0xBC 0xBD 0xBE 0xBF 0x20AC 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x00A0 0x00C0 0x00C2 0x00C8 0x00CA 0x00CB 0x00CE 0x00CF 0x00B4 0x0060 0x005E 0x00A8 0x007E 0x00D9 0x00DB 0x20A4 0x00AF 0x00DD 0x00FD 0x00B0 0x00C7 0x00E7 0x00D1 0x00F1 0x00A1 0x00BF 0x00A4 0x00A3 0x00A5 0x00A7 0x0192 0x00A2 Euro sign Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined No-break space Latin capital letter A with grave Latin capital letter A with circumflex Latin capital letter E with grave Latin capital letter E with circumflex Latin capital letter E with diaeresis Latin capital letter I with circumflex Latin capital letter I with diaeresis Acute accent Grave accent Circumflex accent Diaeresis Tilde Latin capital letter U with grave Latin capital letter U with circumflex Lira sign Macron Latin capital letter Y with acute Latin small letter y with acute Degree sign Latin capital letter C with cedilla Latin small letter c with cedilla Latin capital letter N with tilde Latin small letter n with tilde Inverted exclamation mark Inverted question mark Currency sign Pound sign Yen sign Section sign Latin small letter f with hook Cent sign NASC 47 Glyph ASCII dec. â ê ô û á é ó ú à è ò ù ä ë ö ü Å î Ø Æ å í ø æ Ä ì Ö Ü É ï ß Ô Á à ã Ð ð Í Ì Ó Ò Õ õ Š š Ú Ÿ ÿ Þ þ · µ ¶ ¾ — ¼ ½ ª º « ■ » ± □ 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 ASCII hex Unicode hex Unicode name 0xC0 0xC1 0xC2 0xC3 0xC4 0xC5 0xC6 0xC7 0xC8 0xC9 0xCA 0xCB 0xCC 0xCD 0xCE 0xCF 0xD0 0xD1 0xD2 0xD3 0xD4 0xD5 0xD6 0xD7 0xD8 0xD9 0xDA 0xDB 0xDC 0xDD 0xDE 0xDF 0xE0 0xE1 0xE2 0xE3 0xE4 0xE5 0xE6 0xE7 0xE8 0xE9 0xEA 0xEB 0xEC 0xED 0xEE 0xEF 0xF0 0xF1 0xF2 0xF3 0xF4 0xF5 0xF6 0xF7 0xF8 0xF9 0xFA 0xFB 0xFC 0xFD 0xFE 0xFF 0x00E2 0x00EA 0x00F4 0x00FB 0x00E1 0x00E9 0x00F3 0x00FA 0x00E0 0x00E8 0x00F2 0x00F9 0x00E4 0x00EB 0x00F6 0x00FC 0x00C5 0x00EE 0x00D8 0x00C6 0x00E5 0x00ED 0x00F8 0x00E6 0x00C4 0x00EC 0x00D6 0x00DC 0x00C9 0x00EF 0x00DF 0x00D4 0x00C1 0x00C3 0x00E3 0x00D0 0x00F0 0x00CD 0x00CC 0x00D3 0x00D2 0x00D5 0x00F5 0x0160 0x0161 0x00DA 0x0178 0x00FF 0x00DE 0x00FE 0x00B7 0x00B5 0x00B6 0x00BE 0x2014 0x00BC 0x00BD 0x00AA 0x00BA 0x00AB 0x25A0 0x00BB 0x00B1 0x0000 Latin small letter a with circumflex Latin small letter e with circumflex Latin small letter o with circumflex Latin small letter u with circumflex Latin small letter a with acute Latin small letter e with acute Latin small letter o with acute Latin small letter u with acute Latin small letter a with grave Latin small letter e with grave Latin small letter o with grave Latin small letter u with grave Latin small letter a with diaeresis Latin small letter e with diaeresis Latin small letter o with diaeresis Latin small letter u with diaeresis Latin capital letter A with ring above Latin small letter i with circumflex Latin capital letter O with stroke Latin capital letter Æ Latin small letter a with ring above Latin small letter i with acute Latin small letter o with stroke Latin small letter æ Latin capital letter A with diaeresis Latin small letter i with grave Latin capital letter O with diaeresis Latin capital letter U with diaeresis Latin capital letter E with acute Latin small letter i with diaeresis Latin small letter sharp s Latin capital letter O with circumflex Latin capital letter A with acute Latin capital letter A with tilde Latin small letter a with tilde Latin capital letter ETH Latin small letter eth Latin capital letter I with acute Latin capital letter I with grave Latin capital letter O with acute Latin capital letter O with grave Latin capital letter O with tilde Latin small letter o with tilde Latin capital letter S with caron Latin small letter s with caron Latin capital letter U with acute Latin capital letter Y with diaeresis Latin small letter y with diaeresis Latin capital letter THORN Latin small letter thorn Middle dot Micro sign Pilcrow sign Vulgar fraction three quarters Em dash Vulgar fraction one quarter Vulgar fraction one half Feminine ordinal indicator Masculine ordinal indicator Left-pointing double angle quotation mark Black square Right-pointing double angle quotation mark Plus-minus sign Undefined Intermec Fingerprint v8.xx — Font Reference Manual Chapter 3 — Character Sets German Character Set Glyph ASCII dec. ASCII hex Unicode hex Unicode name 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050 051 052 053 054 055 056 057 058 059 060 061 062 063 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0A 0x0B 0x0C 0x0D 0x0E 0x0F 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1A 0x1B 0x1C 0x1D 0x1E 0x1F 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2A 0x2B 0x2C 0x2D 0x2E 0x2F 0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39 0x3A 0x3B 0x3C 0x3D 0x3E 0x3F 0x0000 0x0001 0x0002 0x0003 0x0004 0x0005 0x0006 0x0007 0x0008 0x0009 0x000A 0x000B 0x000C 0x000D 0x000E 0x000F 0x0010 0x0011 0x0012 0x0013 0x0014 0x0015 0x0016 0x0017 0x0018 0x0019 0x001A 0x001B 0x001C 0x001D 0x001E 0x001F 0x0020 0x0021 0x0022 0x0023 0x0024 0x0025 0x0026 0x0027 0x0028 0x0029 0x002A 0x002B 0x002C 0x002D 0x002E 0x002F 0x0030 0x0031 0x0032 0x0033 0x0034 0x0035 0x0036 0x0037 0x0038 0x0039 0x003A 0x003B 0x003C 0x003D 0x003E 0x003F Null Start of heading Start of text End of text End of transmission Enquiry Acknowledge Bell Backspace Horizontal tabulation Line feed Vertical tabulation Form feed Carriage return Shift out Shift in Data link escape Device control one Device control two Device control three Device control four Negative acknowledge Synchronous idle End of transmission block Cancel End of medium Substitute Escape File separator Group separator Record separator Unit separator Space Exclamation mark Quotation mark Number sign Dollar sign Percent sign Ampersand Apostrophe Left parenthesis Right parenthesis Asterisk Plus sign Comma Hyphen-Minus Full stop Solidus Digit zero Digit one Digit two Digit three Digit four Digit five Digit six Digit seven Digit eight Digit nine Colon Semicolon Less-than sign Equals sign Greater-than sign Question mark ! " # $ % & ' ( ) * + , . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? Intermec Fingerprint v8.xx — Font Reference Manual NASC 49 Glyph ASCII dec. § A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Ä Ö Ü ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z ä ö ü ß 064 065 066 067 068 069 070 071 072 073 074 075 076 077 078 079 080 081 082 083 084 085 086 087 088 089 090 091 092 093 094 095 096 097 098 099 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 ASCII hex Unicode hex Unicode name 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49 0x4A 0x4B 0x4C 0x4D 0x4E 0x4F 0x50 0x51 0x52 0x53 0x54 0x55 0x56 0x57 0x58 0x59 0x5A 0x5B 0x5C 0x5D 0x5E 0x5F 0x60 0x61 0x62 0x63 0x64 0x65 0x66 0x67 0x68 0x69 0x6A 0x6B 0x6C 0x6D 0x6E 0x6F 0x70 0x71 0x72 0x73 0x74 0x75 0x76 0x77 0x78 0x79 0x7A 0x7B 0x7C 0x7D 0x7E 0x7F 0x00A7 0x0041 0x0042 0x0043 0x0044 0x0045 0x0046 0x0047 0x0048 0x0049 0x004A 0x004B 0x004C 0x004D 0x004E 0x004F 0x0050 0x0051 0x0052 0x0053 0x0054 0x0055 0x0056 0x0057 0x0058 0x0059 0x005A 0x00C4 0x00D6 0x00DC 0x005E 0x005F 0x0060 0x0061 0x0062 0x0063 0x0064 0x0065 0x0066 0x0067 0x0068 0x0069 0x006A 0x006B 0x006C 0x006D 0x006E 0x006F 0x0070 0x0071 0x0072 0x0073 0x0074 0x0075 0x0076 0x0077 0x0078 0x0079 0x007A 0x00E4 0x00F6 0x00FC 0x00DF 0x007F Section sign Latin capital letter A Latin capital letter B Latin capital letter C Latin capital letter D Latin capital letter E Latin capital letter F Latin capital letter G Latin capital letter H Latin capital letter I Latin capital letter J Latin capital letter K Latin capital letter L Latin capital letter M Latin capital letter N Latin capital letter O Latin capital letter P Latin capital letter Q Latin capital letter R Latin capital letter S Latin capital letter T Latin capital letter U Latin capital letter V Latin capital letter W Latin capital letter X Latin capital letter Y Latin capital letter Z Latin capital letter A with diaeresis Latin capital letter O with diaeresis Latin capital letter U with diaeresis Circumflex accent Low line Grave accent Latin small letter a Latin small letter b Latin small letter c Latin small letter d Latin small letter e Latin small letter f Latin small letter g Latin small letter h Latin small letter i Latin small letter j Latin small letter k Latin small letter l Latin small letter m Latin small letter n Latin small letter o Latin small letter p Latin small letter q Latin small letter r Latin small letter s Latin small letter t Latin small letter u Latin small letter v Latin small letter w Latin small letter x Latin small letter y Latin small letter z Latin small letter a with diaeresis Latin small letter o with diaeresis Latin small letter u with diaeresis Latin small letter sharp s Delete 27 Chapter 3 — Character Sets German Character Set, cont. Glyph ASCII dec. € □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ À Â È Ê Ë Î Ï ´ ` ^ ¨ ~ Ù Û ₤ ¯ Ý ý ° Ç ç Ñ ñ ¡ ¿ ¤ £ ¥ § ƒ ¢ 28 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 ASCII hex Unicode hex Unicode name 0x80 0x81 0x82 0x83 0x84 0x85 0x86 0x87 0x88 0x89 0x8A 0x8B 0x8C 0x8D 0x8E 0x8F 0x90 0x91 0x92 0x93 0x94 0x95 0x96 0x97 0x98 0x99 0x9A 0x9B 0x9C 0x9D 0x9E 0x9F 0xA0 0xA1 0xA2 0xA3 0xA4 0xA5 0xA6 0xA7 0xA8 0xA9 0xAA 0xAB 0xAC 0xAD 0xAE 0xAF 0xB0 0xB1 0xB2 0xB3 0xB4 0xB5 0xB6 0xB7 0xB8 0xB9 0xBA 0xBB 0xBC 0xBD 0xBE 0xBF 0x20AC 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x00A0 0x00C0 0x00C2 0x00C8 0x00CA 0x00CB 0x00CE 0x00CF 0x00B4 0x0060 0x005E 0x00A8 0x007E 0x00D9 0x00DB 0x20A4 0x00AF 0x00DD 0x00FD 0x00B0 0x00C7 0x00E7 0x00D1 0x00F1 0x00A1 0x00BF 0x00A4 0x00A3 0x00A5 0x00A7 0x0192 0x00A2 Euro sign Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined No-break space Latin capital letter A with grave Latin capital letter A with circumflex Latin capital letter E with grave Latin capital letter E with circumflex Latin capital letter E with diaeresis Latin capital letter I with circumflex Latin capital letter I with diaeresis Acute accent Grave accent Circumflex accent Diaeresis Tilde Latin capital letter U with grave Latin capital letter U with circumflex Lira sign Macron Latin capital letter Y with acute Latin small letter y with acute Degree sign Latin capital letter C with cedilla Latin small letter c with cedilla Latin capital letter N with tilde Latin small letter n with tilde Inverted exclamation mark Inverted question mark Currency sign Pound sign Yen sign Section sign Latin small letter f with hook Cent sign NASC 49 Glyph ASCII dec. â ê ô û á é ó ú à è ò ù ä ë ö ü Å î Ø Æ å í ø æ Ä ì Ö Ü É ï ß Ô Á à ã Ð ð Í Ì Ó Ò Õ õ Š š Ú Ÿ ÿ Þ þ · µ ¶ ¾ — ¼ ½ ª º « ■ » ± □ 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 ASCII hex Unicode hex Unicode name 0xC0 0xC1 0xC2 0xC3 0xC4 0xC5 0xC6 0xC7 0xC8 0xC9 0xCA 0xCB 0xCC 0xCD 0xCE 0xCF 0xD0 0xD1 0xD2 0xD3 0xD4 0xD5 0xD6 0xD7 0xD8 0xD9 0xDA 0xDB 0xDC 0xDD 0xDE 0xDF 0xE0 0xE1 0xE2 0xE3 0xE4 0xE5 0xE6 0xE7 0xE8 0xE9 0xEA 0xEB 0xEC 0xED 0xEE 0xEF 0xF0 0xF1 0xF2 0xF3 0xF4 0xF5 0xF6 0xF7 0xF8 0xF9 0xFA 0xFB 0xFC 0xFD 0xFE 0xFF 0x00E2 0x00EA 0x00F4 0x00FB 0x00E1 0x00E9 0x00F3 0x00FA 0x00E0 0x00E8 0x00F2 0x00F9 0x00E4 0x00EB 0x00F6 0x00FC 0x00C5 0x00EE 0x00D8 0x00C6 0x00E5 0x00ED 0x00F8 0x00E6 0x00C4 0x00EC 0x00D6 0x00DC 0x00C9 0x00EF 0x00DF 0x00D4 0x00C1 0x00C3 0x00E3 0x00D0 0x00F0 0x00CD 0x00CC 0x00D3 0x00D2 0x00D5 0x00F5 0x0160 0x0161 0x00DA 0x0178 0x00FF 0x00DE 0x00FE 0x00B7 0x00B5 0x00B6 0x00BE 0x2014 0x00BC 0x00BD 0x00AA 0x00BA 0x00AB 0x25A0 0x00BB 0x00B1 0x0000 Latin small letter a with circumflex Latin small letter e with circumflex Latin small letter o with circumflex Latin small letter u with circumflex Latin small letter a with acute Latin small letter e with acute Latin small letter o with acute Latin small letter u with acute Latin small letter a with grave Latin small letter e with grave Latin small letter o with grave Latin small letter u with grave Latin small letter a with diaeresis Latin small letter e with diaeresis Latin small letter o with diaeresis Latin small letter u with diaeresis Latin capital letter A with ring above Latin small letter i with circumflex Latin capital letter O with stroke Latin capital letter Æ Latin small letter a with ring above Latin small letter i with acute Latin small letter o with stroke Latin small letter æ Latin capital letter A with diaeresis Latin small letter i with grave Latin capital letter O with diaeresis Latin capital letter U with diaeresis Latin capital letter E with acute Latin small letter i with diaeresis Latin small letter sharp s Latin capital letter O with circumflex Latin capital letter A with acute Latin capital letter A with tilde Latin small letter a with tilde Latin capital letter ETH Latin small letter eth Latin capital letter I with acute Latin capital letter I with grave Latin capital letter O with acute Latin capital letter O with grave Latin capital letter O with tilde Latin small letter o with tilde Latin capital letter S with caron Latin small letter s with caron Latin capital letter U with acute Latin capital letter Y with diaeresis Latin small letter y with diaeresis Latin capital letter THORN Latin small letter thorn Middle dot Micro sign Pilcrow sign Vulgar fraction three quarters Em dash Vulgar fraction one quarter Vulgar fraction one half Feminine ordinal indicator Masculine ordinal indicator Left-pointing double angle quotation mark Black square Right-pointing double angle quotation mark Plus-minus sign Undefined Intermec Fingerprint v8.xx — Font Reference Manual Chapter 3 — Character Sets Japanese Latin Character Set Glyph ASCII dec. ASCII hex Unicode hex Unicode name 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050 051 052 053 054 055 056 057 058 059 060 061 062 063 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0A 0x0B 0x0C 0x0D 0x0E 0x0F 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1A 0x1B 0x1C 0x1D 0x1E 0x1F 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2A 0x2B 0x2C 0x2D 0x2E 0x2F 0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39 0x3A 0x3B 0x3C 0x3D 0x3E 0x3F 0x0000 0x0001 0x0002 0x0003 0x0004 0x0005 0x0006 0x0007 0x0008 0x0009 0x000A 0x000B 0x000C 0x000D 0x000E 0x000F 0x0010 0x0011 0x0012 0x0013 0x0014 0x0015 0x0016 0x0017 0x0018 0x0019 0x001A 0x001B 0x001C 0x001D 0x001E 0x001F 0x0020 0x0021 0x0022 0x0023 0x0024 0x0025 0x0026 0x0027 0x0028 0x0029 0x002A 0x002B 0x002C 0x002D 0x002E 0x002F 0x0030 0x0031 0x0032 0x0033 0x0034 0x0035 0x0036 0x0037 0x0038 0x0039 0x003A 0x003B 0x003C 0x003D 0x003E 0x003F Null Start of heading Start of text End of text End of transmission Enquiry Acknowledge Bell Backspace Horizontal tabulation Line feed Vertical tabulation Form feed Carriage return Shift out Shift in Data link escape Device control one Device control two Device control three Device control four Negative acknowledge Synchronous idle End of transmission block Cancel End of medium Substitute Escape File separator Group separator Record separator Unit separator Space Exclamation mark Quotation mark Number sign Dollar sign Percent sign Ampersand Apostrophe Left parenthesis Right parenthesis Asterisk Plus sign Comma Hyphen-Minus Full stop Solidus Digit zero Digit one Digit two Digit three Digit four Digit five Digit six Digit seven Digit eight Digit nine Colon Semicolon Less-than sign Equals sign Greater-than sign Question mark ! " # $ % & ' ( ) * + , . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? Intermec Fingerprint v8.xx — Font Reference Manual NASC 81 Glyph ASCII dec. @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ ¥ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ 064 065 066 067 068 069 070 071 072 073 074 075 076 077 078 079 080 081 082 083 084 085 086 087 088 089 090 091 092 093 094 095 096 097 098 099 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 ASCII hex Unicode hex Unicode name 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49 0x4A 0x4B 0x4C 0x4D 0x4E 0x4F 0x50 0x51 0x52 0x53 0x54 0x55 0x56 0x57 0x58 0x59 0x5A 0x5B 0x5C 0x5D 0x5E 0x5F 0x60 0x61 0x62 0x63 0x64 0x65 0x66 0x67 0x68 0x69 0x6A 0x6B 0x6C 0x6D 0x6E 0x6F 0x70 0x71 0x72 0x73 0x74 0x75 0x76 0x77 0x78 0x79 0x7A 0x7B 0x7C 0x7D 0x7E 0x7F 0x0040 0x0041 0x0042 0x0043 0x0044 0x0045 0x0046 0x0047 0x0048 0x0049 0x004A 0x004B 0x004C 0x004D 0x004E 0x004F 0x0050 0x0051 0x0052 0x0053 0x0054 0x0055 0x0056 0x0057 0x0058 0x0059 0x005A 0x005B 0x00A5 0x005D 0x005E 0x005F 0x0060 0x0061 0x0062 0x0063 0x0064 0x0065 0x0066 0x0067 0x0068 0x0069 0x006A 0x006B 0x006C 0x006D 0x006E 0x006F 0x0070 0x0071 0x0072 0x0073 0x0074 0x0075 0x0076 0x0077 0x0078 0x0079 0x007A 0x007B 0x007C 0x007D 0x007E 0x007F Commercial at Latin capital letter A Latin capital letter B Latin capital letter C Latin capital letter D Latin capital letter E Latin capital letter F Latin capital letter G Latin capital letter H Latin capital letter I Latin capital letter J Latin capital letter K Latin capital letter L Latin capital letter M Latin capital letter N Latin capital letter O Latin capital letter P Latin capital letter Q Latin capital letter R Latin capital letter S Latin capital letter T Latin capital letter U Latin capital letter V Latin capital letter W Latin capital letter X Latin capital letter Y Latin capital letter Z Left square bracket Yen sign Right square bracket Circumflex accent Low line Grave accent Latin small letter a Latin small letter b Latin small letter c Latin small letter d Latin small letter e Latin small letter f Latin small letter g Latin small letter h Latin small letter i Latin small letter j Latin small letter k Latin small letter l Latin small letter m Latin small letter n Latin small letter o Latin small letter p Latin small letter q Latin small letter r Latin small letter s Latin small letter t Latin small letter u Latin small letter v Latin small letter w Latin small letter x Latin small letter y Latin small letter z Left curly bracket Vertical line Right curly bracket Tilde Delete 29 Chapter 3 — Character Sets Japanese Latin Character Set, cont. Glyph ASCII dec. € □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ À Â È Ê Ë Î Ï ´ ` ^ ¨ ~ Ù Û ₤ ¯ Ý ý ° Ç ç Ñ ñ ¡ ¿ ¤ £ ¥ § ƒ ¢ 30 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 ASCII hex Unicode hex Unicode name 0x80 0x81 0x82 0x83 0x84 0x85 0x86 0x87 0x88 0x89 0x8A 0x8B 0x8C 0x8D 0x8E 0x8F 0x90 0x91 0x92 0x93 0x94 0x95 0x96 0x97 0x98 0x99 0x9A 0x9B 0x9C 0x9D 0x9E 0x9F 0xA0 0xA1 0xA2 0xA3 0xA4 0xA5 0xA6 0xA7 0xA8 0xA9 0xAA 0xAB 0xAC 0xAD 0xAE 0xAF 0xB0 0xB1 0xB2 0xB3 0xB4 0xB5 0xB6 0xB7 0xB8 0xB9 0xBA 0xBB 0xBC 0xBD 0xBE 0xBF 0x20AC 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x00A0 0x00C0 0x00C2 0x00C8 0x00CA 0x00CB 0x00CE 0x00CF 0x00B4 0x0060 0x005E 0x00A8 0x007E 0x00D9 0x00DB 0x20A4 0x00AF 0x00DD 0x00FD 0x00B0 0x00C7 0x00E7 0x00D1 0x00F1 0x00A1 0x00BF 0x00A4 0x00A3 0x00A5 0x00A7 0x0192 0x00A2 Euro sign Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined No-break space Latin capital letter A with grave Latin capital letter A with circumflex Latin capital letter E with grave Latin capital letter E with circumflex Latin capital letter E with diaeresis Latin capital letter I with circumflex Latin capital letter I with diaeresis Acute accent Grave accent Circumflex accent Diaeresis Tilde Latin capital letter U with grave Latin capital letter U with circumflex Lira sign Macron Latin capital letter Y with acute Latin small letter y with acute Degree sign Latin capital letter C with cedilla Latin small letter c with cedilla Latin capital letter N with tilde Latin small letter n with tilde Inverted exclamation mark Inverted question mark Currency sign Pound sign Yen sign Section sign Latin small letter f with hook Cent sign NASC 81 Glyph ASCII dec. â ê ô û á é ó ú à è ò ù ä ë ö ü Å î Ø Æ å í ø æ Ä ì Ö Ü É ï ß Ô Á à ã Ð ð Í Ì Ó Ò Õ õ Š š Ú Ÿ ÿ Þ þ · µ ¶ ¾ — ¼ ½ ª º « ■ » ± □ 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 ASCII hex Unicode hex Unicode name 0xC0 0xC1 0xC2 0xC3 0xC4 0xC5 0xC6 0xC7 0xC8 0xC9 0xCA 0xCB 0xCC 0xCD 0xCE 0xCF 0xD0 0xD1 0xD2 0xD3 0xD4 0xD5 0xD6 0xD7 0xD8 0xD9 0xDA 0xDB 0xDC 0xDD 0xDE 0xDF 0xE0 0xE1 0xE2 0xE3 0xE4 0xE5 0xE6 0xE7 0xE8 0xE9 0xEA 0xEB 0xEC 0xED 0xEE 0xEF 0xF0 0xF1 0xF2 0xF3 0xF4 0xF5 0xF6 0xF7 0xF8 0xF9 0xFA 0xFB 0xFC 0xFD 0xFE 0xFF 0x00E2 0x00EA 0x00F4 0x00FB 0x00E1 0x00E9 0x00F3 0x00FA 0x00E0 0x00E8 0x00F2 0x00F9 0x00E4 0x00EB 0x00F6 0x00FC 0x00C5 0x00EE 0x00D8 0x00C6 0x00E5 0x00ED 0x00F8 0x00E6 0x00C4 0x00EC 0x00D6 0x00DC 0x00C9 0x00EF 0x00DF 0x00D4 0x00C1 0x00C3 0x00E3 0x00D0 0x00F0 0x00CD 0x00CC 0x00D3 0x00D2 0x00D5 0x00F5 0x0160 0x0161 0x00DA 0x0178 0x00FF 0x00DE 0x00FE 0x00B7 0x00B5 0x00B6 0x00BE 0x2014 0x00BC 0x00BD 0x00AA 0x00BA 0x00AB 0x25A0 0x00BB 0x00B1 0x0000 Latin small letter a with circumflex Latin small letter e with circumflex Latin small letter o with circumflex Latin small letter u with circumflex Latin small letter a with acute Latin small letter e with acute Latin small letter o with acute Latin small letter u with acute Latin small letter a with grave Latin small letter e with grave Latin small letter o with grave Latin small letter u with grave Latin small letter a with diaeresis Latin small letter e with diaeresis Latin small letter o with diaeresis Latin small letter u with diaeresis Latin capital letter A with ring above Latin small letter i with circumflex Latin capital letter O with stroke Latin capital letter Æ Latin small letter a with ring above Latin small letter i with acute Latin small letter o with stroke Latin small letter æ Latin capital letter A with diaeresis Latin small letter i with grave Latin capital letter O with diaeresis Latin capital letter U with diaeresis Latin capital letter E with acute Latin small letter i with diaeresis Latin small letter sharp s Latin capital letter O with circumflex Latin capital letter A with acute Latin capital letter A with tilde Latin small letter a with tilde Latin capital letter ETH Latin small letter eth Latin capital letter I with acute Latin capital letter I with grave Latin capital letter O with acute Latin capital letter O with grave Latin capital letter O with tilde Latin small letter o with tilde Latin capital letter S with caron Latin small letter s with caron Latin capital letter U with acute Latin capital letter Y with diaeresis Latin small letter y with diaeresis Latin capital letter THORN Latin small letter thorn Middle dot Micro sign Pilcrow sign Vulgar fraction three quarters Em dash Vulgar fraction one quarter Vulgar fraction one half Feminine ordinal indicator Masculine ordinal indicator Left-pointing double angle quotation mark Black square Right-pointing double angle quotation mark Plus-minus sign Undefined Intermec Fingerprint v8.xx — Font Reference Manual Chapter 3 — Character Sets Portuguese Latin Character Set Glyph ASCII dec. ASCII hex Unicode hex Unicode name 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050 051 052 053 054 055 056 057 058 059 060 061 062 063 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0A 0x0B 0x0C 0x0D 0x0E 0x0F 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1A 0x1B 0x1C 0x1D 0x1E 0x1F 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2A 0x2B 0x2C 0x2D 0x2E 0x2F 0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39 0x3A 0x3B 0x3C 0x3D 0x3E 0x3F 0x0000 0x0001 0x0002 0x0003 0x0004 0x0005 0x0006 0x0007 0x0008 0x0009 0x000A 0x000B 0x000C 0x000D 0x000E 0x000F 0x0010 0x0011 0x0012 0x0013 0x0014 0x0015 0x0016 0x0017 0x0018 0x0019 0x001A 0x001B 0x001C 0x001D 0x001E 0x001F 0x0020 0x0021 0x0022 0x0023 0x0024 0x0025 0x0026 0x0027 0x0028 0x0029 0x002A 0x002B 0x002C 0x002D 0x002E 0x002F 0x0030 0x0031 0x0032 0x0033 0x0034 0x0035 0x0036 0x0037 0x0038 0x0039 0x003A 0x003B 0x003C 0x003D 0x003E 0x003F Null Start of heading Start of text End of text End of transmission Enquiry Acknowledge Bell Backspace Horizontal tabulation Line feed Vertical tabulation Form feed Carriage return Shift out Shift in Data link escape Device control one Device control two Device control three Device control four Negative acknowledge Synchronous idle End of transmission block Cancel End of medium Substitute Escape File separator Group separator Record separator Unit separator Space Exclamation mark Quotation mark Number sign Dollar sign Percent sign Ampersand Apostrophe Left parenthesis Right parenthesis Asterisk Plus sign Comma Hyphen-Minus Full stop Solidus Digit zero Digit one Digit two Digit three Digit four Digit five Digit six Digit seven Digit eight Digit nine Colon Semicolon Less-than sign Equals sign Greater-than sign Question mark ! " # $ % & ' ( ) * + , . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? Intermec Fingerprint v8.xx — Font Reference Manual NASC 351 Glyph ASCII dec. § A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Ã Ç Õ ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z ã ç õ ° 064 065 066 067 068 069 070 071 072 073 074 075 076 077 078 079 080 081 082 083 084 085 086 087 088 089 090 091 092 093 094 095 096 097 098 099 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 ASCII hex Unicode hex Unicode name 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49 0x4A 0x4B 0x4C 0x4D 0x4E 0x4F 0x50 0x51 0x52 0x53 0x54 0x55 0x56 0x57 0x58 0x59 0x5A 0x5B 0x5C 0x5D 0x5E 0x5F 0x60 0x61 0x62 0x63 0x64 0x65 0x66 0x67 0x68 0x69 0x6A 0x6B 0x6C 0x6D 0x6E 0x6F 0x70 0x71 0x72 0x73 0x74 0x75 0x76 0x77 0x78 0x79 0x7A 0x7B 0x7C 0x7D 0x7E 0x7F 0x00A7 0x0041 0x0042 0x0043 0x0044 0x0045 0x0046 0x0047 0x0048 0x0049 0x004A 0x004B 0x004C 0x004D 0x004E 0x004F 0x0050 0x0051 0x0052 0x0053 0x0054 0x0055 0x0056 0x0057 0x0058 0x0059 0x005A 0x00C3 0x00C7 0x00D5 0x005E 0x005F 0x0060 0x0061 0x0062 0x0063 0x0064 0x0065 0x0066 0x0067 0x0068 0x0069 0x006A 0x006B 0x006C 0x006D 0x006E 0x006F 0x0070 0x0071 0x0072 0x0073 0x0074 0x0075 0x0076 0x0077 0x0078 0x0079 0x007A 0x00E3 0x00E7 0x00F5 0x00B0 0x007F Section sign Latin capital letter A Latin capital letter B Latin capital letter C Latin capital letter D Latin capital letter E Latin capital letter F Latin capital letter G Latin capital letter H Latin capital letter I Latin capital letter J Latin capital letter K Latin capital letter L Latin capital letter M Latin capital letter N Latin capital letter O Latin capital letter P Latin capital letter Q Latin capital letter R Latin capital letter S Latin capital letter T Latin capital letter U Latin capital letter V Latin capital letter W Latin capital letter X Latin capital letter Y Latin capital letter Z Latin capital letter A with tilde Latin capital letter C with cedilla Latin capital letter O with tilde Circumflex accent Low line Grave accent Latin small letter a Latin small letter b Latin small letter c Latin small letter d Latin small letter e Latin small letter f Latin small letter g Latin small letter h Latin small letter i Latin small letter j Latin small letter k Latin small letter l Latin small letter m Latin small letter n Latin small letter o Latin small letter p Latin small letter q Latin small letter r Latin small letter s Latin small letter t Latin small letter u Latin small letter v Latin small letter w Latin small letter x Latin small letter y Latin small letter z Latin small letter a with tilde Latin small letter c with cedilla Latin small letter o with tilde Degree sign Delete 31 Chapter 3 — Character Sets Portuguese Latin Character Set, cont. Glyph ASCII dec. € □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ À Â È Ê Ë Î Ï ´ ` ^ ¨ ~ Ù Û ₤ ¯ Ý ý ° Ç ç Ñ ñ ¡ ¿ ¤ £ ¥ § ƒ ¢ 32 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 ASCII hex Unicode hex Unicode name 0x80 0x81 0x82 0x83 0x84 0x85 0x86 0x87 0x88 0x89 0x8A 0x8B 0x8C 0x8D 0x8E 0x8F 0x90 0x91 0x92 0x93 0x94 0x95 0x96 0x97 0x98 0x99 0x9A 0x9B 0x9C 0x9D 0x9E 0x9F 0xA0 0xA1 0xA2 0xA3 0xA4 0xA5 0xA6 0xA7 0xA8 0xA9 0xAA 0xAB 0xAC 0xAD 0xAE 0xAF 0xB0 0xB1 0xB2 0xB3 0xB4 0xB5 0xB6 0xB7 0xB8 0xB9 0xBA 0xBB 0xBC 0xBD 0xBE 0xBF 0x20AC 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x00A0 0x00C0 0x00C2 0x00C8 0x00CA 0x00CB 0x00CE 0x00CF 0x00B4 0x0060 0x005E 0x00A8 0x007E 0x00D9 0x00DB 0x20A4 0x00AF 0x00DD 0x00FD 0x00B0 0x00C7 0x00E7 0x00D1 0x00F1 0x00A1 0x00BF 0x00A4 0x00A3 0x00A5 0x00A7 0x0192 0x00A2 Euro sign Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined Undefined No-break space Latin capital letter A with grave Latin capital letter A with circumflex Latin capital letter E with grave Latin capital letter E with circumflex Latin capital letter E with diaeresis Latin capital letter I with circumflex Latin capital letter I with diaeresis Acute accent Grave accent Circumflex accent Diaeresis Tilde Latin capital letter U with grave Latin capital letter U with circumflex Lira sign Macron Latin capital letter Y with acute Latin small letter y with acute Degree sign Latin capital letter C with cedilla Latin small letter c with cedilla Latin capital letter N with tilde Latin small letter n with tilde Inverted exclamation mark Inverted question mark Currency sign Pound sign Yen sign Section sign Latin small letter f with hook Cent sign Glyph ASCII dec. â ê ô û á é ó ú à è ò ù ä ë ö ü Å î Ø Æ å í ø æ Ä ì Ö Ü É ï ß Ô Á à ã Ð ð Í Ì Ó Ò Õ õ Š š Ú Ÿ ÿ Þ þ · µ ¶ ¾ — ¼ ½ ª º « ■ » ± □ 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 NASC 351 ASCII hex Unicode hex Unicode name 0xC0 0xC1 0xC2 0xC3 0xC4 0xC5 0xC6 0xC7 0xC8 0xC9 0xCA 0xCB 0xCC 0xCD 0xCE 0xCF 0xD0 0xD1 0xD2 0xD3 0xD4 0xD5 0xD6 0xD7 0xD8 0xD9 0xDA 0xDB 0xDC 0xDD 0xDE 0xDF 0xE0 0xE1 0xE2 0xE3 0xE4 0xE5 0xE6 0xE7 0xE8 0xE9 0xEA 0xEB 0xEC 0xED 0xEE 0xEF 0xF0 0xF1 0xF2 0xF3 0xF4 0xF5 0xF6 0xF7 0xF8 0xF9 0xFA 0xFB 0xFC 0xFD 0xFE 0xFF 0x00E2 0x00EA 0x00F4 0x00FB 0x00E1 0x00E9 0x00F3 0x00FA 0x00E0 0x00E8 0x00F2 0x00F9 0x00E4 0x00EB 0x00F6 0x00FC 0x00C5 0x00EE 0x00D8 0x00C6 0x00E5 0x00ED 0x00F8 0x00E6 0x00C4 0x00EC 0x00D6 0x00DC 0x00C9 0x00EF 0x00DF 0x00D4 0x00C1 0x00C3 0x00E3 0x00D0 0x00F0 0x00CD 0x00CC 0x00D3 0x00D2 0x00D5 0x00F5 0x0160 0x0161 0x00DA 0x0178 0x00FF 0x00DE 0x00FE 0x00B7 0x00B5 0x00B6 0x00BE 0x2014 0x00BC 0x00BD 0x00AA 0x00BA 0x00AB 0x25A0 0x00BB 0x00B1 0x0000 Latin small letter a with circumflex Latin small letter e with circumflex Latin small letter o with circumflex Latin small letter u with circumflex Latin small letter a with acute Latin small letter e with acute Latin small letter o with acute Latin small letter u with acute Latin small letter a with grave Latin small letter e with grave Latin small letter o with grave Latin small letter u with grave Latin small letter a with diaeresis Latin small letter e with diaeresis Latin small letter o with diaeresis Latin small letter u with diaeresis Latin capital letter A with ring above Latin small letter i with circumflex Latin capital letter O with stroke Latin capital letter Æ Latin small letter a with ring above Latin small letter i with acute Latin small letter o with stroke Latin small letter æ Latin capital letter A with diaeresis Latin small letter i with grave Latin capital letter O with diaeresis Latin capital letter U with diaeresis Latin capital letter E with acute Latin small letter i with diaeresis Latin small letter sharp s Latin capital letter O with circumflex Latin capital letter A with acute Latin capital letter A with tilde Latin small letter a with tilde Latin capital letter ETH Latin small letter eth Latin capital letter I with acute Latin capital letter I with grave Latin capital letter O with acute Latin capital letter O with grave Latin capital letter O with tilde Latin small letter o with tilde Latin capital letter S with caron Latin small letter s with caron Latin capital letter U with acute Latin capital letter Y with diaeresis Latin small letter y with diaeresis Latin capital letter THORN Latin small letter thorn Middle dot Micro sign Pilcrow sign Vulgar fraction three quarters Em dash Vulgar fraction one quarter Vulgar fraction one half Feminine ordinal indicator Masculine ordinal indicator Left-pointing double angle quotation mark Black square Right-pointing double angle quotation mark Plus-minus sign Undefined Intermec Fingerprint v8.xx — Font Reference Manual Chapter 3 — Character Sets PCMAP Latin Character Set Glyph ASCII dec. ASCII hex Unicode hex Unicode name 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050 051 052 053 054 055 056 057 058 059 060 061 062 063 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0A 0x0B 0x0C 0x0D 0x0E 0x0F 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1A 0x1B 0x1C 0x1D 0x1E 0x1F 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2A 0x2B 0x2C 0x2D 0x2E 0x2F 0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39 0x3A 0x3B 0x3C 0x3D 0x3E 0x3F 0x0000 0x0001 0x0002 0x0003 0x0004 0x0005 0x0006 0x0007 0x0008 0x0009 0x000A 0x000B 0x000C 0x000D 0x000E 0x000F 0x0010 0x0011 0x0012 0x0013 0x0014 0x0015 0x0016 0x0017 0x0018 0x0019 0x001A 0x001B 0x001C 0x001D 0x001E 0x001F 0x0020 0x0021 0x0022 0x0023 0x0024 0x0025 0x0026 0x0027 0x0028 0x0029 0x002A 0x002B 0x002C 0x002D 0x002E 0x002F 0x0030 0x0031 0x0032 0x0033 0x0034 0x0035 0x0036 0x0037 0x0038 0x0039 0x003A 0x003B 0x003C 0x003D 0x003E 0x003F Null Start of heading Start of text End of text End of transmission Enquiry Acknowledge Bell Backspace Horizontal tabulation Line feed Vertical tabulation Form feed Carriage return Shift out Shift in Data link escape Device control one Device control two Device control three Device control four Negative acknowledge Synchronous idle End of transmission block Cancel End of medium Substitute Escape File separator Group separator Record separator Unit separator Space Exclamation mark Quotation mark Number sign Dollar sign Percent sign Ampersand Apostrophe Left parenthesis Right parenthesis Asterisk Plus sign Comma Hyphen-Minus Full stop Solidus Digit zero Digit one Digit two Digit three Digit four Digit five Digit six Digit seven Digit eight Digit nine Colon Semicolon Less-than sign Equals sign Greater-than sign Question mark ! " # $ % & ' ( ) * + , . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? Intermec Fingerprint v8.xx — Font Reference Manual NASC -1 Glyph ASCII dec. @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ 064 065 066 067 068 069 070 071 072 073 074 075 076 077 078 079 080 081 082 083 084 085 086 087 088 089 090 091 092 093 094 095 096 097 098 099 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 ASCII hex Unicode hex Unicode name 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49 0x4A 0x4B 0x4C 0x4D 0x4E 0x4F 0x50 0x51 0x52 0x53 0x54 0x55 0x56 0x57 0x58 0x59 0x5A 0x5B 0x5C 0x5D 0x5E 0x5F 0x60 0x61 0x62 0x63 0x64 0x65 0x66 0x67 0x68 0x69 0x6A 0x6B 0x6C 0x6D 0x6E 0x6F 0x70 0x71 0x72 0x73 0x74 0x75 0x76 0x77 0x78 0x79 0x7A 0x7B 0x7C 0x7D 0x7E 0x7F 0x0040 0x0041 0x0042 0x0043 0x0044 0x0045 0x0046 0x0047 0x0048 0x0049 0x004A 0x004B 0x004C 0x004D 0x004E 0x004F 0x0050 0x0051 0x0052 0x0053 0x0054 0x0055 0x0056 0x0057 0x0058 0x0059 0x005A 0x005B 0x005C 0x005D 0x005E 0x005F 0x0060 0x0061 0x0062 0x0063 0x0064 0x0065 0x0066 0x0067 0x0068 0x0069 0x006A 0x006B 0x006C 0x006D 0x006E 0x006F 0x0070 0x0071 0x0072 0x0073 0x0074 0x0075 0x0076 0x0077 0x0078 0x0079 0x007A 0x007B 0x007C 0x007D 0x007E 0x007F Commercial at Latin capital letter A Latin capital letter B Latin capital letter C Latin capital letter D Latin capital letter E Latin capital letter F Latin capital letter G Latin capital letter H Latin capital letter I Latin capital letter J Latin capital letter K Latin capital letter L Latin capital letter M Latin capital letter N Latin capital letter O Latin capital letter P Latin capital letter Q Latin capital letter R Latin capital letter S Latin capital letter T Latin capital letter U Latin capital letter V Latin capital letter W Latin capital letter X Latin capital letter Y Latin capital letter Z Left square bracket Reverse solidus Right square bracket Circumflex accent Low line Grave accent Latin small letter a Latin small letter b Latin small letter c Latin small letter d Latin small letter e Latin small letter f Latin small letter g Latin small letter h Latin small letter i Latin small letter j Latin small letter k Latin small letter l Latin small letter m Latin small letter n Latin small letter o Latin small letter p Latin small letter q Latin small letter r Latin small letter s Latin small letter t Latin small letter u Latin small letter v Latin small letter w Latin small letter x Latin small letter y Latin small letter z Left curly bracket Vertical line Right curly bracket Tilde Delete 33 Chapter 3 — Character Sets PCMAP Latin Character Set, cont. Glyph ASCII dec. Ç ü é â ä à å ç ê ë è ï î ì Ä Å É æ Æ ô ö ò û ù ÿ Ö Ü ¢ £ ¥ § ƒ á í ó ú ñ Ñ ª º ¿ ` ^ ½ ¼ ¡ « » ¯ Ý ý ° Ç ç Ñ ñ ¡ ¿ ¤ £ ¥ § ƒ ¢ 34 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 ASCII hex Unicode hex Unicode name 0x80 0x81 0x82 0x83 0x84 0x85 0x86 0x87 0x88 0x89 0x8A 0x8B 0x8C 0x8D 0x8E 0x8F 0x90 0x91 0x92 0x93 0x94 0x95 0x96 0x97 0x98 0x99 0x9A 0x9B 0x9C 0x9D 0x9E 0x9F 0xA0 0xA1 0xA2 0xA3 0xA4 0xA5 0xA6 0xA7 0xA8 0xA9 0xAA 0xAB 0xAC 0xAD 0xAE 0xAF 0xB0 0xB1 0xB2 0xB3 0xB4 0xB5 0xB6 0xB7 0xB8 0xB9 0xBA 0xBB 0xBC 0xBD 0xBE 0xBF 0x00C7 0x00FC 0x00E9 0x00E2 0x00E4 0x00E0 0x00E5 0x00E7 0x00EA 0x00EB 0x00E8 0x00EF 0x00EE 0x00EC 0x00C4 0x00C5 0x00C9 0x00E6 0x00C6 0x00F4 0x00F6 0x00F2 0x00FB 0x00F9 0x00FF 0x00D6 0x00DC 0x00A2 0x00A3 0x00A5 0x00A7 0x0192 0x00E1 0x00ED 0x00F3 0x00FA 0x00F1 0x00D1 0x00AA 0x00BA 0x00BF 0x0060 0x005E 0x00BD 0x00BC 0x00A1 0x00AB 0x00BB 0x00AF 0x00DD 0x00FD 0x00B0 0x00C7 0x00E7 0x00D1 0x00F1 0x00A1 0x00BF 0x00A4 0x00A3 0x00A5 0x00A7 0x0192 0x00A2 Latin capital letter C with cedilla Latin small letter u with diaeresis Latin small letter e with acute Latin small letter a with circumflex Latin small letter a with diaeresis Latin small letter a with grave Latin small letter a with ring above Latin small letter c with cedilla Latin small letter e with circumflex Latin small letter e with diaeresis Latin small letter e with grave Latin small letter i with diaeresis Latin small letter i with circumflex Latin small letter i with grave Latin capital letter A with diaeresis Latin capital letter A with ring above Latin capital letter E with acute Latin small letter æ Latin capital letter Æ Latin small letter o with circumflex Latin small letter o with diaeresis Latin small letter o with grave Latin small letter u with circumflex Latin small letter u with grave Latin small letter y with diaeresis Latin capital letter O with diaeresis Latin capital letter U with diaeresis Cent sign Pound sign Yen sign Section sign Latin small letter f with hook Latin small letter a with acute Latin small letter i with acute Latin small letter o with acute Latin small letter u with acute Latin small letter n with tilde Latin capital letter N with tilde Feminine ordinal indicator Masculine ordinal indicator Inverted question mark Grave accent Circumflex accent Vulgar fraction one half Vulgar fraction one quarter Inverted exclamation mark Left-pointing double angle quotation mark Right-pointing double angle quotation mark Macron Latin capital letter Y with acute Latin small letter y with acute Degree sign Latin capital letter C with cedilla Latin small letter c with cedilla Latin capital letter N with tilde Latin small letter n with tilde Inverted exclamation mark Inverted question mark Currency sign Pound sign Yen sign Section sign Latin small letter f with hook Cent sign NASC -1 Glyph ASCII dec. â ê ô û á é ó ú à è ò ù ä ë ö ü Å î Ø Æ å í ø æ Ä ì Ö Ü É ï ß Ô Á à ã Ð ð Í Ì Ó Ò Õ õ Š š Ú Ÿ ÿ Þ þ · µ ¶ ¾ — ¼ ½ ª º « ■ » ± □ 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 ASCII hex Unicode hex Unicode name 0xC0 0xC1 0xC2 0xC3 0xC4 0xC5 0xC6 0xC7 0xC8 0xC9 0xCA 0xCB 0xCC 0xCD 0xCE 0xCF 0xD0 0xD1 0xD2 0xD3 0xD4 0xD5 0xD6 0xD7 0xD8 0xD9 0xDA 0xDB 0xDC 0xDD 0xDE 0xDF 0xE0 0xE1 0xE2 0xE3 0xE4 0xE5 0xE6 0xE7 0xE8 0xE9 0xEA 0xEB 0xEC 0xED 0xEE 0xEF 0xF0 0xF1 0xF2 0xF3 0xF4 0xF5 0xF6 0xF7 0xF8 0xF9 0xFA 0xFB 0xFC 0xFD 0xFE 0xFF 0x00E2 0x00EA 0x00F4 0x00FB 0x00E1 0x00E9 0x00F3 0x00FA 0x00E0 0x00E8 0x00F2 0x00F9 0x00E4 0x00EB 0x00F6 0x00FC 0x00C5 0x00EE 0x00D8 0x00C6 0x00E5 0x00ED 0x00F8 0x00E6 0x00C4 0x00EC 0x00D6 0x00DC 0x00C9 0x00EF 0x00DF 0x00D4 0x00C1 0x00C3 0x00E3 0x00D0 0x00F0 0x00CD 0x00CC 0x00D3 0x00D2 0x00D5 0x00F5 0x0160 0x0161 0x00DA 0x0178 0x00FF 0x00DE 0x00FE 0x00B7 0x00B5 0x00B6 0x00BE 0x2014 0x00BC 0x00BD 0x00AA 0x00BA 0x00AB 0x25A0 0x00BB 0x00B1 0x0000 Latin small letter a with circumflex Latin small letter e with circumflex Latin small letter o with circumflex Latin small letter u with circumflex Latin small letter a with acute Latin small letter e with acute Latin small letter o with acute Latin small letter u with acute Latin small letter a with grave Latin small letter e with grave Latin small letter o with grave Latin small letter u with grave Latin small letter a with diaeresis Latin small letter e with diaeresis Latin small letter o with diaeresis Latin small letter u with diaeresis Latin capital letter A with ring above Latin small letter i with circumflex Latin capital letter O with stroke Latin capital letter Æ Latin small letter a with ring above Latin small letter i with acute Latin small letter o with stroke Latin small letter æ Latin capital letter A with diaeresis Latin small letter i with grave Latin capital letter O with diaeresis Latin capital letter U with diaeresis Latin capital letter E with acute Latin small letter i with diaeresis Latin small letter sharp s Latin capital letter O with circumflex Latin capital letter A with acute Latin capital letter A with tilde Latin small letter a with tilde Latin capital letter ETH Latin small letter eth Latin capital letter I with acute Latin capital letter I with grave Latin capital letter O with acute Latin capital letter O with grave Latin capital letter O with tilde Latin small letter o with tilde Latin capital letter S with caron Latin small letter s with caron Latin capital letter U with acute Latin capital letter Y with diaeresis Latin small letter y with diaeresis Latin capital letter THORN Latin small letter thorn Middle dot Micro sign Pilcrow sign Vulgar fraction three quarters Em dash Vulgar fraction one quarter Vulgar fraction one half Feminine ordinal indicator Masculine ordinal indicator Left-pointing double angle quotation mark Black square Right-pointing double angle quotation mark Plus-minus sign Undefined Intermec Fingerprint v8.xx — Font Reference Manual Chapter 3 — Character Sets ANSI Latin Character Set Glyph ASCII dec. ASCII hex Unicode hex Unicode name 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050 051 052 053 054 055 056 057 058 059 060 061 062 063 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0A 0x0B 0x0C 0x0D 0x0E 0x0F 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1A 0x1B 0x1C 0x1D 0x1E 0x1F 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2A 0x2B 0x2C 0x2D 0x2E 0x2F 0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39 0x3A 0x3B 0x3C 0x3D 0x3E 0x3F 0x0000 0x0001 0x0002 0x0003 0x0004 0x0005 0x0006 0x0007 0x0008 0x0009 0x000A 0x000B 0x000C 0x000D 0x000E 0x000F 0x0010 0x0011 0x0012 0x0013 0x0014 0x0015 0x0016 0x0017 0x0018 0x0019 0x001A 0x001B 0x001C 0x001D 0x001E 0x001F 0x0020 0x0021 0x0022 0x0023 0x0024 0x0025 0x0026 0x0027 0x0028 0x0029 0x002A 0x002B 0x002C 0x002D 0x002E 0x002F 0x0030 0x0031 0x0032 0x0033 0x0034 0x0035 0x0036 0x0037 0x0038 0x0039 0x003A 0x003B 0x003C 0x003D 0x003E 0x003F Null Start of heading Start of text End of text End of transmission Enquiry Acknowledge Bell Backspace Horizontal tabulation Line feed Vertical tabulation Form feed Carriage return Shift out Shift in Data link escape Device control one Device control two Device control three Device control four Negative acknowledge Synchronous idle End of transmission block Cancel End of medium Substitute Escape File separator Group separator Record separator Unit separator Space Exclamation mark Quotation mark Number sign Dollar sign Percent sign Ampersand Apostrophe Left parenthesis Right parenthesis Asterisk Plus sign Comma Hyphen-Minus Full stop Solidus Digit zero Digit one Digit two Digit three Digit four Digit five Digit six Digit seven Digit eight Digit nine Colon Semicolon Less-than sign Equals sign Greater-than sign Question mark ! " # $ % & ' ( ) * + , . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? Intermec Fingerprint v8.xx — Font Reference Manual NASC -2 Glyph ASCII dec. @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ 064 065 066 067 068 069 070 071 072 073 074 075 076 077 078 079 080 081 082 083 084 085 086 087 088 089 090 091 092 093 094 095 096 097 098 099 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 ASCII hex Unicode hex Unicode name 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49 0x4A 0x4B 0x4C 0x4D 0x4E 0x4F 0x50 0x51 0x52 0x53 0x54 0x55 0x56 0x57 0x58 0x59 0x5A 0x5B 0x5C 0x5D 0x5E 0x5F 0x60 0x61 0x62 0x63 0x64 0x65 0x66 0x67 0x68 0x69 0x6A 0x6B 0x6C 0x6D 0x6E 0x6F 0x70 0x71 0x72 0x73 0x74 0x75 0x76 0x77 0x78 0x79 0x7A 0x7B 0x7C 0x7D 0x7E 0x7F 0x0040 0x0041 0x0042 0x0043 0x0044 0x0045 0x0046 0x0047 0x0048 0x0049 0x004A 0x004B 0x004C 0x004D 0x004E 0x004F 0x0050 0x0051 0x0052 0x0053 0x0054 0x0055 0x0056 0x0057 0x0058 0x0059 0x005A 0x005B 0x005C 0x005D 0x005E 0x005F 0x0060 0x0061 0x0062 0x0063 0x0064 0x0065 0x0066 0x0067 0x0068 0x0069 0x006A 0x006B 0x006C 0x006D 0x006E 0x006F 0x0070 0x0071 0x0072 0x0073 0x0074 0x0075 0x0076 0x0077 0x0078 0x0079 0x007A 0x007B 0x007C 0x007D 0x007E 0x007F Commercial at Latin capital letter A Latin capital letter B Latin capital letter C Latin capital letter D Latin capital letter E Latin capital letter F Latin capital letter G Latin capital letter H Latin capital letter I Latin capital letter J Latin capital letter K Latin capital letter L Latin capital letter M Latin capital letter N Latin capital letter O Latin capital letter P Latin capital letter Q Latin capital letter R Latin capital letter S Latin capital letter T Latin capital letter U Latin capital letter V Latin capital letter W Latin capital letter X Latin capital letter Y Latin capital letter Z Left square bracket Reverse solidus Right square bracket Circumflex accent Low line Grave accent Latin small letter a Latin small letter b Latin small letter c Latin small letter d Latin small letter e Latin small letter f Latin small letter g Latin small letter h Latin small letter i Latin small letter j Latin small letter k Latin small letter l Latin small letter m Latin small letter n Latin small letter o Latin small letter p Latin small letter q Latin small letter r Latin small letter s Latin small letter t Latin small letter u Latin small letter v Latin small letter w Latin small letter x Latin small letter y Latin small letter z Left curly bracket Vertical line Right curly bracket Tilde Delete 35 Chapter 3 — Character Sets ANSI Latin Character Set, cont. Glyph ASCII dec. € □ ‚ ƒ „ … † ‡ ^ ‰ Š ‹ Œ □ Ž □ □ ‘ ’ “ ” • – — ~ ™ š › œ □ ž Ÿ ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ® ¯ ° ± 2 3 ´ µ ¶ · ¸ 1 º » ¼ ½ ¾ ¿ 36 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 ASCII hex Unicode hex Unicode name 0x80 0x81 0x82 0x83 0x84 0x85 0x86 0x87 0x88 0x89 0x8A 0x8B 0x8C 0x8D 0x8E 0x8F 0x90 0x91 0x92 0x93 0x94 0x95 0x96 0x97 0x98 0x99 0x9A 0x9B 0x9C 0x9D 0x9E 0x9F 0xA0 0xA1 0xA2 0xA3 0xA4 0xA5 0xA6 0xA7 0xA8 0xA9 0xAA 0xAB 0xAC 0xAD 0xAE 0xAF 0xB0 0xB1 0xB2 0xB3 0xB4 0xB5 0xB6 0xB7 0xB8 0xB9 0xBA 0xBB 0xBC 0xBD 0xBE 0xBF 0x20AC 0x0000 0x201A 0x0192 0x201E 0x2026 0x2020 0x2021 0x02C6 0x2030 0x0160 0x2039 0x0152 0x0000 0x017D 0x0000 0x0000 0x2018 0x2019 0x201C 0x201D 0x2022 0x2013 0x2014 0x02DC 0x2122 0x0161 0x203A 0x0153 0x0000 0x017E 0x0178 0x00A0 0x00A1 0x00A2 0x00A3 0x00A4 0x00A5 0x00A6 0x00A7 0x00A8 0x00A9 0x00AA 0x00AB 0x00AC 0x00AD 0x00AE 0x00AF 0x00B0 0x00B1 0x00B2 0x00B3 0x00B4 0x00B5 0x00B6 0x00B7 0x00B8 0x00B9 0x00BA 0x00BB 0x00BC 0x00BD 0x00BE 0x00BF Euro sign Undefined Single low-9 quotation mark Latin small letter f with hook Double low-9 quotation mark Horizontal ellipsis Dagger Double dagger Modifier letter circumflex accent Per mille sign Latin capital letter S with caron Single left-pointing angle quotation mark Latin capital ligature OE Undefined Latin capital letter Z with caron Undefined Undefined Left single quotation mark Right single quotation mark Left double quotation mark Right double quotation mark Bullet En dash Em dash Small tilde Trade mark sign Latin small letter s with caron Single right-pointing angle quotation mark Latin small ligature oe Undefined Latin small letter z with caron Latin capital letter Y with diaeresis No-break space Inverted exclamation mark Cent sign Pound sign Currency sign Yen sign Broken bar Section sign Diaeresis Copyright sign Feminine ordinal indicator Left-pointing double angle quotation mark Not sign Soft hyphen Registered sign Macron Degree sign Plus-minus sign Superscript 2 Superscript 3 Acute accent Micro sign Pilcrow sign Middle dot Cedilla Superscript one Masculine ordinal indicator Right-pointing double angle quotation mark Vulgar fraction one quarter Vulgar fraction one half Vulgar fraction three quarters Inverted question mark NASC -2 Glyph ASCII dec. À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö × Ø Ù Ú Û Ü Ý Þ ß à á â ã ä å æ ç è é ê ë ì í î ï ð ñ ò ó ô õ ö ÷ ø ù ú û ü ý þ ÿ 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 ASCII hex Unicode hex Unicode name 0xC0 0xC1 0xC2 0xC3 0xC4 0xC5 0xC6 0xC7 0xC8 0xC9 0xCA 0xCB 0xCC 0xCD 0xCE 0xCF 0xD0 0xD1 0xD2 0xD3 0xD4 0xD5 0xD6 0xD7 0xD8 0xD9 0xDA 0xDB 0xDC 0xDD 0xDE 0xDF 0xE0 0xE1 0xE2 0xE3 0xE4 0xE5 0xE6 0xE7 0xE8 0xE9 0xEA 0xEB 0xEC 0xED 0xEE 0xEF 0xF0 0xF1 0xF2 0xF3 0xF4 0xF5 0xF6 0xF7 0xF8 0xF9 0xFA 0xFB 0xFC 0xFD 0xFE 0xFF 0x00C0 0x00C1 0x00C2 0x00C3 0x00C4 0x00C5 0x00C6 0x00C7 0x00C8 0x00C9 0x00CA 0x00CB 0x00CC 0x00CD 0x00CE 0x00CF 0x00D0 0x00D1 0x00D2 0x00D3 0x00D4 0x00D5 0x00D6 0x00D7 0x00D8 0x00D9 0x00DA 0x00DB 0x00DC 0x00DD 0x00DE 0x00DF 0x00E0 0x00E1 0x00E2 0x00E3 0x00E4 0x00E5 0x00E6 0x00E7 0x00E8 0x00E9 0x00EA 0x00EB 0x00EC 0x00ED 0x00EE 0x00EF 0x00F0 0x00F1 0x00F2 0x00F3 0x00F4 0x00F5 0x00F6 0x00F7 0x00F8 0x00F9 0x00FA 0x00FB 0x00FC 0x00FD 0x00FE 0x00FF Latin capital letter A with grave Latin capital letter A with acute Latin capital letter A with circumflex Latin capital letter A with tilde Latin capital letter A with diaeresis Latin capital letter A with ring above Latin capital letter AE Latin capital letter C with cedilla Latin capital letter E with grave Latin capital letter E with acute Latin capital letter E with circumflex Latin capital letter E with diaeresis Latin capital letter I with grave Latin capital letter I with acute Latin capital letter I with circumflex Latin capital letter I with diaeresis Latin capital letter ETH Latin capital letter N with tilde Latin capital letter O with grave Latin capital letter O with acute Latin capital letter O with circumflex Latin capital letter O with tilde Latin capital letter O with diaeresis Multiplication sign Latin capital letter O with stroke Latin capital letter U with grave Latin capital letter U with acute Latin capital letter U with circumflex Latin capital letter U with diaeresis Latin capital letter Y with acute Latin capital letter THORN Latin small letter sharp s Latin small letter a with grave Latin small letter a with acute Latin small letter a with circumflex Latin small letter a with tilde Latin small letter a with diaeresis Latin small letter with ring above Latin small letter AE Latin small letter c with cedilla Latin small letter e with grave Latin small letter e with acute Latin small letter e with circumflex Latin small letter e with diaeresis Latin small letter i with grave Latin small letter i with acute Latin small letter i with circumflex Latin small letter i with diaeresis Latin small letter eth Latin small letter n with tilde Latin small letter o with grave Latin small letter o with acute Latin small letter o with circumflex Latin small letter o with tilde Latin small letter o with diaeresis Division sign Latin small letter o with stroke Latin small letter u with grave Latin small letter u with acute Latin small letter u with circumflex Latin small letter u with diaeresis Latin small letter y with acute Latin small letter thorn Latin small lettery with diaeresis Intermec Fingerprint v8.xx — Font Reference Manual Chapter 3 — Character Sets MS-DOS Latin 1 Character Set Glyph ASCII dec. ASCII hex Unicode hex Unicode name 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050 051 052 053 054 055 056 057 058 059 060 061 062 063 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0A 0x0B 0x0C 0x0D 0x0E 0x0F 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1A 0x1B 0x1C 0x1D 0x1E 0x1F 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2A 0x2B 0x2C 0x2D 0x2E 0x2F 0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39 0x3A 0x3B 0x3C 0x3D 0x3E 0x3F 0x0000 0x0001 0x0002 0x0003 0x0004 0x0005 0x0006 0x0007 0x0008 0x0009 0x000A 0x000B 0x000C 0x000D 0x000E 0x000F 0x0010 0x0011 0x0012 0x0013 0x0014 0x0015 0x0016 0x0017 0x0018 0x0019 0x001A 0x001B 0x001C 0x001D 0x001E 0x001F 0x0020 0x0021 0x0022 0x0023 0x0024 0x0025 0x0026 0x0027 0x0028 0x0029 0x002A 0x002B 0x002C 0x002D 0x002E 0x002F 0x0030 0x0031 0x0032 0x0033 0x0034 0x0035 0x0036 0x0037 0x0038 0x0039 0x003A 0x003B 0x003C 0x003D 0x003E 0x003F Null Start of heading Start of text End of text End of transmission Enquiry Acknowledge Bell Backspace Horizontal tabulation Line feed Vertical tabulation Form feed Carriage return Shift out Shift in Data link escape Device control one Device control two Device control three Device control four Negative acknowledge Synchronous idle End of transmission block Cancel End of medium Substitute Escape File separator Group separator Record separator Unit separator Space Exclamation mark Quotation mark Number sign Dollar sign Percent sign Ampersand Apostrophe Left parenthesis Right parenthesis Asterisk Plus sign Comma Hyphen-Minus Full stop Solidus Digit zero Digit one Digit two Digit three Digit four Digit five Digit six Digit seven Digit eight Digit nine Colon Semicolon Less-than sign Equals sign Greater-than sign Question mark ! " # $ % & ' ( ) * + , . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? Intermec Fingerprint v8.xx — Font Reference Manual NASC 850 Glyph ASCII dec. @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ 064 065 066 067 068 069 070 071 072 073 074 075 076 077 078 079 080 081 082 083 084 085 086 087 088 089 090 091 092 093 094 095 096 097 098 099 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 ASCII hex Unicode hex Unicode name 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49 0x4A 0x4B 0x4C 0x4D 0x4E 0x4F 0x50 0x51 0x52 0x53 0x54 0x55 0x56 0x57 0x58 0x59 0x5A 0x5B 0x5C 0x5D 0x5E 0x5F 0x60 0x61 0x62 0x63 0x64 0x65 0x66 0x67 0x68 0x69 0x6A 0x6B 0x6C 0x6D 0x6E 0x6F 0x70 0x71 0x72 0x73 0x74 0x75 0x76 0x77 0x78 0x79 0x7A 0x7B 0x7C 0x7D 0x7E 0x7F 0x0040 0x0041 0x0042 0x0043 0x0044 0x0045 0x0046 0x0047 0x0048 0x0049 0x004A 0x004B 0x004C 0x004D 0x004E 0x004F 0x0050 0x0051 0x0052 0x0053 0x0054 0x0055 0x0056 0x0057 0x0058 0x0059 0x005A 0x005B 0x005C 0x005D 0x005E 0x005F 0x0060 0x0061 0x0062 0x0063 0x0064 0x0065 0x0066 0x0067 0x0068 0x0069 0x006A 0x006B 0x006C 0x006D 0x006E 0x006F 0x0070 0x0071 0x0072 0x0073 0x0074 0x0075 0x0076 0x0077 0x0078 0x0079 0x007A 0x007B 0x007C 0x007D 0x007E 0x007F Commercial at Latin capital letter A Latin capital letter B Latin capital letter C Latin capital letter D Latin capital letter E Latin capital letter F Latin capital letter G Latin capital letter H Latin capital letter I Latin capital letter J Latin capital letter K Latin capital letter L Latin capital letter M Latin capital letter N Latin capital letter O Latin capital letter P Latin capital letter Q Latin capital letter R Latin capital letter S Latin capital letter T Latin capital letter U Latin capital letter V Latin capital letter W Latin capital letter X Latin capital letter Y Latin capital letter Z Left square bracket Reverse solidus Right square bracket Circumflex accent Low line Grave accent Latin small letter a Latin small letter b Latin small letter c Latin small letter d Latin small letter e Latin small letter f Latin small letter g Latin small letter h Latin small letter i Latin small letter j Latin small letter k Latin small letter l Latin small letter m Latin small letter n Latin small letter o Latin small letter p Latin small letter q Latin small letter r Latin small letter s Latin small letter t Latin small letter u Latin small letter v Latin small letter w Latin small letter x Latin small letter y Latin small letter z Left curly bracket Vertical line Right curly bracket Tilde Delete 37 Chapter 3 — Character Sets MS-DOS Latin 1 Character Set, cont. Glyph ASCII dec. Ç ü é â ä à å ç ê ë è ï î ì Ä Å É æ Æ ô ö ò û ù ÿ Ö Ü ø £ Ø × ƒ á í ó ú ñ Ñ ª º ¿ ® ¬ ½ ¼ ¡ « » ░ ▒ ▓ │ ┤ Á  À © ╣ ║ ╗ ╝ ¢ ¥ ┐ 38 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 ASCII hex Unicode hex Unicode name 0x80 0x81 0x82 0x83 0x84 0x85 0x86 0x87 0x88 0x89 0x8A 0x8B 0x8C 0x8D 0x8E 0x8F 0x90 0x91 0x92 0x93 0x94 0x95 0x96 0x97 0x98 0x99 0x9A 0x9B 0x9C 0x9D 0x9E 0x9F 0xA0 0xA1 0xA2 0xA3 0xA4 0xA5 0xA6 0xA7 0xA8 0xA9 0xAA 0xAB 0xAC 0xAD 0xAE 0xAF 0xB0 0xB1 0xB2 0xB3 0xB4 0xB5 0xB6 0xB7 0xB8 0xB9 0xBA 0xBB 0xBC 0xBD 0xBE 0xBF 0x00C7 0x00FC 0x00E9 0x00E2 0x00E4 0x00E0 0x00E5 0x00E7 0x00EA 0x00EB 0x00E8 0x00EF 0x00EE 0x00EC 0x00C4 0x00C5 0x00C9 0x00E6 0x00C6 0x00F4 0x00F6 0x00F2 0x00FB 0x00F9 0x00FF 0x00D6 0x00DC 0x00F8 0x00A3 0x00D8 0x00D7 0x0192 0x00E1 0x00ED 0x00F3 0x00FA 0x00F1 0x00D1 0x00AA 0x00BA 0x00BF 0x00AE 0x00AC 0x00BD 0x00BC 0x00A1 0x00AB 0x00BB 0x2591 0x2592 0x2593 0x2502 0x2524 0x00C1 0x00C2 0x00C0 0x00A9 0x2563 0x2551 0x2557 0x255D 0x00A2 0x00A5 0x2510 Latin capital letter C with cedilla Latin small letter u with diaeresis Latin small letter e with acute Latin small letter a with circumflex Latin small letter a with diaeresis Latin small letter a with grave Latin small letter a with ring above Latin small letter c with cedilla Latin small letter e with circumflex Latin small letter e with diaeresis Latin small letter e with grave Latin small letter i with diaeresis Latin small letter i with circumflex Latin small letter i with grave Latin capital letter A with diaeresis Latin capital letter A with ring above Latin capital letter E with acute Latin small ligature ae Latin capital ligature AE Latin small letter o with circumflex Latin small letter o with diaeresis Latin small letter o with grave Latin small letter u with circumflex Latin small letter u with grave Latin small letter y with diaeresis Latin capital letter O with diaeresis Latin capital letter U with diaeresis Latin small letter o with stroke Pound sign Latin capital letter O with stroke Multiplication sign Latin small letter f with hook Latin small letter a with acute Latin small letter i with acute Latin small letter o with acute Latin small letter u with acute Latin small letter n with tilde Latin capital letter N with tilde Feminine ordinal indicator Masculine ordinal indicator Inverted question mark Registered sign Not sign Vulgar fraction one half Vulgar fraction one quarter Inverted exclamation sign Left-pointing double angle quotation mark Left-pointing double angle quotation mark Light shade Medium shade Dark shade Box drawings light vertical Box drawings light vertical and left Latin capital letter A with acute Latin capital letter A with circumflex Latin capital letter A with grave Copyright sign Box drawings double vertical and left Box drawings double vertical Box drawings double down and left Box drawings double up and left Cent sign Yen sign Box drawings light down and left NASC 850 Glyph ASCII dec. └ ┴ ┬ ├ ─ ┼ ã à ╚ ╔ ╩ ╦ ╠ ═ ╬ ¤ ð Ð Ê Ë È ı Í Î Ï ┘ ┌ █ ▄ ¦ Ì ▀ Ó ß Ô Ò õ Õ µ þ Þ Ú Û Ù ý Ý ¯ ´ ± ‗ ¾ ¶ § ÷ ˛ ° ¨ · 1 3 2 ■ 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 ASCII hex Unicode hex Unicode name 0xC0 0xC1 0xC2 0xC3 0xC4 0xC5 0xC6 0xC7 0xC8 0xC9 0xCA 0xCB 0xCC 0xCD 0xCE 0xCF 0xD0 0xD1 0xD2 0xD3 0xD4 0xD5 0xD6 0xD7 0xD8 0xD9 0xDA 0xDB 0xDC 0xDD 0xDE 0xDF 0xE0 0xE1 0xE2 0xE3 0xE4 0xE5 0xE6 0xE7 0xE8 0xE9 0xEA 0xEB 0xEC 0xED 0xEE 0xEF 0xF0 0xF1 0xF2 0xF3 0xF4 0xF5 0xF6 0xF7 0xF8 0xF9 0xFA 0xFB 0xFC 0xFD 0xFE 0xFF 0x2514 0x2534 0x252C 0x251C 0x2500 0x253C 0x00E3 0x00C3 0x255A 0x2554 0x2569 0x2566 0x2560 0x2550 0x256C 0x00A4 0x00F0 0x00D0 0x00CA 0x00CB 0x00C8 0x0131 0x00CD 0x00CE 0x00CF 0x2518 0x250C 0x2588 0x2584 0x00A6 0x00CC 0x2580 0x00D3 0x00DF 0x00D4 0x00D2 0x00F5 0x00D5 0x00B5 0x00FE 0x00DE 0x00DA 0x00DB 0x00D9 0x00FD 0x00DD 0x00AF 0x00B4 0x00AD 0x00B1 0x2017 0x00BE 0x00B6 0x00A7 0x00F7 0x00B8 0x00B0 0x00A8 0x00B7 0x00B9 0x00B3 0x00B2 0x25A0 0x00A0 Box drawings light up and right Box drawings light up and horizontal Box drawings light down and horizontal Box drawings light vertical and right Box drawings light horizontal Box drawings light vertical and horizontal Latin small letter a with tilde Latin capital letter A with tilde Box drawings double up and right Box drawings double down and right Box drawings double up and horizontal Box drawings double down and horizontal Box drawings double vertical and right Box drawings double horizontal Box drawings double vertical and horizontal Currency sign Latin small letter eth Latin capital letter ETH Latin capital letter E with circumflex Latin capital letter E with diaeresis Latin capital letter E with grave Latin small letter dotless i Latin capital letter I with acute Latin capital letter I with circumflex Latin capital letter I with diaeresis Box drawings light up and left Box drawings light down and right Full block Lower half block Broken bar Latin capital letter I with grave Upper half block Latin capital letter O with acute Latin small letter sharp s Latin capital letter O with circumflex Latin capital letter O with grave Latin small letter o with tilde Latin capital letter O with tilde Micro sign Latin small letter thorn Latin capital letter THORN Latin capital letter U with acute Latin capital letter U with circumflex Latin capital letter U with grave Latin small letter y with acute Latin capital letter Y with acute Macron Acute accent Soft hyphen Plus-minus sign Double low line Vulgar fraction three quarters Pilcrow sign Section sign Division sign Cedilla Degree sign Diaeresis Middle dot Superscript one Superscript three Superscript two Black square No-break space Intermec Fingerprint v8.xx — Font Reference Manual Chapter 3 — Character Sets MS-DOS Greek 1 Character Set Glyph ASCII dec. ASCII hex Unicode hex Unicode name 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050 051 052 053 054 055 056 057 058 059 060 061 062 063 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0A 0x0B 0x0C 0x0D 0x0E 0x0F 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1A 0x1B 0x1C 0x1D 0x1E 0x1F 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2A 0x2B 0x2C 0x2D 0x2E 0x2F 0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39 0x3A 0x3B 0x3C 0x3D 0x3E 0x3F 0x0000 0x0001 0x0002 0x0003 0x0004 0x0005 0x0006 0x0007 0x0008 0x0009 0x000A 0x000B 0x000C 0x000D 0x000E 0x000F 0x0010 0x0011 0x0012 0x0013 0x0014 0x0015 0x0016 0x0017 0x0018 0x0019 0x001A 0x001B 0x001C 0x001D 0x001E 0x001F 0x0020 0x0021 0x0022 0x0023 0x0024 0x0025 0x0026 0x0027 0x0028 0x0029 0x002A 0x002B 0x002C 0x002D 0x002E 0x002F 0x0030 0x0031 0x0032 0x0033 0x0034 0x0035 0x0036 0x0037 0x0038 0x0039 0x003A 0x003B 0x003C 0x003D 0x003E 0x003F Null Start of heading Start of text End of text End of transmission Enquiry Acknowledge Bell Backspace Horizontal tabulation Line feed Vertical tabulation Form feed Carriage return Shift out Shift in Data link escape Device control one Device control two Device control three Device control four Negative acknowledge Synchronous idle End of transmission block Cancel End of medium Substitute Escape File separator Group separator Record separator Unit separator Space Exclamation mark Quotation mark Number sign Dollar sign Percent sign Ampersand Apostrophe Left parenthesis Right parenthesis Asterisk Plus sign Comma Hyphen-Minus Full stop Solidus Digit zero Digit one Digit two Digit three Digit four Digit five Digit six Digit seven Digit eight Digit nine Colon Semicolon Less-than sign Equals sign Greater-than sign Question mark ! " # $ % & ' ( ) * + , . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? Intermec Fingerprint v8.xx — Font Reference Manual NASC 851 Glyph ASCII dec. @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ 064 065 066 067 068 069 070 071 072 073 074 075 076 077 078 079 080 081 082 083 084 085 086 087 088 089 090 091 092 093 094 095 096 097 098 099 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 ASCII hex Unicode hex Unicode name 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49 0x4A 0x4B 0x4C 0x4D 0x4E 0x4F 0x50 0x51 0x52 0x53 0x54 0x55 0x56 0x57 0x58 0x59 0x5A 0x5B 0x5C 0x5D 0x5E 0x5F 0x60 0x61 0x62 0x63 0x64 0x65 0x66 0x67 0x68 0x69 0x6A 0x6B 0x6C 0x6D 0x6E 0x6F 0x70 0x71 0x72 0x73 0x74 0x75 0x76 0x77 0x78 0x79 0x7A 0x7B 0x7C 0x7D 0x7E 0x7F 0x0040 0x0041 0x0042 0x0043 0x0044 0x0045 0x0046 0x0047 0x0048 0x0049 0x004A 0x004B 0x004C 0x004D 0x004E 0x004F 0x0050 0x0051 0x0052 0x0053 0x0054 0x0055 0x0056 0x0057 0x0058 0x0059 0x005A 0x005B 0x005C 0x005D 0x005E 0x005F 0x0060 0x0061 0x0062 0x0063 0x0064 0x0065 0x0066 0x0067 0x0068 0x0069 0x006A 0x006B 0x006C 0x006D 0x006E 0x006F 0x0070 0x0071 0x0072 0x0073 0x0074 0x0075 0x0076 0x0077 0x0078 0x0079 0x007A 0x007B 0x007C 0x007D 0x007E 0x007F Commercial at Latin capital letter A Latin capital letter B Latin capital letter C Latin capital letter D Latin capital letter E Latin capital letter F Latin capital letter G Latin capital letter H Latin capital letter I Latin capital letter J Latin capital letter K Latin capital letter L Latin capital letter M Latin capital letter N Latin capital letter O Latin capital letter P Latin capital letter Q Latin capital letter R Latin capital letter S Latin capital letter T Latin capital letter U Latin capital letter V Latin capital letter W Latin capital letter X Latin capital letter Y Latin capital letter Z Left square bracket Reverse solidus Right square bracket Circumflex accent Low line Grave accent Latin small letter a Latin small letter b Latin small letter c Latin small letter d Latin small letter e Latin small letter f Latin small letter g Latin small letter h Latin small letter i Latin small letter j Latin small letter k Latin small letter l Latin small letter m Latin small letter n Latin small letter o Latin small letter p Latin small letter q Latin small letter r Latin small letter s Latin small letter t Latin small letter u Latin small letter v Latin small letter w Latin small letter x Latin small letter y Latin small letter z Left curly bracket Vertical line Right curly bracket Tilde Delete 39 Chapter 3 — Character Sets MS-DOS Greek 1 Character Set, cont. Glyph ASCII dec. Ç ü é â ä à Ά ç ê ë è ï î Έ Ä Ή Ί □ Ό ô ö Ύ û ù Ώ Ö Ü ά £ έ ή ί ϊ ΐ ό ύ Α Β Γ Δ Ε Ζ Η ½ θ Ι « » ░ ▒ ▓ │ ┤ Κ Λ Μ Ν ╣ ║ ╗ ╝ Ξ Ο ┐ 40 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 ASCII hex Unicode hex Unicode name 0x80 0x81 0x82 0x83 0x84 0x85 0x86 0x87 0x88 0x89 0x8A 0x8B 0x8C 0x8D 0x8E 0x8F 0x90 0x91 0x92 0x93 0x94 0x95 0x96 0x97 0x98 0x99 0x9A 0x9B 0x9C 0x9D 0x9E 0x9F 0xA0 0xA1 0xA2 0xA3 0xA4 0xA5 0xA6 0xA7 0xA8 0xA9 0xAA 0xAB 0xAC 0xAD 0xAE 0xAF 0xB0 0xB1 0xB2 0xB3 0xB4 0xB5 0xB6 0xB7 0xB8 0xB9 0xBA 0xBB 0xBC 0xBD 0xBE 0xBF 0x00C7 0x00FC 0x00E9 0x00E2 0x00E4 0x00E0 0x0386 0x00E7 0x00EA 0x00EB 0x00E8 0x00EF 0x00EE 0x0388 0x00C4 0x0389 0x038A 0x0000 0x038C 0x00F4 0x00F6 0x038E 0x00FB 0x00F9 0x038F 0x00D6 0x00DC 0x03AC 0x00A3 0x03AD 0x03AE 0x03AF 0x03CA 0x0390 0x03CC 0x03CD 0x0391 0x0392 0x0393 0x0394 0x0395 0x0396 0x0397 0x00BD 0x0398 0x0399 0x00AB 0x00BB 0x2591 0x2592 0x2593 0x2502 0x2524 0x039A 0x039B 0x039C 0x039D 0x2563 0x2551 0x2557 0x255D 0x039E 0x039F 0x2510 Latin capital letter C with cedilla Latin small letter u with diaeresis Latin small letter e with acute Latin small letter a with circumflex Latin small letter a with diaeresis Latin small letter a with grave Greek capital letter ALPHA with tonos Latin small letter c with cedilla Latin small letter e with circumflex Latin small letter e with diaeresis Latin small letter e with grave Latin small letter i with diaeresis Latin small letter i with circumflex Greek capital letter EPSILON with tonos Latin capital letter A with diaeresis Greek capital letter ETA with tonos Greek capital letter IOTA with tonos Undefined Greek capital letter OMICRON with tonos Latin small letter o with circumflex Latin small letter o with diaeresis Greek capital letter UPSILON with tonos Latin small letter u with circumflex Latin small letter u with grave Greek capital letter OMEGA with tonos Latin capital letter O with diaeresis Latin capital letter U with diaeresis Greek small letter alpha with tonos Pound sign Greek small letter epsilon with tonos Greek small letter eta with tonos Greek small letter iota with tonos Greek small letter iota w dialytika Greek small letter iota w dialytika and tonos Greek small letter omicron with tonos Greek small letter upsilon with tonos Greek capital letter ALPHA Greek capital letter BETA Greek capital letter GAMMA Greek capital letter DELTA Greek capital letter EPSILON Greek capital letter ZETA Greek capital letter ETA Vulgar fraction one half Greek capital letter THETA Greek capital letter IOTA Left-pointing double angle quotation mark Left-pointing double angle quotation mark Light shade Medium shade Dark shade Box drawings light vertical Box drawings light vertical and left Greek capital letter KAPPA Greek capital letter LAMDA Greek capital letter MU Greek capital letter NU Box drawings double vertical and left Box drawings double vertical Box drawings double down and left Box drawings double up and left Greek capital letter XI Greek capital letter OMICRON Box drawings light down and left NASC 851 Glyph ASCII dec. └ ┴ ┬ ├ ─ ┼ Π Ρ ╚ ╔ ╩ ╦ ╠ ═ ╬ Σ Τ Υ Φ Χ Ψ Ω α β γ ┘ ┌ █ ▄ δ ε ▀ ζ η θ ι κ λ µ ν ξ ο π ρ σ ς τ ´ ± υ φ χ § ψ ˛ ° ¨ ω ϋ ΰ ώ ■ 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 ASCII hex Unicode hex Unicode name 0xC0 0xC1 0xC2 0xC3 0xC4 0xC5 0xC6 0xC7 0xC8 0xC9 0xCA 0xCB 0xCC 0xCD 0xCE 0xCF 0xD0 0xD1 0xD2 0xD3 0xD4 0xD5 0xD6 0xD7 0xD8 0xD9 0xDA 0xDB 0xDC 0xDD 0xDE 0xDF 0xE0 0xE1 0xE2 0xE3 0xE4 0xE5 0xE6 0xE7 0xE8 0xE9 0xEA 0xEB 0xEC 0xED 0xEE 0xEF 0xF0 0xF1 0xF2 0xF3 0xF4 0xF5 0xF6 0xF7 0xF8 0xF9 0xFA 0xFB 0xFC 0xFD 0xFE 0xFF 0x2514 0x2534 0x252C 0x251C 0x2500 0x253C 0x03A0 0x03A1 0x255A 0x2554 0x2569 0x2566 0x2560 0x2550 0x256C 0x03A3 0x03A4 0x03A5 0x03A6 0x03A7 0x03A8 0x03A9 0x03B1 0x03B2 0x03B3 0x2518 0x250C 0x2588 0x2584 0x03B4 0x03B5 0x2580 0x03B6 0x03B7 0x03B8 0x03B9 0x03BA 0x03BB 0x03BC 0x03BD 0x03BE 0x03BF 0x03C0 0x03C1 0x03C3 0x03C2 0x03C4 0x00B4 0x00AD 0x00B1 0x03C5 0x03C6 0x03C7 0x00A7 0x03C8 0x00B8 0x00B0 0x00A8 0x03C9 0x03CB 0x03B0 0x03CE 0x25A0 0x00A0 Box drawings light up and right Box drawings light up and horizontal Box drawings light down and horizontal Box drawings light vertical and right Box drawings light horizontal Box drawings light vertical and horizontal Greek capital letter PI Greek capital letter RHO Box drawings double up and right Box drawings double down and right Box drawings double up and horizontal Box drawings double down and horizontal Box drawings double vertical and right Box drawings double horizontal Box drawings double vertical and horizontal Greek capital letter SIGMA Greek capital letter TAU Greek capital letter UPSILON Greek capital letter PHI Greek capital letter CHI Greek capital letter PSI Greek capital letter OMEGA Greek small letter alpha Greek small letter beta Greek small letter gamma Box drawings light up and left Box drawings light down and right Full block Lower half block Greek small letter delta Greek small letter epsilon Upper half block Greek small letter zeta Greek small letter eta Greek small letter theta Greek small letter ioya Greek small letter kappa Greek small letter lamda Greek small letter mu Greek small letter nu Greek small letter xi Greek small letter omicron Greek small letter pi Greek small letter rho Greek small letter sigma Greek small letter final sigma Greek small letter tau Acute accent Soft hyphen Plus-minus sign Greek small letter upsilon Greek small letter phi Greek small letter chi Section sign Greek small letter psi Cedilla Degree sign Diaeresis Greek small letter omega Greek small letter upsilon with dialytika Greek small letter upsilon w dialytika and tonos Greek small letter omega with tonos Black square No-break space Intermec Fingerprint v8.xx — Font Reference Manual Chapter 3 — Character Sets MS-DOS Latin 2 Character Set Glyph ASCII dec. ASCII hex Unicode hex Unicode name 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050 051 052 053 054 055 056 057 058 059 060 061 062 063 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0A 0x0B 0x0C 0x0D 0x0E 0x0F 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1A 0x1B 0x1C 0x1D 0x1E 0x1F 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2A 0x2B 0x2C 0x2D 0x2E 0x2F 0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39 0x3A 0x3B 0x3C 0x3D 0x3E 0x3F 0x0000 0x0001 0x0002 0x0003 0x0004 0x0005 0x0006 0x0007 0x0008 0x0009 0x000A 0x000B 0x000C 0x000D 0x000E 0x000F 0x0010 0x0011 0x0012 0x0013 0x0014 0x0015 0x0016 0x0017 0x0018 0x0019 0x001A 0x001B 0x001C 0x001D 0x001E 0x001F 0x0020 0x0021 0x0022 0x0023 0x0024 0x0025 0x0026 0x0027 0x0028 0x0029 0x002A 0x002B 0x002C 0x002D 0x002E 0x002F 0x0030 0x0031 0x0032 0x0033 0x0034 0x0035 0x0036 0x0037 0x0038 0x0039 0x003A 0x003B 0x003C 0x003D 0x003E 0x003F Null Start of heading Start of text End of text End of transmission Enquiry Acknowledge Bell Backspace Horizontal tabulation Line feed Vertical tabulation Form feed Carriage return Shift out Shift in Data link escape Device control one Device control two Device control three Device control four Negative acknowledge Synchronous idle End of transmission block Cancel End of medium Substitute Escape File separator Group separator Record separator Unit separator Space Exclamation mark Quotation mark Number sign Dollar sign Percent sign Ampersand Apostrophe Left parenthesis Right parenthesis Asterisk Plus sign Comma Hyphen-Minus Full stop Solidus Digit zero Digit one Digit two Digit three Digit four Digit five Digit six Digit seven Digit eight Digit nine Colon Semicolon Less-than sign Equals sign Greater-than sign Question mark ! " # $ % & ' ( ) * + , . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? Intermec Fingerprint v8.xx — Font Reference Manual NASC 852 Glyph ASCII dec. @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ 064 065 066 067 068 069 070 071 072 073 074 075 076 077 078 079 080 081 082 083 084 085 086 087 088 089 090 091 092 093 094 095 096 097 098 099 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 ASCII hex Unicode hex Unicode name 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49 0x4A 0x4B 0x4C 0x4D 0x4E 0x4F 0x50 0x51 0x52 0x53 0x54 0x55 0x56 0x57 0x58 0x59 0x5A 0x5B 0x5C 0x5D 0x5E 0x5F 0x60 0x61 0x62 0x63 0x64 0x65 0x66 0x67 0x68 0x69 0x6A 0x6B 0x6C 0x6D 0x6E 0x6F 0x70 0x71 0x72 0x73 0x74 0x75 0x76 0x77 0x78 0x79 0x7A 0x7B 0x7C 0x7D 0x7E 0x7F 0x0040 0x0041 0x0042 0x0043 0x0044 0x0045 0x0046 0x0047 0x0048 0x0049 0x004A 0x004B 0x004C 0x004D 0x004E 0x004F 0x0050 0x0051 0x0052 0x0053 0x0054 0x0055 0x0056 0x0057 0x0058 0x0059 0x005A 0x005B 0x005C 0x005D 0x005E 0x005F 0x0060 0x0061 0x0062 0x0063 0x0064 0x0065 0x0066 0x0067 0x0068 0x0069 0x006A 0x006B 0x006C 0x006D 0x006E 0x006F 0x0070 0x0071 0x0072 0x0073 0x0074 0x0075 0x0076 0x0077 0x0078 0x0079 0x007A 0x007B 0x007C 0x007D 0x007E 0x007F Commercial at Latin capital letter A Latin capital letter B Latin capital letter C Latin capital letter D Latin capital letter E Latin capital letter F Latin capital letter G Latin capital letter H Latin capital letter I Latin capital letter J Latin capital letter K Latin capital letter L Latin capital letter M Latin capital letter N Latin capital letter O Latin capital letter P Latin capital letter Q Latin capital letter R Latin capital letter S Latin capital letter T Latin capital letter U Latin capital letter V Latin capital letter W Latin capital letter X Latin capital letter Y Latin capital letter Z Left square bracket Reverse solidus Right square bracket Circumflex accent Low line Grave accent Latin small letter a Latin small letter b Latin small letter c Latin small letter d Latin small letter e Latin small letter f Latin small letter g Latin small letter h Latin small letter i Latin small letter j Latin small letter k Latin small letter l Latin small letter m Latin small letter n Latin small letter o Latin small letter p Latin small letter q Latin small letter r Latin small letter s Latin small letter t Latin small letter u Latin small letter v Latin small letter w Latin small letter x Latin small letter y Latin small letter z Left curly bracket Vertical line Right curly bracket Tilde Delete 41 Chapter 3 — Character Sets MS-DOS Latin 2 Character Set, cont. Glyph ASCII dec. Ç ü é â ä ů ć ç ł ë Ő ő î Ź Ä Ć É Ĺ ĺ ô ö Ľ ľ Ś ś Ö Ü Ť ť Ł × č á í ó ú Ą ą Ž ž Ę ę ¬ ź Č ş « » ░ ▒ ▓ │ ┤ Á Â Ě Ş ╣ ║ ╗ ╝ Ż ż ┐ 42 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 ASCII hex Unicode hex Unicode name 0x80 0x81 0x82 0x83 0x84 0x85 0x86 0x87 0x88 0x89 0x8A 0x8B 0x8C 0x8D 0x8E 0x8F 0x90 0x91 0x92 0x93 0x94 0x95 0x96 0x97 0x98 0x99 0x9A 0x9B 0x9C 0x9D 0x9E 0x9F 0xA0 0xA1 0xA2 0xA3 0xA4 0xA5 0xA6 0xA7 0xA8 0xA9 0xAA 0xAB 0xAC 0xAD 0xAE 0xAF 0xB0 0xB1 0xB2 0xB3 0xB4 0xB5 0xB6 0xB7 0xB8 0xB9 0xBA 0xBB 0xBC 0xBD 0xBE 0xBF 0x00C7 0x00FC 0x00E9 0x00E2 0x00E4 0x016F 0x0107 0x00E7 0x0142 0x00EB 0x0150 0x0151 0x00EE 0x0179 0x00C4 0x0106 0x00C9 0x0139 0x013A 0x00F4 0x00F6 0x013D 0x013E 0x015A 0x015B 0x00D6 0x00DC 0x0164 0x0165 0x0141 0x00D7 0x010D 0x00E1 0x00ED 0x00F3 0x00FA 0x0104 0x0105 0x017D 0x017E 0x0118 0x0119 0x00AC 0x017A 0x010C 0x015F 0x00AB 0x00BB 0x2591 0x2592 0x2593 0x2502 0x2524 0x00C1 0x00C2 0x011A 0x015E 0x2563 0x2551 0x2557 0x255D 0x017B 0x017C 0x2510 Latin capital letter C with cedilla Latin small letter u with diaeresis Latin small letter e with acute Latin small letter a with circumflex Latin small letter a with diaeresis Latin small letter u with ring above Latin small letter c with acute Latin small letter c with cedilla Latin small letter l with stroke Latin small letter e with diaeresis Latin capital letter O with double acute Latin small letter o with double acute Latin small letter i with circumflex Latin small letter Z with acute Latin capital letter A with diaeresis Latin capital letter C with acute Latin capital letter E with acute Latin capital letter L with acute Latin small letter l with acute Latin small letter o with circumflex Latin small letter o with diaeresis Latin capital letter L with caron Latin small letter l with caron Latin capital letter S with acute Latin small letter s with acute Latin capital letter O with diaeresis Latin capital letter U with diaeresis Latin capital letter T with caron Latin small letter t with caron Latin capital letter L with stroke Multiplication sign Latin small letter c with caron Latin small letter a with acute Latin small letter i with acute Latin small letter o with acute Latin small letter u with acute Latin capital letter A with ogonek Latin small letter a with ogonek Latin capital letter Z with caron Latin small letter z with caron Latin capital letter E with ogonek Latin small letter e with ogonek Not sign Latin small letter z with acute Latin capital letter C with caron Latin small letter s with cedilla Left-pointing double angle quotation mark Right-pointing double angle quotation mark Light shade Medium shade Dark shade Box drawings light vertical Box drawings light vertical and left Latin capital letter A with acute Latin capital letter A with circumflex Latin capital letter E with caron Latin capital letter S with cedilla Box drawings double vertical and left Box drawings double vertical Box drawings double down and left Box drawings double up and left Latin capital letter Z with dot above Latin small letter z with dot above Box drawings light down and left NASC 852 Glyph ASCII dec. └ ┴ ┬ ├ ─ ┼ Ă ă ╚ ╔ ╩ ╦ ╠ ═ ╬ ¤ đ Ð Ď Ë ď Ň Í Î ě ┘ ┌ █ ▄ Ţ Ů ▀ Ó ß Ô Ń ń ň Š š Ŕ Ú ŕ Ű ý Ý ţ ´ ˝ ˛ ˇ ˘ § ÷ ¸ ° ¨ ˚ ű Ř ř ■ 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 ASCII hex Unicode hex Unicode name 0xC0 0xC1 0xC2 0xC3 0xC4 0xC5 0xC6 0xC7 0xC8 0xC9 0xCA 0xCB 0xCC 0xCD 0xCE 0xCF 0xD0 0xD1 0xD2 0xD3 0xD4 0xD5 0xD6 0xD7 0xD8 0xD9 0xDA 0xDB 0xDC 0xDD 0xDE 0xDF 0xE0 0xE1 0xE2 0xE3 0xE4 0xE5 0xE6 0xE7 0xE8 0xE9 0xEA 0xEB 0xEC 0xED 0xEE 0xEF 0xF0 0xF1 0xF2 0xF3 0xF4 0xF5 0xF6 0xF7 0xF8 0xF9 0xFA 0xFB 0xFC 0xFD 0xFE 0xFF 0x2514 0x2534 0x252C 0x251C 0x2500 0x253C 0x0102 0x0103 0x255A 0x2554 0x2569 0x2566 0x2560 0x2550 0x256C 0x00A4 0x0111 0x0110 0x010E 0x00CB 0x010F 0x0147 0x00CD 0x00CE 0x011B 0x2518 0x250C 0x2588 0x2584 0x0162 0x016E 0x2580 0x00D3 0x00DF 0x00D4 0x0143 0x0144 0x0148 0x0160 0x0161 0x0154 0x00DA 0x0155 0x0170 0x00FD 0x00DD 0x0163 0x00B4 0x00AD 0x02DD 0x02DB 0x02CF 0x02D8 0x00A7 0x00F7 0x00B8 0x00B0 0x00A8 0x02D9 0x0171 0x0158 0x0159 0x25A0 0x00A0 Box drawings light up and right Box drawings light up and horizontal Box drawings light down and horizontal Box drawings light vertical and right Box drawings light horizontal Box drawings light vertical and horizontal Latin captial letter A with breve Latin capital letter A with breve Box drawings double up and right Box drawings double down and right Box drawings double up and horizontal Box drawings double down and horizontal Box drawings double vertical and right Box drawings double horizontal Box drawings double vertical and horizontal Currency sign Latin small letter d with stroke Latin capital letter D with stroke Latin capital letter D with caron Latin capital letter E with diaeresis Latin small letter d with caron Latin capital letter N with caron Latin capital letter I with acute Latin capital letter I with circumflex Latin small letter e with caron Box drawings light up and left Box drawings light down and right Full block Lower half block Latin capital letter T with cedilla Latin capital letter U with ring above Upper half block Latin capital letter O with acute Latin small letter sharp s Latin capital letter O with circumflex Latin capital letter N with acute Latin small letter n with acute Latin small letter n with caron Latin capital letter S with caron Latin small letter s with caron Latin capital letter R with acute Latin capital letter U with acute Latin small letter r with acute Latin capital letter U with double acute Latin small letter y with acute Latin capital letter Y with acute Latin small letter t with cedilla Acute accent Soft hyphen Double acute accent Ogonek Caron Breve Section sign Division sign Cedilla Degree sign Diaeresis Dot above Latin small letter u with double acute Latin capital letter R with caron Latin small letter r with caron Black square No-break space Intermec Fingerprint v8.xx — Font Reference Manual Chapter 3 — Character Sets MS-DOS Cyrillic Character Set Glyph ASCII dec. ASCII hex Unicode hex Unicode name 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050 051 052 053 054 055 056 057 058 059 060 061 062 063 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0A 0x0B 0x0C 0x0D 0x0E 0x0F 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1A 0x1B 0x1C 0x1D 0x1E 0x1F 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2A 0x2B 0x2C 0x2D 0x2E 0x2F 0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39 0x3A 0x3B 0x3C 0x3D 0x3E 0x3F 0x0000 0x0001 0x0002 0x0003 0x0004 0x0005 0x0006 0x0007 0x0008 0x0009 0x000A 0x000B 0x000C 0x000D 0x000E 0x000F 0x0010 0x0011 0x0012 0x0013 0x0014 0x0015 0x0016 0x0017 0x0018 0x0019 0x001A 0x001B 0x001C 0x001D 0x001E 0x001F 0x0020 0x0021 0x0022 0x0023 0x0024 0x0025 0x0026 0x0027 0x0028 0x0029 0x002A 0x002B 0x002C 0x002D 0x002E 0x002F 0x0030 0x0031 0x0032 0x0033 0x0034 0x0035 0x0036 0x0037 0x0038 0x0039 0x003A 0x003B 0x003C 0x003D 0x003E 0x003F Null Start of heading Start of text End of text End of transmission Enquiry Acknowledge Bell Backspace Horizontal tabulation Line feed Vertical tabulation Form feed Carriage return Shift out Shift in Data link escape Device control one Device control two Device control three Device control four Negative acknowledge Synchronous idle End of transmission block Cancel End of medium Substitute Escape File separator Group separator Record separator Unit separator Space Exclamation mark Quotation mark Number sign Dollar sign Percent sign Ampersand Apostrophe Left parenthesis Right parenthesis Asterisk Plus sign Comma Hyphen-Minus Full stop Solidus Digit zero Digit one Digit two Digit three Digit four Digit five Digit six Digit seven Digit eight Digit nine Colon Semicolon Less-than sign Equals sign Greater-than sign Question mark ! " # $ % & ' ( ) * + , . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? Intermec Fingerprint v8.xx — Font Reference Manual NASC 855 Glyph ASCII dec. @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ 064 065 066 067 068 069 070 071 072 073 074 075 076 077 078 079 080 081 082 083 084 085 086 087 088 089 090 091 092 093 094 095 096 097 098 099 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 ASCII hex Unicode hex Unicode name 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49 0x4A 0x4B 0x4C 0x4D 0x4E 0x4F 0x50 0x51 0x52 0x53 0x54 0x55 0x56 0x57 0x58 0x59 0x5A 0x5B 0x5C 0x5D 0x5E 0x5F 0x60 0x61 0x62 0x63 0x64 0x65 0x66 0x67 0x68 0x69 0x6A 0x6B 0x6C 0x6D 0x6E 0x6F 0x70 0x71 0x72 0x73 0x74 0x75 0x76 0x77 0x78 0x79 0x7A 0x7B 0x7C 0x7D 0x7E 0x7F 0x0040 0x0041 0x0042 0x0043 0x0044 0x0045 0x0046 0x0047 0x0048 0x0049 0x004A 0x004B 0x004C 0x004D 0x004E 0x004F 0x0050 0x0051 0x0052 0x0053 0x0054 0x0055 0x0056 0x0057 0x0058 0x0059 0x005A 0x005B 0x005C 0x005D 0x005E 0x005F 0x0060 0x0061 0x0062 0x0063 0x0064 0x0065 0x0066 0x0067 0x0068 0x0069 0x006A 0x006B 0x006C 0x006D 0x006E 0x006F 0x0070 0x0071 0x0072 0x0073 0x0074 0x0075 0x0076 0x0077 0x0078 0x0079 0x007A 0x007B 0x007C 0x007D 0x007E 0x007F Commercial at Latin capital letter A Latin capital letter B Latin capital letter C Latin capital letter D Latin capital letter E Latin capital letter F Latin capital letter G Latin capital letter H Latin capital letter I Latin capital letter J Latin capital letter K Latin capital letter L Latin capital letter M Latin capital letter N Latin capital letter O Latin capital letter P Latin capital letter Q Latin capital letter R Latin capital letter S Latin capital letter T Latin capital letter U Latin capital letter V Latin capital letter W Latin capital letter X Latin capital letter Y Latin capital letter Z Left square bracket Reverse solidus Right square bracket Circumflex accent Low line Grave accent Latin small letter a Latin small letter b Latin small letter c Latin small letter d Latin small letter e Latin small letter f Latin small letter g Latin small letter h Latin small letter i Latin small letter j Latin small letter k Latin small letter l Latin small letter m Latin small letter n Latin small letter o Latin small letter p Latin small letter q Latin small letter r Latin small letter s Latin small letter t Latin small letter u Latin small letter v Latin small letter w Latin small letter x Latin small letter y Latin small letter z Left curly bracket Vertical line Right curly bracket Tilde Delete 43 Chapter 3 — Character Sets MS-DOS Cyrillic Character Set, cont. Glyph ASCII dec. ђ Ђ ѓ Ѓ ё Ё є Є ѕ Ѕ i I ї Ї j J љ Љ њ Њ ћ Ћ ќ Ќ ў Ў џ Џ ю Ю ъ Ъ a A б Б ц Ц д Д е E ф Ф г Г « » ░ ▒ ▓ │ ┤ х X и И ╣ ║ ╗ ╝ й Й ┐ 44 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 ASCII hex Unicode hex Unicode name 0x80 0x81 0x82 0x83 0x84 0x85 0x86 0x87 0x88 0x89 0x8A 0x8B 0x8C 0x8D 0x8E 0x8F 0x90 0x91 0x92 0x93 0x94 0x95 0x96 0x97 0x98 0x99 0x9A 0x9B 0x9C 0x9D 0x9E 0x9F 0xA0 0xA1 0xA2 0xA3 0xA4 0xA5 0xA6 0xA7 0xA8 0xA9 0xAA 0xAB 0xAC 0xAD 0xAE 0xAF 0xB0 0xB1 0xB2 0xB3 0xB4 0xB5 0xB6 0xB7 0xB8 0xB9 0xBA 0xBB 0xBC 0xBD 0xBE 0xBF 0x0452 0x0402 0x0453 0x0403 0x0451 0x0401 0x0454 0x0404 0x0455 0x0405 0x0456 0x0406 0x0457 0x0407 0x0458 0x0408 0x0459 0x0409 0x045A 0x040A 0x045B 0x040B 0x045C 0x040C 0x045E 0x040E 0x045F 0x040F 0x044E 0x042E 0x044A 0x042A 0x0430 0x0410 0x0431 0x0411 0x0446 0x0426 0x0434 0x0414 0x0435 0x0415 0x0444 0x0424 0x0433 0x0413 0x00AB 0x00BB 0x2591 0x2592 0x2593 0x2502 0x2524 0x0445 0x0425 0x0438 0x0418 0x2563 0x2551 0x2557 0x255D 0x0439 0x0419 0x2510 Cyrillic small letter dje Cyrillic capital letter DJE Cyrillic small letter gje Cyrillic capital letter GJE Cyrillic small letter io Cyrillic capital letter IO Cyrillic small letter Ukrainian ie Cyrillic capital letter Ukrainian IE Cyrillic small letter dze Cyrillic capital letter DZE Cyrillic small letter Byelorussian/Ukrainian i Cyrillic capital letter Byelorussian/Ukrainian I Cyrillic small letter yi Cyrillic capital letter YI Cyrillic small letter je Cyrillic capital letter JE Cyrillic small letter lje Cyrillic capital letter LJE Cyrillic small letter nje Cyrillic capital letter NJE Cyrillic small letter tshe Cyrillic capital letter TSHE Cyrillic small letter kje Cyrillic capital letter KJE Cyrillic small letter short u Cyrillic capital letter short U Cyrillic small letter dzhe Cyrillic capital letter DZHE Cyrillic small letter yu Cyrillic capital letter YU Cyrillic small letter hard sign Cyrillic capital letter HARD SIGN Cyrillic small letter a Cyrillic capital letter A Cyrillic small letter be Cyrillic capital letter BE Cyrillic small letter tse Cyrillic capital letter TSE Cyrillic small letter de Cyrillic capital letter DE Cyrillic small letter ie Cyrillic capital letter IE Cyrillic small letter ef Cyrillic capital letter EF Cyrillic small letter ghe Cyrillic capital letter GHE Left-pointing double angle quotation mark Right-pointing double angle quotation mark Light shade Medium shade Dark shade Box drawings light vertical Box drawings light vertical and left Cyrillic small letter ha Cyrillic capital letter HA Cyrillic small letter i Cyrillic capital letter I Box drawings double vertical and left Box drawings double vertical Box drawings double down and left Box drawings double up and left Cyrillic small letter short i Cyrillic capital letter short I Box drawings light down and left NASC 855 Glyph ASCII dec. └ ┴ ┬ ├ ─ ┼ к К ╚ ╔ ╩ ╦ ╠ ═ ╬ ¤ л Л м М н Н о О п ┘ ┌ █ ▄ П я ▀ Я р P c C т T у У ж Ж в В ь Ь № ы Ы з З ш Ш э Э щ Щ ч Ч § ■ 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 ASCII hex Unicode hex Unicode name 0xC0 0xC1 0xC2 0xC3 0xC4 0xC5 0xC6 0xC7 0xC8 0xC9 0xCA 0xCB 0xCC 0xCD 0xCE 0xCF 0xD0 0xD1 0xD2 0xD3 0xD4 0xD5 0xD6 0xD7 0xD8 0xD9 0xDA 0xDB 0xDC 0xDD 0xDE 0xDF 0xE0 0xE1 0xE2 0xE3 0xE4 0xE5 0xE6 0xE7 0xE8 0xE9 0xEA 0xEB 0xEC 0xED 0xEE 0xEF 0xF0 0xF1 0xF2 0xF3 0xF4 0xF5 0xF6 0xF7 0xF8 0xF9 0xFA 0xFB 0xFC 0xFD 0xFE 0xFF 0x2514 0x2534 0x252C 0x251C 0x2500 0x253C 0x043A 0x00C3 0x255A 0x2554 0x2569 0x2566 0x2560 0x2550 0x256C 0x00A4 0x043B 0x041B 0x043C 0x041C 0x043D 0x041D 0x043E 0x041E 0x043F 0x2518 0x250C 0x2588 0x2584 0x041F 0x044F 0x2580 0x042F 0x0440 0x0420 0x0441 0x0421 0x0442 0x0422 0x0443 0x0423 0x0436 0x0416 0x0432 0x0412 0x044C 0x042C 0x2116 0x00AD 0x044B 0x042B 0x0437 0x0417 0x0448 0x0428 0x044D 0x042D 0x0449 0x0429 0x0447 0x0427 0x00A7 0x25A0 0x00A0 Box drawings light up and right Box drawings light up and horizontal Box drawings light down and horizontal Box drawings light vertical and right Box drawings light horizontal Box drawings light vertical and horizontal Cyrillic small letter ka Cyrillic capital letter KA Box drawings double up and right Box drawings double down and right Box drawings double up and horizontal Box drawings double down and horizontal Box drawings double vertical and right Box drawings double horizontal Box drawings double vertical and horizontal Currency sign Cyrillic small letter el Cyrillic capital letter EL Cyrillic small letter em Cyrillic capital letter EM Cyrillic small letter en Cyrillic capital letter EN Cyrillic small letter o Cyrillic capital letter O Cyrillic small letter pe Box drawings light up and left Box drawings light down and right Full block Lower half block Cyrillic capital letter PE Cyrillic small letter ya Upper half block Cyrillic capital letter YA Cyrillic small letter er Cyrillic capital letter ER Cyrillic small letter es Cyrillic capital letter ES Cyrillic small letter te Cyrillic capital letter TE Cyrillic small letter u Cyrillic capital letter U Cyrillic small letter zhe Cyrillic capital letter ZHE Cyrillic small letter ve Cyrillic capital letter VE Cyrillic small letter soft sign Cyrillic capital letter SOFT SIGN Numero sign Soft hyphen Cyrillic small letter yeru Cyrillic capital letter YERU Cyrillic small letter ze Cyrillic capital letter ZE Cyrillic small letter sha Cyrillic capital letter SHA Cyrillic small letter e Cyrillic capital letter E Cyrillic small letter shcha Cyrillic capital letter SHCHA Cyrillic small letter che Cyrillic capital letter CHE Section sign Black square No-break space Intermec Fingerprint v8.xx — Font Reference Manual Chapter 3 — Character Sets MS-DOS Turkish Character Set Glyph ASCII dec. ASCII hex Unicode hex Unicode name 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050 051 052 053 054 055 056 057 058 059 060 061 062 063 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0A 0x0B 0x0C 0x0D 0x0E 0x0F 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1A 0x1B 0x1C 0x1D 0x1E 0x1F 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2A 0x2B 0x2C 0x2D 0x2E 0x2F 0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39 0x3A 0x3B 0x3C 0x3D 0x3E 0x3F 0x0000 0x0001 0x0002 0x0003 0x0004 0x0005 0x0006 0x0007 0x0008 0x0009 0x000A 0x000B 0x000C 0x000D 0x000E 0x000F 0x0010 0x0011 0x0012 0x0013 0x0014 0x0015 0x0016 0x0017 0x0018 0x0019 0x001A 0x001B 0x001C 0x001D 0x001E 0x001F 0x0020 0x0021 0x0022 0x0023 0x0024 0x0025 0x0026 0x0027 0x0028 0x0029 0x002A 0x002B 0x002C 0x002D 0x002E 0x002F 0x0030 0x0031 0x0032 0x0033 0x0034 0x0035 0x0036 0x0037 0x0038 0x0039 0x003A 0x003B 0x003C 0x003D 0x003E 0x003F Null Start of heading Start of text End of text End of transmission Enquiry Acknowledge Bell Backspace Horizontal tabulation Line feed Vertical tabulation Form feed Carriage return Shift out Shift in Data link escape Device control one Device control two Device control three Device control four Negative acknowledge Synchronous idle End of transmission block Cancel End of medium Substitute Escape File separator Group separator Record separator Unit separator Space Exclamation mark Quotation mark Number sign Dollar sign Percent sign Ampersand Apostrophe Left parenthesis Right parenthesis Asterisk Plus sign Comma Hyphen-Minus Full stop Solidus Digit zero Digit one Digit two Digit three Digit four Digit five Digit six Digit seven Digit eight Digit nine Colon Semicolon Less-than sign Equals sign Greater-than sign Question mark ! " # $ % & ' ( ) * + , . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? Intermec Fingerprint v8.xx — Font Reference Manual NASC 857 Glyph ASCII dec. @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ 064 065 066 067 068 069 070 071 072 073 074 075 076 077 078 079 080 081 082 083 084 085 086 087 088 089 090 091 092 093 094 095 096 097 098 099 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 ASCII hex Unicode hex Unicode name 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49 0x4A 0x4B 0x4C 0x4D 0x4E 0x4F 0x50 0x51 0x52 0x53 0x54 0x55 0x56 0x57 0x58 0x59 0x5A 0x5B 0x5C 0x5D 0x5E 0x5F 0x60 0x61 0x62 0x63 0x64 0x65 0x66 0x67 0x68 0x69 0x6A 0x6B 0x6C 0x6D 0x6E 0x6F 0x70 0x71 0x72 0x73 0x74 0x75 0x76 0x77 0x78 0x79 0x7A 0x7B 0x7C 0x7D 0x7E 0x7F 0x0040 0x0041 0x0042 0x0043 0x0044 0x0045 0x0046 0x0047 0x0048 0x0049 0x004A 0x004B 0x004C 0x004D 0x004E 0x004F 0x0050 0x0051 0x0052 0x0053 0x0054 0x0055 0x0056 0x0057 0x0058 0x0059 0x005A 0x005B 0x005C 0x005D 0x005E 0x005F 0x0060 0x0061 0x0062 0x0063 0x0064 0x0065 0x0066 0x0067 0x0068 0x0069 0x006A 0x006B 0x006C 0x006D 0x006E 0x006F 0x0070 0x0071 0x0072 0x0073 0x0074 0x0075 0x0076 0x0077 0x0078 0x0079 0x007A 0x007B 0x007C 0x007D 0x007E 0x007F Commercial at Latin capital letter A Latin capital letter B Latin capital letter C Latin capital letter D Latin capital letter E Latin capital letter F Latin capital letter G Latin capital letter H Latin capital letter I Latin capital letter J Latin capital letter K Latin capital letter L Latin capital letter M Latin capital letter N Latin capital letter O Latin capital letter P Latin capital letter Q Latin capital letter R Latin capital letter S Latin capital letter T Latin capital letter U Latin capital letter V Latin capital letter W Latin capital letter X Latin capital letter Y Latin capital letter Z Left square bracket Reverse solidus Right square bracket Circumflex accent Low line Grave accent Latin small letter a Latin small letter b Latin small letter c Latin small letter d Latin small letter e Latin small letter f Latin small letter g Latin small letter h Latin small letter i Latin small letter j Latin small letter k Latin small letter l Latin small letter m Latin small letter n Latin small letter o Latin small letter p Latin small letter q Latin small letter r Latin small letter s Latin small letter t Latin small letter u Latin small letter v Latin small letter w Latin small letter x Latin small letter y Latin small letter z Left curly bracket Vertical line Right curly bracket Tilde Delete 45 Chapter 3 — Character Sets MS-DOS Turkish Character Set, cont. Glyph ASCII dec. Ç ü é â ä à å ç ê ë è ï î ı Ä Å É æ Æ ô ö ò û ù İ Ö Ü ø £ Ø Ş ş á í ó ú ñ Ñ Ğ ğ ¿ ® ¬ ½ ¼ ¡ « » ░ ▒ ▓ │ ┤ Á  À © ╣ ║ ╗ ╝ ¢ ¥ ┐ 46 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 ASCII hex Unicode hex Unicode name 0x80 0x81 0x82 0x83 0x84 0x85 0x86 0x87 0x88 0x89 0x8A 0x8B 0x8C 0x8D 0x8E 0x8F 0x90 0x91 0x92 0x93 0x94 0x95 0x96 0x97 0x98 0x99 0x9A 0x9B 0x9C 0x9D 0x9E 0x9F 0xA0 0xA1 0xA2 0xA3 0xA4 0xA5 0xA6 0xA7 0xA8 0xA9 0xAA 0xAB 0xAC 0xAD 0xAE 0xAF 0xB0 0xB1 0xB2 0xB3 0xB4 0xB5 0xB6 0xB7 0xB8 0xB9 0xBA 0xBB 0xBC 0xBD 0xBE 0xBF 0x00C7 0x00FC 0x00E9 0x00E2 0x00E4 0x00E0 0x00E5 0x00E7 0x00EA 0x00EB 0x00E8 0x00EF 0x00EE 0x0131 0x00C4 0x00C5 0x00C9 0x00E6 0x00C6 0x00F4 0x00F6 0x00F2 0x00FB 0x00F9 0x0130 0x00D6 0x00DC 0x00F8 0x00A3 0x00D8 0x015E 0x015F 0x00E1 0x00ED 0x00F3 0x00FA 0x00F1 0x00D1 0x011E 0x011F 0x00BF 0x00AE 0x00AC 0x00BD 0x00BC 0x00A1 0x00AB 0x00BB 0x2591 0x2592 0x2593 0x2502 0x2524 0x00C1 0x00C2 0x00C0 0x00A9 0x2563 0x2551 0x2557 0x255D 0x00A2 0x00A5 0x2510 Latin capital letter C with cedilla Latin small letter u with diaeresis Latin small letter e with acute Latin small letter a with circumflex Latin small letter a with diaeresis Latin small letter a with grave Latin small letter a with ring above Latin small letter c with cedilla Latin small letter e with circumflex Latin small letter e with diaeresis Latin small letter e with grave Latin small letter i with diaeresis Latin small letter i with circumflex Latin small letter dotless i Latin capital letter A with diaeresis Latin capital letter A with ring above Latin capital letter E with acute Latin small ligature ae Latin capital ligature AE Latin small letter o with circumflex Latin small letter o with diaeresis Latin small letter o with grave Latin small letter u with circumflex Latin small letter u with grave Latin capital letter I with dot above Latin capital letter O with diaeresis Latin capital letter U with diaeresis Latin small letter o with stroke Pound sign Latin capital letter O with stroke Latin capital letter S with cedilla Latin small letter s with cedilla Latin small letter a with acute Latin small letter i with acute Latin small letter o with acute Latin small letter u with acute Latin small letter n with tilde Latin capital letter N with tilde Latin capital letter G with breve Latin small letter g with breve Inverted question mark Registered sign Not sign Vulgar fraction one half Vulgar fraction one quarter Inverted exclamation sign Left-pointing double angle quotation mark Right-pointing double angle quotation mark Light shade Medium shade Dark shade Box drawings light vertical Box drawings light vertical and left Latin capital letter A with acute Latin capital letter A with circumflex Latin capital letter A with grave Copyright sign Box drawings double vertical and left Box drawings double vertical Box drawings double down and left Box drawings double up and left Cent sign Yen sign Box drawings light down and left NASC 857 Glyph ASCII dec. └ ┴ ┬ ├ ─ ┼ ã à ╚ ╔ ╩ ╦ ╠ ═ ╬ ¤ º ª Ê Ë È Í Î Ï ┘ ┌ █ ▄ ¦ Ì ▀ Ó ß Ô Ò õ Õ µ □ × Ú Û Ù ì ÿ ¯ ´ ± □ ¾ ¶ § ÷ ˛ ° ¨ · 1 3 2 ■ 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 ASCII hex Unicode hex Unicode name 0xC0 0xC1 0xC2 0xC3 0xC4 0xC5 0xC6 0xC7 0xC8 0xC9 0xCA 0xCB 0xCC 0xCD 0xCE 0xCF 0xD0 0xD1 0xD2 0xD3 0xD4 0xD5 0xD6 0xD7 0xD8 0xD9 0xDA 0xDB 0xDC 0xDD 0xDE 0xDF 0xE0 0xE1 0xE2 0xE3 0xE4 0xE5 0xE6 0xE7 0xE8 0xE9 0xEA 0xEB 0xEC 0xED 0xEE 0xEF 0xF0 0xF1 0xF2 0xF3 0xF4 0xF5 0xF6 0xF7 0xF8 0xF9 0xFA 0xFB 0xFC 0xFD 0xFE 0xFF 0x2514 0x2534 0x252C 0x251C 0x2500 0x253C 0x00E3 0x00C3 0x255A 0x2554 0x2569 0x2566 0x2560 0x2550 0x256C 0x00A4 0x00BA 0x00AA 0x00CA 0x00CB 0x00C8 0x0000 0x00CD 0x00CE 0x00CF 0x2518 0x250C 0x2588 0x2584 0x00A6 0x00CC 0x2580 0x00D3 0x00DF 0x00D4 0x00D2 0x00F5 0x00D5 0x00B5 0x0000 0x00D7 0x00DA 0x00DB 0x00D9 0x00EC 0x00FF 0x00AF 0x00B4 0x00AD 0x00B1 0x0000 0x00BE 0x00B6 0x00A7 0x00F7 0x00B8 0x00B0 0x00A8 0x00B7 0x00B9 0x00B3 0x00B2 0x25A0 0x00A0 Box drawings light up and right Box drawings light up and horizontal Box drawings light down and horizontal Box drawings light vertical and right Box drawings light horizontal Box drawings light vertical and horizontal Latin small letter a with tilde Latin capital letter A with tilde Box drawings double up and right Box drawings double down and right Box drawings double up and horizontal Box drawings double down and horizontal Box drawings double vertical and right Box drawings double horizontal Box drawings double vertical and horizontal Currency sign Masculine ordinal indicator Feminine ordinal indicator Latin capital letter E with circumflex Latin capital letter E with diaeresis Latin capital letter E with grave Undefined Latin capital letter I with acute Latin capital letter I with circumflex Latin capital letter I with diaeresis Box drawings light up and left Box drawings light down and right Full block Lower half block Broken bar Latin capital letter I with grave Upper half block Latin capital letter O with acute Latin small letter sharp s Latin capital letter O with circumflex Latin capital letter O with grave Latin small letter o with tilde Latin capital letter O with tilde Micro sign Undefined Multiplication sign Latin capital letter U with acute Latin capital letter U with circumflex Latin capital letter U with grave Latin small letter i with grave Latin small letter y with diaeresis Macron Acute accent Soft hyphen Plus-minus sign Undefined Vulgar fraction three quarters Pilcrow sign Section sign Division sign Cedilla Degree sign Diaeresis Middle dot Superscript one Superscript three Superscript two Black square No-break space Intermec Fingerprint v8.xx — Font Reference Manual Chapter 3 — Character Sets Windows Latin 2 Character Set Glyph ASCII dec. ASCII hex Unicode hex Unicode name 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050 051 052 053 054 055 056 057 058 059 060 061 062 063 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0A 0x0B 0x0C 0x0D 0x0E 0x0F 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1A 0x1B 0x1C 0x1D 0x1E 0x1F 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2A 0x2B 0x2C 0x2D 0x2E 0x2F 0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39 0x3A 0x3B 0x3C 0x3D 0x3E 0x3F 0x0000 0x0001 0x0002 0x0003 0x0004 0x0005 0x0006 0x0007 0x0008 0x0009 0x000A 0x000B 0x000C 0x000D 0x000E 0x000F 0x0010 0x0011 0x0012 0x0013 0x0014 0x0015 0x0016 0x0017 0x0018 0x0019 0x001A 0x001B 0x001C 0x001D 0x001E 0x001F 0x0020 0x0021 0x0022 0x0023 0x0024 0x0025 0x0026 0x0027 0x0028 0x0029 0x002A 0x002B 0x002C 0x002D 0x002E 0x002F 0x0030 0x0031 0x0032 0x0033 0x0034 0x0035 0x0036 0x0037 0x0038 0x0039 0x003A 0x003B 0x003C 0x003D 0x003E 0x003F Null Start of heading Start of text End of text End of transmission Enquiry Acknowledge Bell Backspace Horizontal tabulation Line feed Vertical tabulation Form feed Carriage return Shift out Shift in Data link escape Device control one Device control two Device control three Device control four Negative acknowledge Synchronous idle End of transmission block Cancel End of medium Substitute Escape File separator Group separator Record separator Unit separator Space Exclamation mark Quotation mark Number sign Dollar sign Percent sign Ampersand Apostrophe Left parenthesis Right parenthesis Asterisk Plus sign Comma Hyphen-Minus Full stop Solidus Digit zero Digit one Digit two Digit three Digit four Digit five Digit six Digit seven Digit eight Digit nine Colon Semicolon Less-than sign Equals sign Greater-than sign Question mark ! " # $ % & ' ( ) * + , . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? Intermec Fingerprint v8.xx — Font Reference Manual NASC 1250 Glyph ASCII dec. @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ 064 065 066 067 068 069 070 071 072 073 074 075 076 077 078 079 080 081 082 083 084 085 086 087 088 089 090 091 092 093 094 095 096 097 098 099 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 ASCII hex Unicode hex Unicode name 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49 0x4A 0x4B 0x4C 0x4D 0x4E 0x4F 0x50 0x51 0x52 0x53 0x54 0x55 0x56 0x57 0x58 0x59 0x5A 0x5B 0x5C 0x5D 0x5E 0x5F 0x60 0x61 0x62 0x63 0x64 0x65 0x66 0x67 0x68 0x69 0x6A 0x6B 0x6C 0x6D 0x6E 0x6F 0x70 0x71 0x72 0x73 0x74 0x75 0x76 0x77 0x78 0x79 0x7A 0x7B 0x7C 0x7D 0x7E 0x7F 0x0040 0x0041 0x0042 0x0043 0x0044 0x0045 0x0046 0x0047 0x0048 0x0049 0x004A 0x004B 0x004C 0x004D 0x004E 0x004F 0x0050 0x0051 0x0052 0x0053 0x0054 0x0055 0x0056 0x0057 0x0058 0x0059 0x005A 0x005B 0x005C 0x005D 0x005E 0x005F 0x0060 0x0061 0x0062 0x0063 0x0064 0x0065 0x0066 0x0067 0x0068 0x0069 0x006A 0x006B 0x006C 0x006D 0x006E 0x006F 0x0070 0x0071 0x0072 0x0073 0x0074 0x0075 0x0076 0x0077 0x0078 0x0079 0x007A 0x007B 0x007C 0x007D 0x007E 0x007F Commercial at Latin capital letter A Latin capital letter B Latin capital letter C Latin capital letter D Latin capital letter E Latin capital letter F Latin capital letter G Latin capital letter H Latin capital letter I Latin capital letter J Latin capital letter K Latin capital letter L Latin capital letter M Latin capital letter N Latin capital letter O Latin capital letter P Latin capital letter Q Latin capital letter R Latin capital letter S Latin capital letter T Latin capital letter U Latin capital letter V Latin capital letter W Latin capital letter X Latin capital letter Y Latin capital letter Z Left square bracket Reverse solidus Right square bracket Circumflex accent Low line Grave accent Latin small letter a Latin small letter b Latin small letter c Latin small letter d Latin small letter e Latin small letter f Latin small letter g Latin small letter h Latin small letter i Latin small letter j Latin small letter k Latin small letter l Latin small letter m Latin small letter n Latin small letter o Latin small letter p Latin small letter q Latin small letter r Latin small letter s Latin small letter t Latin small letter u Latin small letter v Latin small letter w Latin small letter x Latin small letter y Latin small letter z Left curly bracket Vertical line Right curly bracket Tilde Delete 47 Chapter 3 — Character Sets Windows Latin 2 Character Set, cont. Glyph ASCII dec. € □ ‚ □ „ … † ‡ □ ‰ Š ‹ Ś Ť Ž Ź □ ‘ ’ “ ” • – — □ ™ š › ś ť ž ź ˇ ˘ Ł ¤ Ą ¦ § ¨ © Ş « ¬ ® Ż ° ± ˛ ł ´ µ ¶ · ¸ ą ş » Ľ ″ ľ ż 48 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 ASCII hex Unicode hex Unicode name 0x80 0x81 0x82 0x83 0x84 0x85 0x86 0x87 0x88 0x89 0x8A 0x8B 0x8C 0x8D 0x8E 0x8F 0x90 0x91 0x92 0x93 0x94 0x95 0x96 0x97 0x98 0x99 0x9A 0x9B 0x9C 0x9D 0x9E 0x9F 0xA0 0xA1 0xA2 0xA3 0xA4 0xA5 0xA6 0xA7 0xA8 0xA9 0xAA 0xAB 0xAC 0xAD 0xAE 0xAF 0xB0 0xB1 0xB2 0xB3 0xB4 0xB5 0xB6 0xB7 0xB8 0xB9 0xBA 0xBB 0xBC 0xBD 0xBE 0xBF 0x20AC 0x0000 0x201A 0x0000 0x201E 0x2026 0x2020 0x2021 0x0000 0x2030 0x0160 0x2039 0x015A 0x0164 0x017D 0x0179 0x0000 0x2018 0x2019 0x201C 0x201D 0x2022 0x2013 0x2014 0x0000 0x2122 0x0161 0x203A 0x015B 0x0165 0x017E 0x017A 0x00A0 0x02C7 0x02D8 0x0141 0x00A4 0x0104 0x00A6 0x00A7 0x00A8 0x00A9 0x015E 0x00AB 0x00AC 0x00AD 0x00AE 0x017B 0x00B0 0x00B1 0x02DB 0x0142 0x00B4 0x00B5 0x00B6 0x00B7 0x00B8 0x0105 0x015F 0x00BB 0x013D 0x02DD 0x013E 0x017C Euro sign Undefined Single low-9 quotation mark Undefined Double low-9 quotation mark Horizontal ellipsis Dagger Double dagger Undefined Per mille sign Latin capital letter S with caron Single left-pointing angle quotation mark Latin capital letter S with acute Latin capital letter T with caron Latin capital letter Z with caron Latin capital letter Z with acute Undefined Left single quotation mark Right single quotation mark Left double quotation mark Right double quotation mark Bullet En dash Em dash Undefined Trade mark sign Latin small letter s with caron Single right-pointing angle quotation mark Latin small letter s with acute Latin small letter t with caron Latin small letter z with caron Latin small letter z with acute No-break space Caron Breve Latin capital letter L with stroke Currency sign Latin capital letter A with ogonek Broken bar Section sign Diaeresis Copyright sign Latin capital letter S with cedilla Left-pointing double angle quotation mark Not sign Soft hyphen Registered sign Latin capital letter Z with dot above Degree sign Plus-minus sign Ogonek Latin small letter l with stroke Acute accent Micro sign Pilcrow sign Middle dot Cedilla Latin small letter a with ogonek Latin small letter s with cedilla Right-pointing double angle quotation mark Latin capital letter L with caron Double acute accent Latin small letter l with caron Latin small letter z with dot above NASC 1250 Glyph ASCII dec. Ŕ Á Â Ă Ä Ĺ Ć Ç Č É Ę Ë Ě Í Î Ď Đ Ń Ň Ó Ô Ő Ö × Ř Ů Ú Ű Ü Ý Ţ ß ŕ á â ă ä ĺ ć ç č é ę ë ě í î ď đ ń ň ó ô ő ö ÷ ř ů ú ű ü ý ţ ˙ 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 ASCII hex Unicode hex Unicode name 0xC0 0xC1 0xC2 0xC3 0xC4 0xC5 0xC6 0xC7 0xC8 0xC9 0xCA 0xCB 0xCC 0xCD 0xCE 0xCF 0xD0 0xD1 0xD2 0xD3 0xD4 0xD5 0xD6 0xD7 0xD8 0xD9 0xDA 0xDB 0xDC 0xDD 0xDE 0xDF 0xE0 0xE1 0xE2 0xE3 0xE4 0xE5 0xE6 0xE7 0xE8 0xE9 0xEA 0xEB 0xEC 0xED 0xEE 0xEF 0xF0 0xF1 0xF2 0xF3 0xF4 0xF5 0xF6 0xF7 0xF8 0xF9 0xFA 0xFB 0xFC 0xFD 0xFE 0xFF 0x0154 0x00C1 0x00C2 0x0102 0x00C4 0x0139 0x0106 0x00C7 0x010C 0x00C9 0x0118 0x00CB 0x011A 0x00CD 0x00CE 0x010E 0x0110 0x0143 0x0147 0x00D3 0x00D4 0x0150 0x00D6 0x00D7 0x0158 0x016E 0x00DA 0x0170 0x00DC 0x00DD 0x0162 0x00DF 0x0155 0x00E1 0x00E2 0x0103 0x00E4 0x013A 0x0107 0x00E7 0x010D 0x00E9 0x0119 0x00EB 0x011B 0x00ED 0x00EE 0x010F 0x0111 0x0144 0x0148 0x00F3 0x00F4 0x0151 0x00F6 0x00F7 0x0159 0x016F 0x00FA 0x0171 0x00FC 0x00FD 0x0163 0x02D9 Latin capital letter R with acute Latin capital letter A with acute Latin capital letter A with circumflex Latin capital letter A with breve Latin capital letter A with diaeresis Latin capital letter L with acute Latin capital letter C with acute Latin capital letter C with cedilla Latin capital letter C with caron Latin capital letter E with acute Latin capital letter E with ogonek Latin capital letter E with diaeresis Latin capital letter E with caron Latin capital letter I with acute Latin capital letter I with circumflex Latin capital letter D with caron Latin capital letter D with stroke Latin capital letter N with acute Latin capital letter N with caron Latin capital letter O with acute Latin capital letter O with circumflex Latin capital letter O with double acute Latin capital letter O with diaeresis Multiplication sign Latin capital letter R with caron Latin capital letter U with ring above Latin capital letter U with acute Latin capital letter U with double acute Latin capital letter U with diaeresis Latin capital letter Y with acute Latin capital letter T with cedilla Latin small letter sharp s Latin small letter r with acute Latin small letter a with acute Latin small letter a with circumflex Latin small letter a with breve Latin small letter a with diaeresis Latin small letter l with acute Latin small letter c with acute Latin small letter c with cedilla Latin small letter c with caron Latin small letter e with acute Latin small letter e with ogonek Latin small letter e with diaeresis Latin small letter e with caron Latin small letter i with acute Latin small letter i with circumflex Latin small letter d with caron Latin small letter d with stroke Latin small letter n with acute Latin small letter n with caron Latin small letter o with acute Latin small letter o with circumflex Latin small letter o with double acute Latin small letter o with diaeresis Division sign Latin small letter r with caron Latin small letter u with ring above Latin small letter u with acute Latin small letter u with double acute Latin small letter u with diaeresis Latin small letter y with acute Latin small letter t with cedilla Dot above Intermec Fingerprint v8.xx — Font Reference Manual Chapter 3 — Character Sets Windows Cyrillic Character Set Glyph ASCII dec. ASCII hex Unicode hex Unicode name 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050 051 052 053 054 055 056 057 058 059 060 061 062 063 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0A 0x0B 0x0C 0x0D 0x0E 0x0F 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1A 0x1B 0x1C 0x1D 0x1E 0x1F 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2A 0x2B 0x2C 0x2D 0x2E 0x2F 0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39 0x3A 0x3B 0x3C 0x3D 0x3E 0x3F 0x0000 0x0001 0x0002 0x0003 0x0004 0x0005 0x0006 0x0007 0x0008 0x0009 0x000A 0x000B 0x000C 0x000D 0x000E 0x000F 0x0010 0x0011 0x0012 0x0013 0x0014 0x0015 0x0016 0x0017 0x0018 0x0019 0x001A 0x001B 0x001C 0x001D 0x001E 0x001F 0x0020 0x0021 0x0022 0x0023 0x0024 0x0025 0x0026 0x0027 0x0028 0x0029 0x002A 0x002B 0x002C 0x002D 0x002E 0x002F 0x0030 0x0031 0x0032 0x0033 0x0034 0x0035 0x0036 0x0037 0x0038 0x0039 0x003A 0x003B 0x003C 0x003D 0x003E 0x003F Null Start of heading Start of text End of text End of transmission Enquiry Acknowledge Bell Backspace Horizontal tabulation Line feed Vertical tabulation Form feed Carriage return Shift out Shift in Data link escape Device control one Device control two Device control three Device control four Negative acknowledge Synchronous idle End of transmission block Cancel End of medium Substitute Escape File separator Group separator Record separator Unit separator Space Exclamation mark Quotation mark Number sign Dollar sign Percent sign Ampersand Apostrophe Left parenthesis Right parenthesis Asterisk Plus sign Comma Hyphen-Minus Full stop Solidus Digit zero Digit one Digit two Digit three Digit four Digit five Digit six Digit seven Digit eight Digit nine Colon Semicolon Less-than sign Equals sign Greater-than sign Question mark ! " # $ % & ' ( ) * + , . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? Intermec Fingerprint v8.xx — Font Reference Manual NASC 1251 Glyph ASCII dec. @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ 064 065 066 067 068 069 070 071 072 073 074 075 076 077 078 079 080 081 082 083 084 085 086 087 088 089 090 091 092 093 094 095 096 097 098 099 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 ASCII hex Unicode hex Unicode name 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49 0x4A 0x4B 0x4C 0x4D 0x4E 0x4F 0x50 0x51 0x52 0x53 0x54 0x55 0x56 0x57 0x58 0x59 0x5A 0x5B 0x5C 0x5D 0x5E 0x5F 0x60 0x61 0x62 0x63 0x64 0x65 0x66 0x67 0x68 0x69 0x6A 0x6B 0x6C 0x6D 0x6E 0x6F 0x70 0x71 0x72 0x73 0x74 0x75 0x76 0x77 0x78 0x79 0x7A 0x7B 0x7C 0x7D 0x7E 0x7F 0x0040 0x0041 0x0042 0x0043 0x0044 0x0045 0x0046 0x0047 0x0048 0x0049 0x004A 0x004B 0x004C 0x004D 0x004E 0x004F 0x0050 0x0051 0x0052 0x0053 0x0054 0x0055 0x0056 0x0057 0x0058 0x0059 0x005A 0x005B 0x005C 0x005D 0x005E 0x005F 0x0060 0x0061 0x0062 0x0063 0x0064 0x0065 0x0066 0x0067 0x0068 0x0069 0x006A 0x006B 0x006C 0x006D 0x006E 0x006F 0x0070 0x0071 0x0072 0x0073 0x0074 0x0075 0x0076 0x0077 0x0078 0x0079 0x007A 0x007B 0x007C 0x007D 0x007E 0x007F Commercial at Latin capital letter A Latin capital letter B Latin capital letter C Latin capital letter D Latin capital letter E Latin capital letter F Latin capital letter G Latin capital letter H Latin capital letter I Latin capital letter J Latin capital letter K Latin capital letter L Latin capital letter M Latin capital letter N Latin capital letter O Latin capital letter P Latin capital letter Q Latin capital letter R Latin capital letter S Latin capital letter T Latin capital letter U Latin capital letter V Latin capital letter W Latin capital letter X Latin capital letter Y Latin capital letter Z Left square bracket Reverse solidus Right square bracket Circumflex accent Low line Grave accent Latin small letter a Latin small letter b Latin small letter c Latin small letter d Latin small letter e Latin small letter f Latin small letter g Latin small letter h Latin small letter i Latin small letter j Latin small letter k Latin small letter l Latin small letter m Latin small letter n Latin small letter o Latin small letter p Latin small letter q Latin small letter r Latin small letter s Latin small letter t Latin small letter u Latin small letter v Latin small letter w Latin small letter x Latin small letter y Latin small letter z Left curly bracket Vertical line Right curly bracket Tilde Delete 49 Chapter 3 — Character Sets Windows Cyrillic Character Set, cont Glyph ASCII dec. Ђ Ѓ ‚ ѓ „ … † ‡ € ‰ Љ ‹ Њ Ќ Ћ Џ ђ ‘ ’ “ ” • – — □ ™ љ › њ ќ ħ џ Ў ў J ¤ Ґ ¦ § Ë © Є « ¬ ® Ï ° ± I i ґ µ ¶ · ë № є » j S s ï 50 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 ASCII hex Unicode hex Unicode name 0x80 0x81 0x82 0x83 0x84 0x85 0x86 0x87 0x88 0x89 0x8A 0x8B 0x8C 0x8D 0x8E 0x8F 0x90 0x91 0x92 0x93 0x94 0x95 0x96 0x97 0x98 0x99 0x9A 0x9B 0x9C 0x9D 0x9E 0x9F 0xA0 0xA1 0xA2 0xA3 0xA4 0xA5 0xA6 0xA7 0xA8 0xA9 0xAA 0xAB 0xAC 0xAD 0xAE 0xAF 0xB0 0xB1 0xB2 0xB3 0xB4 0xB5 0xB6 0xB7 0xB8 0xB9 0xBA 0xBB 0xBC 0xBD 0xBE 0xBF 0x0402 0x0403 0x201A 0x0453 0x201E 0x2026 0x2020 0x2021 0x20AC 0x2030 0x0409 0x2039 0x040A 0x040C 0x040B 0x040F 0x0452 0x2018 0x2019 0x201C 0x201D 0x2022 0x2013 0x2014 0x0000 0x2122 0x0459 0x203A 0x045A 0x045C 0x045B 0x045F 0x00A0 0x040E 0x045E 0x0408 0x00A4 0x0490 0x00A6 0x00A7 0x0401 0x00A9 0x0404 0x00AB 0x00AC 0x00AD 0x00AE 0x0407 0x00B0 0x00B1 0x0406 0x0456 0x0491 0x00B5 0x00B6 0x00B7 0x0451 0x2116 0x0454 0x00BB 0x0458 0x0405 0x0455 0x0457 Cyrillic capital letter DJE Cyrillic capital letter GJE Single low-9 quotation mark Cyrillic small letter gje Double low-9 quotation mark Horizontal ellipsis Dagger Double dagger Euro sign Per mille sign Cyrillic capital letter LJE Single left-pointing angle quotation mark Cyrillic capital letter NJE Cyrillic capital letter KJE Cyrillic capital letter TSHE Cyrillic capital letter DZHE Cyrillic small letter dje Left single quotation mark Right single quotation mark Left double quotation mark Right double quotation mark Bullet En dash Em dash Undefined Trade mark sign Cyrillic small letter lje Single right-pointing angle quotation mark Cyrillic small letter nje Cyrillic small letter kje Cyrillic small letter tshe Cyrillic small letter dzhe No-break space Cyrillic capital letter short U Cyrillic small letter short U Cyrillic capital letter JE Currency sign Cyrillic capital letter GHE with upturn Broken bar Section sign Cyrillic capital letter IO Copyright sign Cyrillic capital letter Ukrainian IE Left-pointing double angle quotation mark Not sign Soft hyphen Registered sign Cyrillic capital letter YI Degree sign Plus-minus sign Cyrillic capital letter Byelorussian-Ukrainian I Cyrillic small letter Byelorussian-Ukrainian I Cyrillic small letter ghe with upturn Micro sign Pilcrow sign Middle dot Cyrillic small letter io Numero sign Cyrillic small letter Ukrainian ie Right-pointing double angle quotation mark Cyrillic small letter je Cyrillic capital letter DZE Cyrillic small leter dze Cyrillic small letter yi NASC 1251 Glyph ASCII dec. A Б В Г Д Е Ж З И Й К Л М Н О П Р С Т У Ф Х Ц Ч Ш Щ Ъ Ы Ь Э Ю Я a б в г д е ж з и й к л м н о п р с т у ф х ц ч ш щ ъ ы ь э ю я 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 ASCII hex Unicode hex Unicode name 0xC0 0xC1 0xC2 0xC3 0xC4 0xC5 0xC6 0xC7 0xC8 0xC9 0xCA 0xCB 0xCC 0xCD 0xCE 0xCF 0xD0 0xD1 0xD2 0xD3 0xD4 0xD5 0xD6 0xD7 0xD8 0xD9 0xDA 0xDB 0xDC 0xDD 0xDE 0xDF 0xE0 0xE1 0xE2 0xE3 0xE4 0xE5 0xE6 0xE7 0xE8 0xE9 0xEA 0xEB 0xEC 0xED 0xEE 0xEF 0xF0 0xF1 0xF2 0xF3 0xF4 0xF5 0xF6 0xF7 0xF8 0xF9 0xFA 0xFB 0xFC 0xFD 0xFE 0xFF 0x0410 0x0411 0x0412 0x0413 0x0414 0x0415 0x0416 0x0417 0x0418 0x0419 0x041A 0x041B 0x041C 0x041D 0x041E 0x041F 0x0420 0x0421 0x0422 0x0423 0x0424 0x0425 0x0426 0x0427 0x0428 0x0429 0x042A 0x042B 0x042C 0x042D 0x042E 0x042F 0x0430 0x0431 0x0432 0x0433 0x0434 0x0435 0x0436 0x0437 0x0438 0x0439 0x043A 0x043B 0x043C 0x043D 0x043E 0x043F 0x0440 0x0441 0x0442 0x0443 0x0444 0x0445 0x0446 0x0447 0x0448 0x0449 0x044A 0x044B 0x044C 0x044D 0x044E 0x044F Cyrillic capital letter A Cyrillic capital letter BE Cyrillic capital letter VE Cyrillic capital letter GHE Cyrillic capital letter DE Cyrillic capital letter IE Cyrillic capital letter ZHE Cyrillic capital letter ZE Cyrillic capital letter I Cyrillic capital letter SHORT I Cyrillic capital letter KA Cyrillic capital letter EL Cyrillic capital letter EM Cyrillic capital letter EN Cyrillic capital letter O Cyrillic capital letter PE Cyrillic capital letter ER Cyrillic capital letter ES Cyrillic capital letter TE Cyrillic capital letter U Cyrillic capital letter EF Cyrillic capital letter HA Cyrillic capital letter TSE Cyrillic capital letter CHE Cyrillic capital letter SHA Cyrillic capital letter SHCHA Cyrillic capital letter HARD SIGN Cyrillic capital letter YERU Cyrillic capital letter SOFT SIGN Cyrillic capital letter E Cyrillic capital letter YU Cyrillic capital letter YA Cyrillic small letter a Cyrillic small letter be Cyrillic small letter ve Cyrillic small letter ghe Cyrillic small letter de Cyrillic small letter ie Cyrillic small letter zhe Cyrillic small letter ze Cyrillic small letter i Cyrillic small letter short i Cyrillic small letter ka Cyrillic small letter el Cyrillic small letter em Cyrillic small letter en Cyrillic small letter o Cyrillic small letter pe Cyrillic small letter er Cyrillic small letter es Cyrillic small letter te Cyrillic small letter u Cyrillic small letter ef Cyrillic small letter ha Cyrillic small letter tse Cyrillic small letter che Cyrillic small letter sha Cyrillic small letter shcha Cyrillic small letter hard sign Cyrillic small letter yeru Cyrillic small letter soft sign Cyrillic small letter e Cyrillic small letter yu Cyrillic small letter ya Intermec Fingerprint v8.xx — Font Reference Manual Chapter 3 — Character Sets Windows Latin 1 Character Set Glyph ASCII dec. ASCII hex Unicode hex Unicode name 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050 051 052 053 054 055 056 057 058 059 060 061 062 063 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0A 0x0B 0x0C 0x0D 0x0E 0x0F 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1A 0x1B 0x1C 0x1D 0x1E 0x1F 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2A 0x2B 0x2C 0x2D 0x2E 0x2F 0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39 0x3A 0x3B 0x3C 0x3D 0x3E 0x3F 0x0000 0x0001 0x0002 0x0003 0x0004 0x0005 0x0006 0x0007 0x0008 0x0009 0x000A 0x000B 0x000C 0x000D 0x000E 0x000F 0x0010 0x0011 0x0012 0x0013 0x0014 0x0015 0x0016 0x0017 0x0018 0x0019 0x001A 0x001B 0x001C 0x001D 0x001E 0x001F 0x0020 0x0021 0x0022 0x0023 0x0024 0x0025 0x0026 0x0027 0x0028 0x0029 0x002A 0x002B 0x002C 0x002D 0x002E 0x002F 0x0030 0x0031 0x0032 0x0033 0x0034 0x0035 0x0036 0x0037 0x0038 0x0039 0x003A 0x003B 0x003C 0x003D 0x003E 0x003F Null Start of heading Start of text End of text End of transmission Enquiry Acknowledge Bell Backspace Horizontal tabulation Line feed Vertical tabulation Form feed Carriage return Shift out Shift in Data link escape Device control one Device control two Device control three Device control four Negative acknowledge Synchronous idle End of transmission block Cancel End of medium Substitute Escape File separator Group separator Record separator Unit separator Space Exclamation mark Quotation mark Number sign Dollar sign Percent sign Ampersand Apostrophe Left parenthesis Right parenthesis Asterisk Plus sign Comma Hyphen-Minus Full stop Solidus Digit zero Digit one Digit two Digit three Digit four Digit five Digit six Digit seven Digit eight Digit nine Colon Semicolon Less-than sign Equals sign Greater-than sign Question mark ! " # $ % & ' ( ) * + , . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? Intermec Fingerprint v8.xx — Font Reference Manual NASC 1252 Glyph ASCII dec. @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ 064 065 066 067 068 069 070 071 072 073 074 075 076 077 078 079 080 081 082 083 084 085 086 087 088 089 090 091 092 093 094 095 096 097 098 099 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 ASCII hex Unicode hex Unicode name 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49 0x4A 0x4B 0x4C 0x4D 0x4E 0x4F 0x50 0x51 0x52 0x53 0x54 0x55 0x56 0x57 0x58 0x59 0x5A 0x5B 0x5C 0x5D 0x5E 0x5F 0x60 0x61 0x62 0x63 0x64 0x65 0x66 0x67 0x68 0x69 0x6A 0x6B 0x6C 0x6D 0x6E 0x6F 0x70 0x71 0x72 0x73 0x74 0x75 0x76 0x77 0x78 0x79 0x7A 0x7B 0x7C 0x7D 0x7E 0x7F 0x0040 0x0041 0x0042 0x0043 0x0044 0x0045 0x0046 0x0047 0x0048 0x0049 0x004A 0x004B 0x004C 0x004D 0x004E 0x004F 0x0050 0x0051 0x0052 0x0053 0x0054 0x0055 0x0056 0x0057 0x0058 0x0059 0x005A 0x005B 0x005C 0x005D 0x005E 0x005F 0x0060 0x0061 0x0062 0x0063 0x0064 0x0065 0x0066 0x0067 0x0068 0x0069 0x006A 0x006B 0x006C 0x006D 0x006E 0x006F 0x0070 0x0071 0x0072 0x0073 0x0074 0x0075 0x0076 0x0077 0x0078 0x0079 0x007A 0x007B 0x007C 0x007D 0x007E 0x007F Commercial at Latin capital letter A Latin capital letter B Latin capital letter C Latin capital letter D Latin capital letter E Latin capital letter F Latin capital letter G Latin capital letter H Latin capital letter I Latin capital letter J Latin capital letter K Latin capital letter L Latin capital letter M Latin capital letter N Latin capital letter O Latin capital letter P Latin capital letter Q Latin capital letter R Latin capital letter S Latin capital letter T Latin capital letter U Latin capital letter V Latin capital letter W Latin capital letter X Latin capital letter Y Latin capital letter Z Left square bracket Reverse solidus Right square bracket Circumflex accent Low line Grave accent Latin small letter a Latin small letter b Latin small letter c Latin small letter d Latin small letter e Latin small letter f Latin small letter g Latin small letter h Latin small letter i Latin small letter j Latin small letter k Latin small letter l Latin small letter m Latin small letter n Latin small letter o Latin small letter p Latin small letter q Latin small letter r Latin small letter s Latin small letter t Latin small letter u Latin small letter v Latin small letter w Latin small letter x Latin small letter y Latin small letter z Left curly bracket Vertical line Right curly bracket Tilde Delete 51 Chapter 3 — Character Sets Windows Latin 1 Character Set, cont. Glyph ASCII dec. € □ ‚ ƒ „ … † ‡ ^ ‰ Š ‹ Œ □ Ž □ □ ‘ ’ “ ” • – — ~ ™ š › œ □ ž Ÿ ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ® ¯ ° ± 2 3 ´ µ ¶ · ¸ 1 º » ¼ ½ ¾ ¿ 52 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 ASCII hex Unicode hex Unicode name 0x80 0x81 0x82 0x83 0x84 0x85 0x86 0x87 0x88 0x89 0x8A 0x8B 0x8C 0x8D 0x8E 0x8F 0x90 0x91 0x92 0x93 0x94 0x95 0x96 0x97 0x98 0x99 0x9A 0x9B 0x9C 0x9D 0x9E 0x9F 0xA0 0xA1 0xA2 0xA3 0xA4 0xA5 0xA6 0xA7 0xA8 0xA9 0xAA 0xAB 0xAC 0xAD 0xAE 0xAF 0xB0 0xB1 0xB2 0xB3 0xB4 0xB5 0xB6 0xB7 0xB8 0xB9 0xBA 0xBB 0xBC 0xBD 0xBE 0xBF 0x20AC 0x0000 0x201A 0x0192 0x201E 0x2026 0x2020 0x2021 0x02C6 0x2030 0x0160 0x2039 0x0152 0x0000 0x017D 0x0000 0x0000 0x2018 0x2019 0x201C 0x201D 0x2022 0x2013 0x2014 0x02DC 0x2122 0x0161 0x203A 0x0153 0x0000 0x017E 0x0178 0x00A0 0x00A1 0x00A2 0x00A3 0x00A4 0x00A5 0x00A6 0x00A7 0x00A8 0x00A9 0x00AA 0x00AB 0x00AC 0x00AD 0x00AE 0x00AF 0x00B0 0x00B1 0x00B2 0x00B3 0x00B4 0x00B5 0x00B6 0x00B7 0x00B8 0x00B9 0x00BA 0x00BB 0x00BC 0x00BD 0x00BE 0x00BF Euro sign Undefined Single low-9 quotation mark Latin small letter f with hook Double low-9 quotation mark Horizontal ellipsis Dagger Double dagger Modifier letter circumflex accent Per mille sign Latin capital letter S with caron Single left-pointing angle quotation mark Latin capital ligature OE Undefined Latin capital letter Z with caron Undefined Undefined Left single quotation mark Right single quotation mark Left double quotation mark Right double quotation mark Bullet En dash Em dash Small tilde Trade mark sign Latin small letter s with caron Single right-pointing angle quotation mark Latin small ligature oe Undefined Latin small letter z with caron Latin capital letter Y with diaeresis No-break space Inverted exclamation mark Cent sign Pound sign Currency sign Yen sign Broken bar Section sign Diaeresis Copyright sign Feminine ordinal indicator Left-pointing double angle quotation mark Not sign Soft hyphen Registered sign Macron Degree sign Plus-minus sign Superscript 2 Superscript 3 Acute accent Micro sign Pilcrow sign Middle dot Cedilla Superscript one Masculine ordinal indicator Right-pointing double angle quotation mark Vulgar fraction one quarter Vulgar fraction one half Vulgar fraction three quarters Inverted question mark NASC 1252 Glyph ASCII dec. À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö × Ø Ù Ú Û Ü Ý Þ ß à á â ã ä å æ ç è é ê ë ì í î ï ð ñ ò ó ô õ ö ÷ ø ù ú û ü ý þ ÿ 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 ASCII hex Unicode hex Unicode name 0xC0 0xC1 0xC2 0xC3 0xC4 0xC5 0xC6 0xC7 0xC8 0xC9 0xCA 0xCB 0xCC 0xCD 0xCE 0xCF 0xD0 0xD1 0xD2 0xD3 0xD4 0xD5 0xD6 0xD7 0xD8 0xD9 0xDA 0xDB 0xDC 0xDD 0xDE 0xDF 0xE0 0xE1 0xE2 0xE3 0xE4 0xE5 0xE6 0xE7 0xE8 0xE9 0xEA 0xEB 0xEC 0xED 0xEE 0xEF 0xF0 0xF1 0xF2 0xF3 0xF4 0xF5 0xF6 0xF7 0xF8 0xF9 0xFA 0xFB 0xFC 0xFD 0xFE 0xFF 0x00C0 0x00C1 0x00C2 0x00C3 0x00C4 0x00C5 0x00C6 0x00C7 0x00C8 0x00C9 0x00CA 0x00CB 0x00CC 0x00CD 0x00CE 0x00CF 0x00D0 0x00D1 0x00D2 0x00D3 0x00D4 0x00D5 0x00D6 0x00D7 0x00D8 0x00D9 0x00DA 0x00DB 0x00DC 0x00DD 0x00DE 0x00DF 0x00E0 0x00E1 0x00E2 0x00E3 0x00E4 0x00E5 0x00E6 0x00E7 0x00E8 0x00E9 0x00EA 0x00EB 0x00EC 0x00ED 0x00EE 0x00EF 0x00F0 0x00F1 0x00F2 0x00F3 0x00F4 0x00F5 0x00F6 0x00F7 0x00F8 0x00F9 0x00FA 0x00FB 0x00FC 0x00FD 0x00FE 0x00FF Latin capital letter A with grave Latin capital letter A with acute Latin capital letter A with circumflex Latin capital letter A with tilde Latin capital letter A with diaeresis Latin capital letter A with ring above Latin capital letter AE Latin capital letter C with cedilla Latin capital letter E with grave Latin capital letter E with acute Latin capital letter E with circumflex Latin capital letter E with diaeresis Latin capital letter I with grave Latin capital letter I with acute Latin capital letter I with circumflex Latin capital letter I with diaeresis Latin capital letter ETH Latin capital letter N with tilde Latin capital letter O with grave Latin capital letter O with acute Latin capital letter O with circumflex Latin capital letter O with tilde Latin capital letter O with diaeresis Multiplication sign Latin capital letter O with stroke Latin capital letter U with grave Latin capital letter U with acute Latin capital letter U with circumflex Latin capital letter U with diaeresis Latin capital letter Y with acute Latin capital letter THORN Latin small letter sharp s Latin small letter a with grave Latin small letter a with acute Latin small letter a with circumflex Latin small letter a with tilde Latin small letter a with diaeresis Latin small letter with ring above Latin small letter AE Latin small letter c with cedilla Latin small letter e with grave Latin small letter e with acute Latin small letter e with circumflex Latin small letter e with diaeresis Latin small letter i with grave Latin small letter i with acute Latin small letter i with circumflex Latin small letter i with diaeresis Latin small letter eth Latin small letter n with tilde Latin small letter o with grave Latin small letter o with acute Latin small letter o with circumflex Latin small letter o with tilde Latin small letter o with diaeresis Division sign Latin small letter o with stroke Latin small letter u with grave Latin small letter u with acute Latin small letter u with circumflex Latin small letter u with diaeresis Latin small letter y with acute Latin small letter thorn Latin small lettery with diaeresis Intermec Fingerprint v8.xx — Font Reference Manual Chapter 3 — Character Sets Windows Greek Character Set Glyph ASCII dec. ASCII hex Unicode hex Unicode name 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050 051 052 053 054 055 056 057 058 059 060 061 062 063 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0A 0x0B 0x0C 0x0D 0x0E 0x0F 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1A 0x1B 0x1C 0x1D 0x1E 0x1F 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2A 0x2B 0x2C 0x2D 0x2E 0x2F 0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39 0x3A 0x3B 0x3C 0x3D 0x3E 0x3F 0x0000 0x0001 0x0002 0x0003 0x0004 0x0005 0x0006 0x0007 0x0008 0x0009 0x000A 0x000B 0x000C 0x000D 0x000E 0x000F 0x0010 0x0011 0x0012 0x0013 0x0014 0x0015 0x0016 0x0017 0x0018 0x0019 0x001A 0x001B 0x001C 0x001D 0x001E 0x001F 0x0020 0x0021 0x0022 0x0023 0x0024 0x0025 0x0026 0x0027 0x0028 0x0029 0x002A 0x002B 0x002C 0x002D 0x002E 0x002F 0x0030 0x0031 0x0032 0x0033 0x0034 0x0035 0x0036 0x0037 0x0038 0x0039 0x003A 0x003B 0x003C 0x003D 0x003E 0x003F Null Start of heading Start of text End of text End of transmission Enquiry Acknowledge Bell Backspace Horizontal tabulation Line feed Vertical tabulation Form feed Carriage return Shift out Shift in Data link escape Device control one Device control two Device control three Device control four Negative acknowledge Synchronous idle End of transmission block Cancel End of medium Substitute Escape File separator Group separator Record separator Unit separator Space Exclamation mark Quotation mark Number sign Dollar sign Percent sign Ampersand Apostrophe Left parenthesis Right parenthesis Asterisk Plus sign Comma Hyphen-Minus Full stop Solidus Digit zero Digit one Digit two Digit three Digit four Digit five Digit six Digit seven Digit eight Digit nine Colon Semicolon Less-than sign Equals sign Greater-than sign Question mark ! " # $ % & ' ( ) * + , . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? Intermec Fingerprint v8.xx — Font Reference Manual NASC 1253 Glyph ASCII dec. @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ 064 065 066 067 068 069 070 071 072 073 074 075 076 077 078 079 080 081 082 083 084 085 086 087 088 089 090 091 092 093 094 095 096 097 098 099 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 ASCII hex Unicode hex Unicode name 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49 0x4A 0x4B 0x4C 0x4D 0x4E 0x4F 0x50 0x51 0x52 0x53 0x54 0x55 0x56 0x57 0x58 0x59 0x5A 0x5B 0x5C 0x5D 0x5E 0x5F 0x60 0x61 0x62 0x63 0x64 0x65 0x66 0x67 0x68 0x69 0x6A 0x6B 0x6C 0x6D 0x6E 0x6F 0x70 0x71 0x72 0x73 0x74 0x75 0x76 0x77 0x78 0x79 0x7A 0x7B 0x7C 0x7D 0x7E 0x7F 0x0040 0x0041 0x0042 0x0043 0x0044 0x0045 0x0046 0x0047 0x0048 0x0049 0x004A 0x004B 0x004C 0x004D 0x004E 0x004F 0x0050 0x0051 0x0052 0x0053 0x0054 0x0055 0x0056 0x0057 0x0058 0x0059 0x005A 0x005B 0x005C 0x005D 0x005E 0x005F 0x0060 0x0061 0x0062 0x0063 0x0064 0x0065 0x0066 0x0067 0x0068 0x0069 0x006A 0x006B 0x006C 0x006D 0x006E 0x006F 0x0070 0x0071 0x0072 0x0073 0x0074 0x0075 0x0076 0x0077 0x0078 0x0079 0x007A 0x007B 0x007C 0x007D 0x007E 0x007F Commercial at Latin capital letter A Latin capital letter B Latin capital letter C Latin capital letter D Latin capital letter E Latin capital letter F Latin capital letter G Latin capital letter H Latin capital letter I Latin capital letter J Latin capital letter K Latin capital letter L Latin capital letter M Latin capital letter N Latin capital letter O Latin capital letter P Latin capital letter Q Latin capital letter R Latin capital letter S Latin capital letter T Latin capital letter U Latin capital letter V Latin capital letter W Latin capital letter X Latin capital letter Y Latin capital letter Z Left square bracket Reverse solidus Right square bracket Circumflex accent Low line Grave accent Latin small letter a Latin small letter b Latin small letter c Latin small letter d Latin small letter e Latin small letter f Latin small letter g Latin small letter h Latin small letter i Latin small letter j Latin small letter k Latin small letter l Latin small letter m Latin small letter n Latin small letter o Latin small letter p Latin small letter q Latin small letter r Latin small letter s Latin small letter t Latin small letter u Latin small letter v Latin small letter w Latin small letter x Latin small letter y Latin small letter z Left curly bracket Vertical line Right curly bracket Tilde Delete 53 Chapter 3 — Character Sets Windows Greek Character Set, cont. Glyph ASCII dec. € □ ‚ ƒ „ … † ‡ □ ‰ □ ‹ □ □ □ □ □ ‘ ’ “ ” • – — □ ™ □ › □ □ □ □ ΅ Ά £ ¤ ¥ ¦ § ¨ © □ « ¬ ® ― ° ± 2 3 � µ ¶ · Έ Ή Ί » Ό ½ Ύ Ώ 54 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 ASCII hex Unicode hex Unicode name 0x80 0x81 0x82 0x83 0x84 0x85 0x86 0x87 0x88 0x89 0x8A 0x8B 0x8C 0x8D 0x8E 0x8F 0x90 0x91 0x92 0x93 0x94 0x95 0x96 0x97 0x98 0x99 0x9A 0x9B 0x9C 0x9D 0x9E 0x9F 0xA0 0xA1 0xA2 0xA3 0xA4 0xA5 0xA6 0xA7 0xA8 0xA9 0xAA 0xAB 0xAC 0xAD 0xAE 0xAF 0xB0 0xB1 0xB2 0xB3 0xB4 0xB5 0xB6 0xB7 0xB8 0xB9 0xBA 0xBB 0xBC 0xBD 0xBE 0xBF 0x00AC 0x0000 0x201A 0x0192 0x201E 0x2026 0x2020 0x2021 0x0000 0x2030 0x0000 0x2039 0x0000 0x0000 0x0000 0x0000 0x0000 0x2018 0x2019 0x201C 0x201D 0x2022 0x2013 0x2014 0x0000 0x2122 0x0000 0x203A 0x0000 0x0000 0x0000 0x0000 0x00A0 0x0385 0x0386 0x00A3 0x00A4 0x00A5 0x00A6 0x00A7 0x00A8 0x00A9 0x0000 0x00AB 0x00AC 0x00AD 0x00AE 0x2015 0x00B0 0x00B1 0x00B2 0x00B3 0x0384 0x00B5 0x00B6 0x00B7 0x0388 0x0389 0x038A 0x00BB 0x038C 0x00BD 0x038E 0x038F Euro sign Undefined Single low-9 quotation mark Latin small letter f with hook Double low-9 quotation mark Horizontal ellipsis Dagger Double dagger Undefined Per mille sign Undefined Single left-pointing angle quotation mark Undefined Undefined Undefined Undefined Undefined Left single quotation mark Right single quotation mark Left double quotation mark Right double quotation mark Bullet En dash Em dash Undefined Trade mark sign Undefined Single right-pointing angle quotation mark Undefined Undefined Undefined Undefined No-break space Greek dialytika tonos Greek capital letter ALPHA with tonos Pound sign Currency sign Yen sign Broken bar Section sign Diaeresis Copyright sign Undefined Left-pointing double angle quotation mark Not sign Soft hyphen Registered sign Horizontal bar Degree sign Plus-minus sign Superscript 2 Superscript 3 Greek tonos Micro sign Pilcrow sign Middle dot Greek capital letter EPSILON with tonos Greek capital letter ETA with tonos Greek capital letter IOTA with tonos Right-pointing double angle quotation mark Greek capital letter OMICRON with tonos Vulgar fraction one half Greek capital letter UPSILON with tonos Greek capital letter OMEGA with tonos NASC 1253 Glyph ASCII dec. ΐ Α Β Γ Δ Ε Ζ Η Θ Ι Κ Λ Μ Ν Ξ Ο Π Ρ □ Σ Τ Υ Φ Χ Ψ Ω Ϊ Ϋ ά έ ή ί ΰ α β γ δ ε ζ η θ ι κ λ μ ν ξ ο π ρ ς σ τ υ φ χ ψ ω ϊ ϋ ό ύ ώ □ 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 ASCII hex Unicode hex Unicode name 0xC0 0xC1 0xC2 0xC3 0xC4 0xC5 0xC6 0xC7 0xC8 0xC9 0xCA 0xCB 0xCC 0xCD 0xCE 0xCF 0xD0 0xD1 0xD2 0xD3 0xD4 0xD5 0xD6 0xD7 0xD8 0xD9 0xDA 0xDB 0xDC 0xDD 0xDE 0xDF 0xE0 0xE1 0xE2 0xE3 0xE4 0xE5 0xE6 0xE7 0xE8 0xE9 0xEA 0xEB 0xEC 0xED 0xEE 0xEF 0xF0 0xF1 0xF2 0xF3 0xF4 0xF5 0xF6 0xF7 0xF8 0xF9 0xFA 0xFB 0xFC 0xFD 0xFE 0xFF 0x0390 0x0391 0x0392 0x0393 0x0394 0x0395 0x0396 0x0397 0x0398 0x0399 0x039A 0x039B 0x039C 0x039D 0x039E 0x039F 0x03A0 0x03A1 0x0000 0x03A3 0x03A4 0x03A5 0x03A6 0x03A7 0x03A8 0x03A9 0x03AA 0x03AB 0x03AC 0x03AD 0x03AE 0x03AF 0x03B0 0x03B1 0x03B2 0x03B3 0x03B4 0x03B5 0x03B6 0x03B7 0x03B8 0x03B9 0x03BA 0x03BB 0x03BC 0x03BD 0x03BE 0x03BF 0x03C0 0x03C1 0x03C2 0x03C3 0x03C4 0x03C5 0x03C6 0x03C7 0x03C8 0x03C9 0x03CA 0x03CB 0x03CC 0x03CD 0x03CE 0x0000 Greek capital letter IOTA w dialytika and tonos Greek capital letter ALPHA Greek capital letter BETA Greek capital letter GAMMA Greek capital letter DELTA Greek capital letter EPSILON Greek capital letter ZETA Greek capital letter ETA Greek capital letter THETA Greek capital letter IOTA Greek capital letter KAPPA Greek capital letter LAMDA Greek capital letter MU Greek capital letter NU Greek capital letter XI Greek capital letter OMICRON Greek capital letter PI Greek capital letter RHO Undefined Greek capital letter SIGMA Greek capital letter TAU Greek capital letter UPSILON Greek capital letter PHI Greek capital letter CHI Greek capital letter PSI Greek capital letter OMEGA Greek capital letter IOTA with dialytika Greek capital letter UPSILON with dialytika Greek small letter alpha with tonos Greek small letter epsilon with tonos Greek small letter eta with tonos Greek small letter iota with tonos Greek small letter upsilon w dialytika and tonos Greek small letter alpha Greek small letter beta Greek small letter gamma Greek small letter delta Greek small letter epsilon Greek small letter zeta Greek small letter eta Greek small letter theta Greek small letter iota Greek small letter kappa Greek small letter lamda Greek small letter mu Greek small letter nu Greek small letter xi Greek small letter omicron Greek small letter pi Greek small letter rho Greek small letter final sigma Greek small letter sigma Greek small letter tau Greek small letter upsilon Greek small letter phi Greek small letter chi Greek small letter psi Greek small letter omega Greek small letter iota with dialytika Greek small letter upsilon with dialytika Greek small letter omicron with tonos Greek small letter upsilon with tonos Greek small letter omega with tonos Undefined Intermec Fingerprint v8.xx — Font Reference Manual Chapter 3 — Character Sets Windows Latin 5 Character Set Glyph ASCII dec. ASCII hex Unicode hex Unicode name 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050 051 052 053 054 055 056 057 058 059 060 061 062 063 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0A 0x0B 0x0C 0x0D 0x0E 0x0F 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1A 0x1B 0x1C 0x1D 0x1E 0x1F 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2A 0x2B 0x2C 0x2D 0x2E 0x2F 0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39 0x3A 0x3B 0x3C 0x3D 0x3E 0x3F 0x0000 0x0001 0x0002 0x0003 0x0004 0x0005 0x0006 0x0007 0x0008 0x0009 0x000A 0x000B 0x000C 0x000D 0x000E 0x000F 0x0010 0x0011 0x0012 0x0013 0x0014 0x0015 0x0016 0x0017 0x0018 0x0019 0x001A 0x001B 0x001C 0x001D 0x001E 0x001F 0x0020 0x0021 0x0022 0x0023 0x0024 0x0025 0x0026 0x0027 0x0028 0x0029 0x002A 0x002B 0x002C 0x002D 0x002E 0x002F 0x0030 0x0031 0x0032 0x0033 0x0034 0x0035 0x0036 0x0037 0x0038 0x0039 0x003A 0x003B 0x003C 0x003D 0x003E 0x003F Null Start of heading Start of text End of text End of transmission Enquiry Acknowledge Bell Backspace Horizontal tabulation Line feed Vertical tabulation Form feed Carriage return Shift out Shift in Data link escape Device control one Device control two Device control three Device control four Negative acknowledge Synchronous idle End of transmission block Cancel End of medium Substitute Escape File separator Group separator Record separator Unit separator Space Exclamation mark Quotation mark Number sign Dollar sign Percent sign Ampersand Apostrophe Left parenthesis Right parenthesis Asterisk Plus sign Comma Hyphen-Minus Full stop Solidus Digit zero Digit one Digit two Digit three Digit four Digit five Digit six Digit seven Digit eight Digit nine Colon Semicolon Less-than sign Equals sign Greater-than sign Question mark ! " # $ % & ' ( ) * + , . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? Intermec Fingerprint v8.xx — Font Reference Manual NASC 1254 Glyph ASCII dec. @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ 064 065 066 067 068 069 070 071 072 073 074 075 076 077 078 079 080 081 082 083 084 085 086 087 088 089 090 091 092 093 094 095 096 097 098 099 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 ASCII hex Unicode hex Unicode name 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49 0x4A 0x4B 0x4C 0x4D 0x4E 0x4F 0x50 0x51 0x52 0x53 0x54 0x55 0x56 0x57 0x58 0x59 0x5A 0x5B 0x5C 0x5D 0x5E 0x5F 0x60 0x61 0x62 0x63 0x64 0x65 0x66 0x67 0x68 0x69 0x6A 0x6B 0x6C 0x6D 0x6E 0x6F 0x70 0x71 0x72 0x73 0x74 0x75 0x76 0x77 0x78 0x79 0x7A 0x7B 0x7C 0x7D 0x7E 0x7F 0x0040 0x0041 0x0042 0x0043 0x0044 0x0045 0x0046 0x0047 0x0048 0x0049 0x004A 0x004B 0x004C 0x004D 0x004E 0x004F 0x0050 0x0051 0x0052 0x0053 0x0054 0x0055 0x0056 0x0057 0x0058 0x0059 0x005A 0x005B 0x005C 0x005D 0x005E 0x005F 0x0060 0x0061 0x0062 0x0063 0x0064 0x0065 0x0066 0x0067 0x0068 0x0069 0x006A 0x006B 0x006C 0x006D 0x006E 0x006F 0x0070 0x0071 0x0072 0x0073 0x0074 0x0075 0x0076 0x0077 0x0078 0x0079 0x007A 0x007B 0x007C 0x007D 0x007E 0x007F Commercial at Latin capital letter A Latin capital letter B Latin capital letter C Latin capital letter D Latin capital letter E Latin capital letter F Latin capital letter G Latin capital letter H Latin capital letter I Latin capital letter J Latin capital letter K Latin capital letter L Latin capital letter M Latin capital letter N Latin capital letter O Latin capital letter P Latin capital letter Q Latin capital letter R Latin capital letter S Latin capital letter T Latin capital letter U Latin capital letter V Latin capital letter W Latin capital letter X Latin capital letter Y Latin capital letter Z Left square bracket Reverse solidus Right square bracket Circumflex accent Low line Grave accent Latin small letter a Latin small letter b Latin small letter c Latin small letter d Latin small letter e Latin small letter f Latin small letter g Latin small letter h Latin small letter i Latin small letter j Latin small letter k Latin small letter l Latin small letter m Latin small letter n Latin small letter o Latin small letter p Latin small letter q Latin small letter r Latin small letter s Latin small letter t Latin small letter u Latin small letter v Latin small letter w Latin small letter x Latin small letter y Latin small letter z Left curly bracket Vertical line Right curly bracket Tilde Delete 55 Chapter 3 — Character Sets Windows Latin 5 Character Set, cont. Glyph ASCII dec. € □ ‚ ƒ „ … † ‡ ^ ‰ Š ‹ Œ □ □ □ □ ‘ ’ “ ” • – — ~ ™ š › œ □ □ Ÿ ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ® ¯ ° ± 2 3 ´ µ ¶ · ¸ 1 º » ¼ ½ ¾ ¿ 56 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 ASCII hex Unicode hex Unicode name 0x80 0x81 0x82 0x83 0x84 0x85 0x86 0x87 0x88 0x89 0x8A 0x8B 0x8C 0x8D 0x8E 0x8F 0x90 0x91 0x92 0x93 0x94 0x95 0x96 0x97 0x98 0x99 0x9A 0x9B 0x9C 0x9D 0x9E 0x9F 0xA0 0xA1 0xA2 0xA3 0xA4 0xA5 0xA6 0xA7 0xA8 0xA9 0xAA 0xAB 0xAC 0xAD 0xAE 0xAF 0xB0 0xB1 0xB2 0xB3 0xB4 0xB5 0xB6 0xB7 0xB8 0xB9 0xBA 0xBB 0xBC 0xBD 0xBE 0xBF 0x00AC 0x0000 0x201A 0x0192 0x201E 0x2026 0x2020 0x2021 0x02C6 0x2030 0x0160 0x2039 0x0152 0x0000 0x0000 0x0000 0x0000 0x2018 0x2019 0x201C 0x201D 0x2022 0x2013 0x2014 0x02DC 0x2122 0x0161 0x203A 0x0153 0x0000 0x0000 0x0178 0x00A0 0x00A1 0x00A2 0x00A3 0x00A4 0x00A5 0x00A6 0x00A7 0x00A8 0x00A9 0x00AA 0x00AB 0x00AC 0x00AD 0x00AE 0x00AF 0x00B0 0x00B1 0x00B2 0x00B3 0x00B4 0x00B5 0x00B6 0x00B7 0x00B8 0x00B9 0x00BA 0x00BB 0x00BC 0x00BD 0x00BE 0x00BF Euro sign Undefined Single low-9 quotation mark Latin small letter f with hook Double low-9 quotation mark Horizontal ellipsis Dagger Double dagger Modifier letter circumflex accent Per mille sign Latin capital letter S with caron Single left-pointing angle quotation mark Latin capital ligature OE Undefined Undefined Undefined Undefined Left single quotation mark Right single quotation mark Left double quotation mark Right double quotation mark Bullet En dash Em dash Small tilde Trade mark sign Latin small letter s with caron Single right-pointing angle quotation mark Latin small ligature oe Undefined Undefined Latin capital letter Y with diaeresis No-break space Inverted exclamation mark Cent sign Pound sign Currency sign Yen sign Broken bar Section sign Diaeresis Copyright sign Feminine ordinal indicator Left-pointing double angle quotation mark Not sign Soft hyphen Registered sign Macron Degree sign Plus-minus sign Superscript 2 Superscript 3 Acute accent Micro sign Pilcrow sign Middle dot Cedilla Superscript one Masculine ordinal indicator Right-pointing double angle quotation mark Vulgar fraction one quarter Vulgar fraction one half Vulgar fraction three quarters Inverted question mark NASC 1254 Glyph ASCII dec. À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ğ Ñ Ò Ó Ô Õ Ö × Ø Ù Ú Û Ü İ Ş ß à á â ã ä å æ ç è é ê ë ì í î ï ğ ñ ò ó ô õ ö ÷ ø ù ú û ü ı ş ÿ 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 ASCII hex Unicode hex Unicode name 0xC0 0xC1 0xC2 0xC3 0xC4 0xC5 0xC6 0xC7 0xC8 0xC9 0xCA 0xCB 0xCC 0xCD 0xCE 0xCF 0xD0 0xD1 0xD2 0xD3 0xD4 0xD5 0xD6 0xD7 0xD8 0xD9 0xDA 0xDB 0xDC 0xDD 0xDE 0xDF 0xE0 0xE1 0xE2 0xE3 0xE4 0xE5 0xE6 0xE7 0xE8 0xE9 0xEA 0xEB 0xEC 0xED 0xEE 0xEF 0xF0 0xF1 0xF2 0xF3 0xF4 0xF5 0xF6 0xF7 0xF8 0xF9 0xFA 0xFB 0xFC 0xFD 0xFE 0xFF 0x00C0 0x00C1 0x00C2 0x00C3 0x00C4 0x00C5 0x00C6 0x00C7 0x00C8 0x00C9 0x00CA 0x00CB 0x00CC 0x00CD 0x00CE 0x00CF 0x011E 0x00D1 0x00D2 0x00D3 0x00D4 0x00D5 0x00D6 0x00D7 0x00D8 0x00D9 0x00DA 0x00DB 0x00DC 0x0130 0x015E 0x00DF 0x00E0 0x00E1 0x00E2 0x00E3 0x00E4 0x00E5 0x00E6 0x00E7 0x00E8 0x00E9 0x00EA 0x00EB 0x00EC 0x00ED 0x00EE 0x00EF 0x011F 0x00F1 0x00F2 0x00F3 0x00F4 0x00F5 0x00F6 0x00F7 0x00F8 0x00F9 0x00FA 0x00FB 0x00FC 0x0131 0x015F 0x00FF Latin capital letter A with grave Latin capital letter A with acute Latin capital letter A with circumflex Latin capital letter A with tilde Latin capital letter A with diaeresis Latin capital letter A with ring above Latin capital letter AE Latin capital letter C with cedilla Latin capital letter E with grave Latin capital letter E with acute Latin capital letter E with circumflex Latin capital letter E with diaeresis Latin capital letter I with grave Latin capital letter I with acute Latin capital letter I with circumflex Latin capital letter I with diaeresis Latin capital letter G with breve Latin capital letter N with tilde Latin capital letter O with grave Latin capital letter O with acute Latin capital letter O with circumflex Latin capital letter O with tilde Latin capital letter O with diaeresis Multiplication sign Latin capital letter O with stroke Latin capital letter U with grave Latin capital letter U with acute Latin capital letter U with circumflex Latin capital letter U with diaeresis Latin capital letter I with dot above Latin capital letter S with cedilla Latin small letter sharp s Latin small letter a with grave Latin small letter a with acute Latin small letter a with circumflex Latin small letter a with tilde Latin small letter a with diaeresis Latin small letter with ring above Latin small letter AE Latin small letter c with cedilla Latin small letter e with grave Latin small letter e with acute Latin small letter e with circumflex Latin small letter e with diaeresis Latin small letter i with grave Latin small letter i with acute Latin small letter i with circumflex Latin small letter i with diaeresis Latin small letter g with breve Latin small letter n with tilde Latin small letter o with grave Latin small letter o with acute Latin small letter o with circumflex Latin small letter o with tilde Latin small letter o with diaeresis Division sign Latin small letter o with stroke Latin small letter u with grave Latin small letter u with acute Latin small letter u with circumflex Latin small letter u with diaeresis Latin small letter dotless i Latin small letter s with cedilla Latin small lettery with diaeresis Intermec Fingerprint v8.xx — Font Reference Manual Chapter 3 — Character Sets Windows Baltic Rim Character Set Glyph ASCII dec. ASCII hex Unicode hex Unicode name 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050 051 052 053 054 055 056 057 058 059 060 061 062 063 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0A 0x0B 0x0C 0x0D 0x0E 0x0F 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1A 0x1B 0x1C 0x1D 0x1E 0x1F 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2A 0x2B 0x2C 0x2D 0x2E 0x2F 0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39 0x3A 0x3B 0x3C 0x3D 0x3E 0x3F 0x0000 0x0001 0x0002 0x0003 0x0004 0x0005 0x0006 0x0007 0x0008 0x0009 0x000A 0x000B 0x000C 0x000D 0x000E 0x000F 0x0010 0x0011 0x0012 0x0013 0x0014 0x0015 0x0016 0x0017 0x0018 0x0019 0x001A 0x001B 0x001C 0x001D 0x001E 0x001F 0x0020 0x0021 0x0022 0x0023 0x0024 0x0025 0x0026 0x0027 0x0028 0x0029 0x002A 0x002B 0x002C 0x002D 0x002E 0x002F 0x0030 0x0031 0x0032 0x0033 0x0034 0x0035 0x0036 0x0037 0x0038 0x0039 0x003A 0x003B 0x003C 0x003D 0x003E 0x003F Null Start of heading Start of text End of text End of transmission Enquiry Acknowledge Bell Backspace Horizontal tabulation Line feed Vertical tabulation Form feed Carriage return Shift out Shift in Data link escape Device control one Device control two Device control three Device control four Negative acknowledge Synchronous idle End of transmission block Cancel End of medium Substitute Escape File separator Group separator Record separator Unit separator Space Exclamation mark Quotation mark Number sign Dollar sign Percent sign Ampersand Apostrophe Left parenthesis Right parenthesis Asterisk Plus sign Comma Hyphen-Minus Full stop Solidus Digit zero Digit one Digit two Digit three Digit four Digit five Digit six Digit seven Digit eight Digit nine Colon Semicolon Less-than sign Equals sign Greater-than sign Question mark ! " # $ % & ' ( ) * + , . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? Intermec Fingerprint v8.xx — Font Reference Manual NASC 1257 Glyph ASCII dec. @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ 064 065 066 067 068 069 070 071 072 073 074 075 076 077 078 079 080 081 082 083 084 085 086 087 088 089 090 091 092 093 094 095 096 097 098 099 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 ASCII hex Unicode hex Unicode name 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49 0x4A 0x4B 0x4C 0x4D 0x4E 0x4F 0x50 0x51 0x52 0x53 0x54 0x55 0x56 0x57 0x58 0x59 0x5A 0x5B 0x5C 0x5D 0x5E 0x5F 0x60 0x61 0x62 0x63 0x64 0x65 0x66 0x67 0x68 0x69 0x6A 0x6B 0x6C 0x6D 0x6E 0x6F 0x70 0x71 0x72 0x73 0x74 0x75 0x76 0x77 0x78 0x79 0x7A 0x7B 0x7C 0x7D 0x7E 0x7F 0x0040 0x0041 0x0042 0x0043 0x0044 0x0045 0x0046 0x0047 0x0048 0x0049 0x004A 0x004B 0x004C 0x004D 0x004E 0x004F 0x0050 0x0051 0x0052 0x0053 0x0054 0x0055 0x0056 0x0057 0x0058 0x0059 0x005A 0x005B 0x005C 0x005D 0x005E 0x005F 0x0060 0x0061 0x0062 0x0063 0x0064 0x0065 0x0066 0x0067 0x0068 0x0069 0x006A 0x006B 0x006C 0x006D 0x006E 0x006F 0x0070 0x0071 0x0072 0x0073 0x0074 0x0075 0x0076 0x0077 0x0078 0x0079 0x007A 0x007B 0x007C 0x007D 0x007E 0x007F Commercial at Latin capital letter A Latin capital letter B Latin capital letter C Latin capital letter D Latin capital letter E Latin capital letter F Latin capital letter G Latin capital letter H Latin capital letter I Latin capital letter J Latin capital letter K Latin capital letter L Latin capital letter M Latin capital letter N Latin capital letter O Latin capital letter P Latin capital letter Q Latin capital letter R Latin capital letter S Latin capital letter T Latin capital letter U Latin capital letter V Latin capital letter W Latin capital letter X Latin capital letter Y Latin capital letter Z Left square bracket Reverse solidus Right square bracket Circumflex accent Low line Grave accent Latin small letter a Latin small letter b Latin small letter c Latin small letter d Latin small letter e Latin small letter f Latin small letter g Latin small letter h Latin small letter i Latin small letter j Latin small letter k Latin small letter l Latin small letter m Latin small letter n Latin small letter o Latin small letter p Latin small letter q Latin small letter r Latin small letter s Latin small letter t Latin small letter u Latin small letter v Latin small letter w Latin small letter x Latin small letter y Latin small letter z Left curly bracket Vertical line Right curly bracket Tilde Delete 57 Chapter 3 — Character Sets Windows Baltic Rim Character Set, cont. Glyph ASCII dec. € □ ‚ □ „ … † ‡ □ ‰ □ ‹ □ ¨ ˇ ¸ □ ‘ ’ “ ” • – — □ ™ □ › □ ¯ ˛ □ □ ¢ £ ¤ □ ¦ § Ø © Ŗ « ¬ ® Æ ° ± 2 3 ´ µ ¶ · ø 1 ŗ » ¼ ½ ¾ æ 58 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 ASCII hex Unicode hex Unicode name 0x80 0x81 0x82 0x83 0x84 0x85 0x86 0x87 0x88 0x89 0x8A 0x8B 0x8C 0x8D 0x8E 0x8F 0x90 0x91 0x92 0x93 0x94 0x95 0x96 0x97 0x98 0x99 0x9A 0x9B 0x9C 0x9D 0x9E 0x9F 0xA0 0xA1 0xA2 0xA3 0xA4 0xA5 0xA6 0xA7 0xA8 0xA9 0xAA 0xAB 0xAC 0xAD 0xAE 0xAF 0xB0 0xB1 0xB2 0xB3 0xB4 0xB5 0xB6 0xB7 0xB8 0xB9 0xBA 0xBB 0xBC 0xBD 0xBE 0xBF 0x00AC 0x0000 0x201A 0x0000 0x201E 0x2026 0x2020 0x2021 0x0000 0x2030 0x0000 0x2039 0x0000 0x00A8 0x02C7 0x00B8 0x0000 0x2018 0x2019 0x201C 0x201D 0x2022 0x2013 0x2014 0x0000 0x2122 0x0000 0x203A 0x0000 0x00AF 0x02DB 0x0000 0x00A0 0x0000 0x00A2 0x00A3 0x00A4 0x0000 0x00A6 0x00A7 0x00D8 0x00A9 0x0156 0x00AB 0x00AC 0x00AD 0x00AE 0x00C6 0x00B0 0x00B1 0x00B2 0x00B3 0x00B4 0x00B5 0x00B6 0x00B7 0x00F8 0x00B9 0x0157 0x00BB 0x00BC 0x00BD 0x00BE 0x00E6 Euro sign Undefined Single low-9 quotation mark Undefined Double low-9 quotation mark Horizontal ellipsis Dagger Double dagger Undefined Per mille sign Undefined Single left-pointing angle quotation mark Undefined Diaeresis Caron Cedilla Undefined Left single quotation mark Right single quotation mark Left double quotation mark Right double quotation mark Bullet En dash Em dash Undefined Trade mark sign Undefined Single right-pointing angle quotation mark Undefined Macron Ogonek Undefined No-break space Undefined Cent sign Pound sign Currency sign Undefined Broken bar Section sign Latin capital letter O with stroke Copyright sign Latin capital letter R with cedilla Left-pointing double angle quotation mark Not sign Soft hyphen Registered sign Latin capital letter Æ Degree sign Plus-minus sign Superscript 2 Superscript 3 Acute accent Micro sign Pilcrow sign Middle dot Latin small letter o with stroke Superscript one Latin small letter r with cedilla Right-pointing double angle quotation mark Vulgar fraction one quarter Vulgar fraction one half Vulgar fraction three quarters Latin small letter æ Glyph ASCII dec. Ą Į Ā Ć Ä Å Ę Ē Č É Ź Ė Ģ Ķ Ī Ļ Š Ń Ņ Ó Ō Õ Ö × Ų Ł Ś Ū Ü Ż Ž ß ą į ā ć ä å ę ē č é ź ė ģ ķ ī ļ š ń ņ ó ō õ ö ÷ ų ł ś ū ü ż ž ˙ 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 NASC 1257 ASCII hex Unicode hex Unicode name 0xC0 0xC1 0xC2 0xC3 0xC4 0xC5 0xC6 0xC7 0xC8 0xC9 0xCA 0xCB 0xCC 0xCD 0xCE 0xCF 0xD0 0xD1 0xD2 0xD3 0xD4 0xD5 0xD6 0xD7 0xD8 0xD9 0xDA 0xDB 0xDC 0xDD 0xDE 0xDF 0xE0 0xE1 0xE2 0xE3 0xE4 0xE5 0xE6 0xE7 0xE8 0xE9 0xEA 0xEB 0xEC 0xED 0xEE 0xEF 0xF0 0xF1 0xF2 0xF3 0xF4 0xF5 0xF6 0xF7 0xF8 0xF9 0xFA 0xFB 0xFC 0xFD 0xFE 0xFF 0x0104 0x012E 0x0100 0x0106 0x00C4 0x00C5 0x0118 0x0112 0x010C 0x00C9 0x0179 0x0116 0x0122 0x0136 0x012A 0x013B 0x0160 0x0143 0x0145 0x00D3 0x014C 0x00D5 0x00D6 0x00D7 0x0172 0x0141 0x015A 0x016A 0x00DC 0x017B 0x017D 0x00DF 0x0105 0x012F 0x0101 0x0107 0x00E4 0x00E5 0x0119 0x0113 0x010D 0x00E9 0x017A 0x0117 0x0123 0x0137 0x012B 0x013C 0x0161 0x0144 0x0146 0x00F3 0x014D 0x00F5 0x00F6 0x00F7 0x0173 0x0142 0x015B 0x016B 0x00FC 0x017C 0x017E 0x02D9 Latin capital letter A with ogonek Latin capital letter I with ogonek Latin capital letter A with macron Latin capital letter C with acute Latin capital letter A with diaeresis Latin capital letter A with ring above Latin capital letter E with ogonek Latin capital letter E with macron Latin capital letter C with caron Latin capital letter E with acute Latin capital letter Z with acute Latin capital letter E with dot above Latin capital letter G with cedilla Latin capital letter K with cedilla Latin capital letter I with macron Latin capital letter L with cedilla Latin capital letter S with caron Latin capital letter N with acute Latin capital letter N with cedilla Latin capital letter O with acute Latin capital letter O with macron Latin capital letter O with tilde Latin capital letter O with diaeresis Multiplication sign Latin capital letter U with ogonek Latin capital letter L with stroke Latin capital letter S with acute Latin capital letter U with macron Latin capital letter U with diaeresis Latin capital letter Z with dot above Latin capital letter Z with caron Latin small letter sharp s Latin small letter a with ogonek Latin small letter i with ogonek Latin small letter a with macron Latin small letter c with acute Latin small letter a with diaeresis Latin small letter with ring above Latin small letter e with ogonek Latin small letter e with macron Latin small letter c with caron Latin small letter e with acute Latin small letter z with acute Latin small letter e with dot above Latin small letter g with cedilla Latin small letter k with cedilla Latin small letter i with macron Latin small letter l with cedilla Latin small letter s with caron Latin small letter n with acute Latin small letter n with cedilla Latin small letter o with acute Latin small letter o with macron Latin small letter o with tilde Latin small letter o with diaeresis Division sign Latin small letter u with ogonek Latin small letter l with stroke Latin small letter s with acute Latin small letter u with macron Latin small letter u with diaeresis Latin small letter z with dot above Latin small letter z with caron Dot above Intermec Fingerprint v8.xx — Font Reference Manual Chapter 3 — Character Sets OCR-A BT Character Set Intermec Fingerprint v8.xx — Font Reference Manual (automatically selected) 59 Chapter 3 — Character Sets OCR-B 10 Pitch BT Character Set 60 (automatically selected) Intermec Fingerprint v8.xx — Font Reference Manual Chapter 3 — Character Sets DingDings SWA Character Set (automatically selected) Note: This font replaces Zapf Dingbats BT in FP 8.xx Intermec Fingerprint v8.xx — Font Reference Manual 61 Chapter 3 — Character Sets 62 Intermec Fingerprint v8.xx — Font Reference Manual 4 User-defined Map Tables This chapter describes how to build your own map tables using the NSC1 and NSC2 file formats. Intermec Fingerprint v8.xx — Font Reference Manual 63 Chapter 4 — User-defined Map Tables The NSC1 File Format The NSC1 format is intended to be used for languages that do not require more than 256 characters. The format is very simple; it consists of a small (4 bytes) header followed by the Unicode character hexcodes for character #0 to character #255. Each Unicode character hexcode is divided between two bytes; the most significant byte (MSB) and the least significant byte (LSB). For example, in the Unicode number 0x2014 (Em dash) 0x20 is MSB and 0x14 is LSB. A file created in this format can be used in the Fingerprint statement NASC <filename>. When naming the file, give it the extension .NCS. You can modify existing files, that are downloadable from the Intermec printer support web, or create a new one from scratch. NSC1 File Format Byte # 0 0x4E (= ‘N’) Byte # 1 0x53 (= ‘S’) Byte # 2 0x43 (= ‘C’) Byte # 3 0x31 (= ‘1’) Byte # 4 MSB for character #0 Byte # 5 LSB for character #0 Byte # 6 MSB for character #1 Byte # 7 LSB for character #1 Byte # 8 MSB for character #2 Byte # 9 LSB for character #2 Byte # 10 MSB for character #3 Byte # 11 LSB for character #3 ....... Byte # 510 MSB for character #253 Byte # 511 LSB for character #253 Byte # 512 MSB for character #254 Byte # 513 LSB for character #254 Byte # 514 MSB for character #255 Byte # 515 LSB for character #255 Step-by-step instructions for replacing a glyph in an existing character set with a new glyph that is not included in that set: 64 1. Find the Unicode hex value for the desired glyph. 2. In the character set, find the position where you want to place the new glyph. 3. Open the character set file, for example cp1252.ncs with a hexeditor (see example 2 on page 14). Intermec Fingerprint v8.xx — Font Reference Manual Chapter 4 — User-defined Map Tables The NSC1 File Format, cont. 4. Place the Unicode hex value at the desired position in the table. 5. Store the new character set file under a new name, for example qcp1252.ncs. 6. Now you have created a character set that can be downloaded to the printer and be used with the NASC statement, for example NASC"qcp1252.ncs". Example 1: The following example shows how the character map table Windows Latin 1 (NASC 1252) looks in the NSC1 file format. Please note that the byte values have been specified in hexadecimal notation in the table for clarity. Only parts of the actual mapping is shown. Windows Latin 1 Character Set in NSC1 File Format (file name cp1252.ncs) Byte # Hex Value Byte Unicode # Glyph 0 0x4E N 1 0x53 S 2 0x43 C 3 0x31 1 4 0x00 MSB U+0000 Null 5 0x00 LSB U+0000 Null 6 0x00 MSB U+0000 Start of heading 7 0x01 LSB U+0001 Start of heading 304 0x20 MSB U+2013 En dash 305 0x13 LSB U+2013 En dash 306 0x20 MSB U+2014 Em dash 307 0x14 LSB U+2014 Em dash 512 0x00 MSB U+00FE Latin small letter thorn 513 0xFE LSB U+00FE Latin small letter thorn 514 0x00 MSB U+00FF Latin small letter y with diaeresis 515 0xFF LSB U+00FF Latin small letter y with diaeresis ....... ....... Intermec Fingerprint v8.xx — Font Reference Manual 65 Chapter 4 — User-defined Map Tables The NSC1 File Format, cont. Example 2: The table below shows how the Windows Latin 1 Character Set may look in a hex editor (file name cp1252.nsc). 66 Addressc Unicode hex values 00000000 4E53 4331 0000 0001 0002 0003 0004 0005 00000016 0006 0007 0008 0009 000A 000B 000C 000D 00000032 000E 000F 0010 0011 0012 0013 0014 0015 00000048 0016 0017 0018 0019 001A 001B 001C 001D 00000064 001E 001F 0020 0021 0022 0023 0024 0025 00000080 0026 0027 0028 0029 002A 002B 002C 002D 00000112 0036 0037 0038 0039 003A 003B 003C 003D 00000128 003E 003F 0040 0041 0042 0043 0044 0045 00000144 0046 0047 0048 0049 004A 004B 004C 004D 00000160 004E 004F 0050 0051 0052 0053 0054 0055 00000176 0056 0057 0058 0059 005A 005B 005C 005D 00000192 005E 005F 0060 0061 0062 0063 0064 0065 00000208 0066 0067 0068 0069 006A 006B 006C 006D 00000224 006E 006F 0070 0071 0072 0073 0074 0075 00000240 0076 0077 0078 0079 007A 007B 007C 007D 00000256 007E 007F 20AC 0000 201A 0192 201E 2026 00000272 2020 2021 02C6 2030 0160 2039 0152 0000 00000288 017D 0000 0000 2018 2019 201C 201D 2022 00000304 2013 2014 02DC 2122 0161 203A 0153 0000 00000320 017E 0178 00A0 00A1 00A2 00A3 00A4 00A5 00000336 00A6 00A7 00A8 00A9 00AA 00AB 00AC 00AD 00000352 00AE 00AF 00B0 00B1 00B2 00B3 00B4 00B5 00000368 00B6 00B7 00B8 00B9 00BA 00BB 00BC 00BD 00000384 00BE 00BF 00C0 00C1 00C2 00C3 00C4 00C5 00000400 00C6 00C7 00C8 00C9 00CA 00CB 00CC 00CD 00000416 00CE 00CF 00D0 00D1 00D2 00D3 00D4 00D5 00000432 00D6 00D7 00D8 00D9 00DA 00DB 00DC 00DD 00000448 00DE 00DF 00E0 00E1 00E2 00E3 00E4 00E5 00000464 00E6 00E7 00E8 00E9 00EA 00EB 00EC 00ED 00000480 00EE 00EF 00F0 00F1 00F2 00F3 00F4 00F5 00000496 00F6 00F7 00F8 00F9 00FA 00FB 00FC 00FD 00000512 00FE 00FF Intermec Fingerprint v8.xx — Font Reference Manual Chapter 4 — User-defined Map Tables The NSC2 File Format The NSC2 file format is used for fonts that contain more than 256 characters, thus requiring double-byte encoding. A small program, which handles the two-way conversion between ASCII unicode mapping tables and a specific double-byte mapping table (.NCD) used in Intermec Printers can be downloaded via the Intermec printer support web. Intermec Fingerprint v8.xx — Font Reference Manual 67 Chapter 4 — User-defined Map Tables 68 Intermec Fingerprint v8.xx — Font Reference Manual 5 Font Resource Printout Samples This chapter provides scanned printout samples of the various fonts included as portable font resources in Fingerprint-compatible printers along with the hexadecimal Unicode number of each glyph. Intermec Fingerprint v8.xx — Font Reference Manual 69 Chapter 5 — Font Resource Printout Samples Description The scalable TrueDoc fonts in Intermec Fingerprint v8.xx-compatible printers come as portable font resources (pfr) from Bitstream Inc. • Standard Font Set This is the standard set of fonts that comes installed in the printers firmware and consists of 15 fonts. All these fonts, except No. 12 to 14, contain the Euro currency sign (€). Font 0. 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. • Swiss 721 BT Prestige 12 Pitch Bold BT Zurich Extra Condensed BT Swiss 721 Bold BT Swiss 721 Bold Condensed BT Dutch 801 Roman BT Dutch 801 Bold BT Century Schoolbook BT Futura Light BT Letter Gothic 12 Pitch BT Monospace 821 BT Monospace 821 Bold BT OCR-A BT OCR-B 10 Pitch BT DingDings SWA 656 Characters 258 " 258 " 258 " 258 " 258 " 258 " 258 " 258 " 258 " 258 " 258 " 224 " 253 " 390 " Middle East Font Set This is an optional set containing three fonts. They do not support the Euro currency sign (€). The font Swiss 721 Mediterranean BT is a subset of the more comprehensive Swiss 721 BT. 0. Swiss 721 Mediterranean BT 330 Characters 1. Sharif Light BT 392 " 2. Hadassah BT 307 " Additional Font Sets In addition to the pfr sets described above and on the pages ahead, a number of font sets (stored on compact flash Font Cards) can be purchased from Intermec. These are: Kanji (Japanese), Korean, Chinese (traditional), Chinese (simplified) and a separate font set for Eastern Europe and the Middle East. 70 Intermec Fingerprint v8.xx — Font Reference Manual Chapter 5 — Font Resource Printout Samples Standard Font Set Font 0: Swiss 721 BT Intermec Fingerprint v8.xx — Font Reference Manual 71 Chapter 5 — Font Resource Printout Samples Standard Font Set Font 0: Swiss 721 BT, cont. 72 Intermec Fingerprint v8.xx — Font Reference Manual Chapter 5 — Font Resource Printout Samples Standard Font Set Font 1: Prestige 12 Pitch Bold BT Intermec Fingerprint v8.xx — Font Reference Manual 73 Chapter 5 — Font Resource Printout Samples Standard Font Set Font 2: Zurich Extra Condensed BT 74 Intermec Fingerprint v8.xx — Font Reference Manual Chapter 5 — Font Resource Printout Samples Standard Font Set Font 3: Swiss 721 Bold BT Intermec Fingerprint v8.xx — Font Reference Manual 75 Chapter 5 — Font Resource Printout Samples Standard Font Set Font 4: Swiss 721 Bold Condensed BT 76 Intermec Fingerprint v8.xx — Font Reference Manual Chapter 5 — Font Resource Printout Samples Standard Font Set Font 5: Dutch 801 Roman BT Intermec Fingerprint v8.xx — Font Reference Manual 77 Chapter 5 — Font Resource Printout Samples Standard Font Set Font 6: Dutch 801 Bold BT 78 Intermec Fingerprint v8.xx — Font Reference Manual Chapter 5 — Font Resource Printout Samples Standard Font Set Font 7: Century Schoolbook BT Intermec Fingerprint v8.xx — Font Reference Manual 79 Chapter 5 — Font Resource Printout Samples Standard Font Set Font 8: Futura Light BT 80 Intermec Fingerprint v8.xx — Font Reference Manual Chapter 5 — Font Resource Printout Samples Standard Font Set Font 9: Letter Gothic 12 Pitch BT Intermec Fingerprint v8.xx — Font Reference Manual 81 Chapter 5 — Font Resource Printout Samples Standard Font Set Font 10: Monospace 821 BT 82 Intermec Fingerprint v8.xx — Font Reference Manual Chapter 5 — Font Resource Printout Samples Standard Font Set Font 11: Monospace 821 Bold BT Intermec Fingerprint v8.xx — Font Reference Manual 83 Chapter 5 — Font Resource Printout Samples Standard Font Set Font 12: OCR-A BT 84 Intermec Fingerprint v8.xx — Font Reference Manual Chapter 5 — Font Resource Printout Samples Standard Font Set Font 13: OCR-B 10 Pitch BT Intermec Fingerprint v8.xx — Font Reference Manual 85 Chapter 5 — Font Resource Printout Samples Standard Font Set Font 14: DingDings SWA 86 Intermec Fingerprint v8.xx — Font Reference Manual Chapter 5 — Font Resource Printout Samples Standard Font Set Font 14: DingDings SWA, cont Intermec Fingerprint v8.xx — Font Reference Manual 87 Chapter 5 — Font Resource Printout Samples Middle East Font Set Font 0: Swiss 721 Mediterranean BT 88 Intermec Fingerprint v8.xx — Font Reference Manual Chapter 5 — Font Resource Printout Samples Middle East Font Set Font 1: Sharif Light BT Intermec Fingerprint v8.xx — Font Reference Manual 89 Chapter 5 — Font Resource Printout Samples Middle East Font Set Font 1: Sharif Light BT, cont. 90 Intermec Fingerprint v8.xx — Font Reference Manual Chapter 5 — Font Resource Printout Samples Middle East Font Set Font 2: Hadassah BT Intermec Fingerprint v8.xx — Font Reference Manual 91 Chapter 5 — Font Resource Printout Samples 92 Intermec Fingerprint v8.xx — Font Reference Manual 6 Purchasing Fonts Intermec Fingerprint v8.xx — Font Reference Manual 93 Intermec Technologies Corporation Corporate Headquarters 6001 36th Avenue West Everett , WA 98203 U.S.A. tel +425.348.2600 fax +425.355.9551 www.intermec.com Intermec Fingerprint v8.xx Font Reference Manual *1-960455-01* *1-960455-01*