Insert Symbols or Special Characters Dialog

You can access the Insert Symbols or Special Characters dialog by using the following methods:

Depending on which method you use, the dialog contains one or both of the following tabs.

ClosedSymbols Tab

The Symbols tab is available when the you open the dialog by using either method.

Use the Symbols tab to insert characters and symbols from a variety of fonts into your templates and forms, including many that are not available on standard keyboards.

The Symbols tab provides access to a collection of unique TrueType fonts from Seagull Scientific that provide industry-specific symbols that you can use on your templates and data entry forms. For more information about these fonts, refer to Seagull Symbol Fonts.

The following options are available on the Symbols tab:

ClosedControl Characters Tab

The Control Characters tab is available when you open the dialog from the Data Sources property page.

A control character is a non-typable character that performs a function. For example, you may need to insert a <CR> character so that a carriage return is read in your printer code output. The supported characters are listed in the following table.

You can also find control characters on the Delimiter Value dialog when you create and modify printer code templates.

Character name

Displays as

ASCII value

Hexadecimal value

Null Character

<NUL>

00

00

Start of Heading

<SOH>

01

01

Start of Text

<STX>

02

02

End of Text

<ETX>

03

03

End of Transmission

<EOT>

04

04

Enquiry

<ENQ>

05

05

Acknowledge

<ACK>

06

06

Bell

<BEL>

07

07

Backspace

<BS>

08

08

Horizontal Tab

<HT>

09

09

Line Feed

<LF>

10

0A

Vertical Tab

<VT>

11

0B

Form Feed

<FF>

12

0C

Carriage Return

<CR>

13

0D

Shift Out

<SO>

14

0E

Shift In

<SI>

15

0F

Data Link Escape

<DLE>

16

10

Device Control 1 (XON)

<DC1>

17

11

Device Control 2

<DC2>

18

12

Device Control 3 (XOFF)

<DC3>

19

13

Device Control 4

<DC4>

20

14

Negative Acknowledgment

<NAK>

21

15

Synchronous Idle

<SYN>

22

16

End Transmission Block

<ETB>

23

17

Cancel

<CAN>

24

18

End of Medium

<EM>

25

19

Substitute

<SUB>

26

1A

Escape

<ESC>

27

1B

Field Separator

<FS>

28

1C

Group Separator

<GS>

29

1D

Record Separator

<RS>

30

1E

Unit Separator

<US>

31

1F

Delete

<DEL>

127

7F

Related Topics