使用Unicode字符、控制符和特殊字符
 
 

You can use Unicode characters, control codes, and special characters in a text string to represent symbols. (All nontext characters must be entered as their ASCII equivalent.)

用户可以在文本字符串中使用 Unicode 字符、控制代码和特殊字符来代表符号。(所有的非文字字符必须用其 ASCII 等价值输入。)

You can create special characters by entering the following Unicode character strings:

用户可以输入以下 Unicode 字符串来创建特殊字符:

Unicode character descriptions

Unicode 字符说明  

Unicode character

Unicode 字符  

Description

说明

\U+00B0

Degree symbol

度符号

\U+00B1

Plus/minus tolerance symbol

正/负公差符号

\U+2205

Diameter dimensioning symbol

直径标注符号

In addition to using Unicode characters for special characters, you can specify a special character by including control information in the text string. Use a pair of percent signs (%%) to introduce each control sequence. For example, the following control code works with standard AutoCAD text and PostScript fonts to draw character number nnn:

除了可以使用 Unicode 字符作为特殊字符外,用户还可以通过在文本字符串中包括控制信息来指定特殊字符。使用两个百分数符号 (%%) 引入每个控制序列。例如,以下控制代码使用标准 AutoCAD 文字和 PostScript 字体描绘字符编号 nnn

%%nnn

These control codes work with standard AutoCAD text fonts only:

这些控制代码仅使用标准 AutoCAD 文字字体

Control code descriptions

控制代码说明

Control code

控制代码

Description

说明 

%%o

Toggles overscore mode on and off

打开或关闭上划线模式

%%u

Toggles underscore mode on and off

打开或关闭下划线模式  

%%d

Draws degree symbol

绘制度符号 

%%p

Draws plus and minus tolerance symbol

绘制正/负公差符号  

%%c

Draws diameter dimensioning symbol

绘制直径标注符号  

%%%

Draws single percent sign

绘制一个百分数符号