Written by Allen Wyatt (last updated January 31, 2022)
This tip applies to Word 97, 2000, 2002, and 2003
Word includes a wide range of fields you can use to perform special functions within your documents. One such field is the Symbol field. This field allows you to insert virtually any character you can think of in your documents.
In effect, the Symbol field duplicates the functionality provided by using the Symbol dialog box to insert a symbol in your document. The difference between the two is that when you use the Symbol dialog box, the actual symbol character is inserted in your document. When you use the Symbol field, the actual character is not inserted. Instead, the field is maintained in your document and simply replaced with the symbol character when the document is printed or the field is calculated. (This is a fine distinction, to be sure, but it does make a difference in how Word operates behind the scenes.)
The syntax for the Symbol field is as follows:
{ Symbol 123 }
Note that the field name is followed by a number. This number represents the ANSI value of the character you want inserted. You can use either the decimal value (as shown here) or the hexadecimal value, which is signified by prefacing the number with 0x, as in 0xA7. You can also use the actual character, within quotes, if desired.
There are other switches you can use with the Symbol field, as well. You can use the \f switch to specify the name of the font in which the symbol should be rendered. You can also use the \s switch to specify a point size for rendering the symbol. For instance, if you wanted to use a 17-point Webdings font, you could put the field together as follows:
{ SYMBOL 100 \f "webdings" \s 17 }
When you use a larger point size, it is possible for the symbol to mess up the line spacing (vertical spacing) of your paragraph. This can ruin an otherwise perfect layout. If you want to force Word to ignore any spacing dictated by the symbol size, you can add the \h switch to the field. The result is that as the symbol size increases, it starts to encroach on the line directly above, and possibly overwriting it.
WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (553) applies to Microsoft Word 97, 2000, 2002, and 2003. You can find a version of this tip for the ribbon interface of Word (Word 2007 and later) here: Using the SYMBOL Field.
Create Custom Apps with VBA! Discover how to extend the capabilities of Office 2013 (Word, Excel, PowerPoint, Outlook, and Access) with VBA programming, using it for writing macros, automating Office applications, and creating custom applications. Check out Mastering VBA for Office 2013 today!
Third-party programs can be used to affect a document and change what is contained therein. Of course, getting rid of ...
Discover MoreUsing File | Properties you can specify different information to be stored with your document. If you create your own ...
Discover MoreYou can use sequence fields for reliable numbering. They are quick, easy, and don't have some of the drawbacks of ...
Discover MoreFREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)
Got a version of Word that uses the menu interface (Word 97, Word 2000, Word 2002, or Word 2003)? This site is for you! If you use a later version of Word, visit our WordTips site focusing on the ribbon interface.
Visit the WordTips channel on YouTube
FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2023 Sharon Parq Associates, Inc.
Comments