各种符号的代码表示
常用符号数字代码

代码中各种符号的意思

代码中各种符号的意思
在编写代码时,我们会使用各种符号来表示不同的意义和操作。
以下是一些常见的符号及其意义:
1. 等号(=):表示赋值,将右边的值赋给左边的变量。
2. 加号(+)和减号(-):表示加法和减法操作。
3. 乘号(*)和除号(/):表示乘法和除法操作。
4. 百分号(%):表示取模操作,即求余数。
5. 尖号(^):表示按位异或操作,将两个二进制数的每一位进行异或运算。
6. 逗号(,):表示分隔符,将多个表达式或变量分隔开。
7. 大括号({}):表示代码块,用于将多个语句组合成一个整体。
8. 小括号(()):表示函数调用或表达式的分组。
9. 中括号([]):表示数组的下标,用于访问数组中的元素。
10. 分号(;):表示语句的结束。
了解这些符号的意义和用法可以帮助我们更好地理解和编写代码。
- 1 -。
代码中常用符号详解

1)贴图:<img src="图片地址">2)加入连接:<a href="所要连接的相关地址">写上你想写的字</a>3)在新窗口打开连接:<a href="相关地址" target="_blank">写上要写的字</a>4)移动字体(走马灯):<marquee>写上你想写的字</marquee>5)字体加粗:<b>写上你想写的字</b>6)字体斜体:<i>写上你想写的字</i>7)字体下划线: <u>写上你想写的字</u>8)字体删除线: <s>写上你想写的字</s>9)字体加大: <big>写上你想写的字</big>10)字体控制大小:<h1>写上你想写的字</h1> (其中字体大小可从h1-h5,h1最大,h5最小)11)更改字体颜色:<font color="#value">写上你想写的字</font>(其中value值在000000与ffffff(16位进制)之间12)消除连接的下划线:<a href="相关地址" style="text-decoration:none">写上你想写的字</a>13)贴音乐:<embed src="音乐地址" width="宽度" height="高度" autostart=false>14)贴flash: <embed src="flash地址" width="宽度" height="高度">15)贴影视文件:<img dynsrc="文件地址" width="宽度" height="高度" start=mouseover>16)换行:<br>17)段落:<p>段落</p>18)原始文字样式:<pre>正文</pre>19)换帖子背景:<body background="背景图片地址">20)固定帖子背景不随滚动条滚动:<body background="背景图片地址" bodybgproperties=fixed>21)定制帖子背景颜色:<body bgcolor="#value">(value值见10)22)帖子背景音乐:<bgsound="背景音乐地址" loop=infinite>23)贴网页:<iframe src="相关地址" width="宽度" height="高度"></iframe>。
C语言的基本符号

C语言的基本符号C语言是一种广泛应用于系统软件和应用软件开发中的编程语言。
在C语言中,一些特殊的符号起到了关键的作用,它们用来表示数据类型、运算符、分隔符等。
本文将介绍C语言中的一些基本符号及其作用。
一、数据类型符号1. int:用于声明整型变量,表示一个整数。
2. float:用于声明单精度浮点型变量,表示一个带有小数的实数。
3. double:用于声明双精度浮点型变量,表示一个更大范围的实数。
4. char:用于声明字符型变量,表示一个字符。
5. void:表示无类型,常用于函数的返回类型或指针类型。
二、常用运算符符号1. +:用于两个数的加法运算。
2. -:用于两个数的减法运算,或表示负数。
3. *:用于两个数的乘法运算。
4. /:用于两个数的除法运算。
5. %:取余运算符,用于求两个数相除后的余数。
6. =:赋值运算符,将右边的值赋给左边的变量。
7. ==:等于运算符,用于判断两个数是否相等。
8. !=:不等于运算符,用于判断两个数是否不相等。
9. >:大于运算符,用于判断左边的数是否大于右边的数。
10. <:小于运算符,用于判断左边的数是否小于右边的数。
11. >=:大于等于运算符,用于判断左边的数是否大于等于右边的数。
12. <=:小于等于运算符,用于判断左边的数是否小于等于右边的数。
三、常用分隔符符号1. ;:分号,用于表示语句的结束。
2. ,:逗号,用于分隔表达式中的多个元素。
3. ():括号,用于表示函数的参数列表或改变某个表达式的运算优先级。
4. {}:花括号,用于表示代码块的开始和结束。
5. []:方括号,用于表示数组的下标。
四、其他符号1. &:引用运算符,用于获取变量的地址。
2. *:指针运算符,用于声明指针变量或通过指针获取变量的值。
3. #:预处理器符号,用于指示编译器进行预处理操作。
4. /* */:注释符号,用于对代码进行注释,增加代码的可读性。
各种字符图案代码

各种字符图案代码各种字符图案代码<font face=wingdings size=4>A</font> A <font face=wingdings size=4>a</font> a<font face=wingdings size=4>B</font> B <font face=wingdings size=4>b</font> b<font face=wingdings size=4>C</font> C <font face=wingdings size=4>c</font> c<font face=wingdings size=4>D</font> D <font face=wingdings size=4>d</font> d<font face=wingdings size=4>E</font> E <font face=wingdings size=4>e</font> e<font face=wingdings size=4>F</font> F <font face=wingdings size=4>f</font> f<font face=wingdings size=4>G</font> G <font face=wingdings size=4>g</font> g<font face=wingdings size=4>H</font> H <font face=wingdings size=4>h</font> h<font face=wingdings size=4>I</font> I <font face=wingdings size=4>i</font> i<font face=wingdings size=4>J</font> J <font face=wingdings size=4>j</font> j<font face=wingdings size=4>K</font><font face=wingdings size=4>L</font> L <font face=wingdings size=4>l</font> l<font face=wingdings size=4>M</font> M <font face=wingdings size=4>m</font> m <font face=wingdings size=4>N</font> N <font face=wingdings size=4>n</font> n<font face=wingdings size=4>O</font> O <font face=wingdings size=4>o</font> o <font face=wingdings size=4>P</font> P <font face=wingdings size=4>p</font> p <font face=wingdings size=4>Q</font> Q <font face=wingdings size=4>q</font> q <font face=wingdings size=4>R</font> R <font face=wingdings size=4>r</font> r <font face=wingdings size=4>S</font> S <font face=wingdings size=4>s</font> s<font face=wingdings size=4>T</font> T <font face=wingdings size=4>t</font> t<font face=wingdings size=4>U</font><font face=wingdings size=4>V</font> V <font face=wingdings size=4>v</font> v <font face=wingdings size=4>W</font> W <font face=wingdings size=4>w</font> w <font face=wingdings size=4>X</font> X <font face=wingdings size=4>x</font> x <font face=wingdings size=4>Y</font> Y <font face=wingdings size=4>y</font> y<font face=wingdings size=4>Z</font> Z <font face=wingdings size=4>z</font> z<font face=wingdings size=4>0123456789</font> 0123456789<font face=wingdings size=4>任意文字字母,变成特殊字符。
word里的各种符号的字母代码

word里的各种符号的字母代码比如在查找和替换时在对话框中输入^p就表示查找回车符,输入^l就是那种从网页上拷贝文章时带的那种向下的小箭头,求一个完全的代码,方便长文章的查找与替换,比如空格的是什么这些,谢谢~最佳答案不用通配符时:段落标记(↵)^p制表符(→) ^t任意单个字符(只用于查找框) ^?任意数字(单个)(只用于查找框) ^#任意英文字母(只用于查找框) ^$脱字号^^§分节符^%¶段落符号^v分栏符^n…省略号^i全角省略号^j—长划线^+1/4长划线^q–短划线^=无宽可选分隔符^x无宽非分隔符^z尾注标记(只用于查找框) ^e域(只用于查找框) ^d脚注标记(只用于查找框) ^f 或^2图形(只用于查找框) ^g 或^1↓手动换行符^l手动分页符^m不间断连字符^~不间断空格^s可选连字符^-分节符(只用于查找框) ^b白色空格(即空白区域,可以是常规空格、不间断空格以及制表符的任意组合)^w批注(只用于查找框) ^a 或^5全角空格(Unicode)^u8195半角空格(ASCII)^32半角空格(Unicode)^u8194ASCII 字符(范围1~128)^nnnANSI 字符(范围1~255)^0nnnUnicode 字符^Unnnn问号? ?→↓星号* *左括号( (右括号) )左中括号[ [右中括号] ]感叹号! !电邮符号@ @减号- -逗号, ,查找框中的内容(仅用于替换框)^& 剪贴板中的内容(仅用于替换框)^c 用通配符时:段落标记^13制表符^t任意单个字符?任意数字(单个)[0-9]任意英文字母[a-zA-Z]脱字号^^§分节符^%¶段落符号^v分栏符^n 或^14省略号^i全角省略号^j长划线^+1/4长划线^q短划线^=无宽可选分隔符^x无宽非分隔符^z尾注标记(不支持)域(不支持)脚注标记(不支持)图形^g手动换行符^l 或^11分页符/分节符^m不间断连字符^~不间断空格^s可选连字符^-分节符/分页符^m反斜杠\ \\问号? \?左括号( \(右括号) \)左中括号[ \[右中括号] \]感叹号! \!电邮符号@ \@减号- \-逗号, \,查找的内容^&剪贴板内容^c所有小写英文字母[a-z]所有大写英文字母[A-Z]所有西文字符[^1-^127]所有中文汉字和中文标点[!^1-^127]所有中文汉字(CJK统一字符)[一-龥] 或[一-﨩] 所有中文标点[!一-龥^1-^127]所有非数字字符[!0-9]不用通配符时:段落标记(↵)^p制表符(→) ^t任意单个字符(只用于查找框) ^? 任意数字(单个)(只用于查找框) ^# 任意英文字母(只用于查找框) ^$ 脱字号^^§分节符^%¶段落符号^v分栏符^n…省略号^i全角省略号^j—长划线^+1/4长划线^q–短划线^=无宽可选分隔符^x无宽非分隔符^z尾注标记(只用于查找框) ^e域(只用于查找框) ^d脚注标记(只用于查找框) ^f 或^2 图形(只用于查找框) ^g 或^1↓手动换行符^l手动分页符^m不间断连字符^~ 用通配符时:段落标记^13制表符^t任意单个字符?任意数字(单个)[0-9] 任意英文字母[a-zA-Z] 脱字号^^§分节符^%¶段落符号^v分栏符^n 或^14省略号^i全角省略号^j长划线^+1/4长划线^q短划线^=无宽可选分隔符^x无宽非分隔符^z尾注标记(不支持)域(不支持)脚注标记(不支持)图形^g手动换行符^l 或^11 分页符/分节符^m不间断连字符^~不间断空格^s可选连字符^-分节符(只用于查找框) ^b白色空格(即空白区域,可以是常规空格、不间断空格以及制表符的任意组合)^w批注(只用于查找框) ^a 或^5全角空格(Unicode)^u8195半角空格(ASCII)^32半角空格(Unicode)^u8194ASCII 字符(范围1~128)^nnn ANSI 字符(范围1~255)^0nnn Unicode 字符^Unnnn反斜杠\ \问号? ?→↓星号* *左括号( (右括号) )左中括号[ [右中括号] ]感叹号! !电邮符号@ @减号- -逗号, ,查找框中的内容(仅用于替换框)^& 剪贴板中的内容(仅用于替换框)^c 不间断空格^s可选连字符^-分节符/分页符^m反斜杠\ \\问号? \?星号* \*左括号( \(右括号) \)左中括号[ \[右中括号] \]感叹号! \!电邮符号@ \@减号- \-逗号, \,查找的内容^&剪贴板内容^c所有小写英文字母[a-z]所有大写英文字母[A-Z]所有西文字符[^1-^127]所有中文汉字和中文标点[!^1-^127] 所有中文汉字(CJK统一字符)[一-龥] 或[一-﨩]所有中文标点[!一-龥^1-^127]所有非数字字符[!0-9]。
c语言中的常用符号

c语⾔中的常⽤符号⼀、注释符号: ⽤于在代码中添加说明,编译器会⽤空格代替注释符号和内容: 使⽤⽅法如: int p; /*这是⼀个整型变量*/ 这样写也是合法的: int/*这是⼀个整型变量*/p; //等效为int p; 这样写是⾮法的: in/*这是⼀个整型变量*/t p; //等效为in t p;⼆、连接符号: 编译器会将语句最后的反斜杠'\'去掉,⾃动连接到下⼀⾏代码。
注意反斜杠后⾯不能跟任何符号,空格符号也不⾏。
例如: int a,b,\ c,d; //等效为 int a,b,c,d;三、转义符号: c语⾔中字符集中的所有字符都可以⽤转义字符的⽅式来表⽰,转义字符有3种表⽰⽅式。
第⼀种⽅式是反斜杠加字母: '\n' 换⾏ '\r' 回车 第⼆种是\ddd,反斜杠加3位⼋进制: '\012' 表⽰ASCII码为10的字符,即'\n'换⾏符号 '\102' 表⽰ASCII码为66的字符'B' 第三种是\xhh,反斜杠加2位⼗六进制: '\x0a' 表⽰ASCII码为10的字符,即'\n'换⾏符号 '\x42' 表⽰ASCII码为66的字符'B' *总之,第⼀种⽅式仅⽤于表⽰部分常⽤字符,后⾯两种可以⽤于所有字符的表⽰。
*字符的理解:字符在计算机中的储存实际上都是⼀个数字,例如'A'在计算机中占⽤⼀个字节,数值为65.这样的话,字符也当然可以⽤于进⾏运算,例如:int a = 'A' + 5; //a的值为70四、逻辑运算符号: 位运算逻辑运算符有: & 与 | 或 ^ 异或 ~ 取反 << 左移 >> 右移 *要注意‘&’和‘&&’、‘&’和‘||’的区别,单个的‘&’,‘|’都是⽤于位运算,双个的‘&&’,‘||’⽤于逻辑判断。
符号大全

符号大全将下面代码复制进记事本,改扩展名txt为htm再打开,有惊喜!<html><head><title>特殊字符、常规符号及其代码对照表</title></head><body><center style="font-size:20px;color:#000000;"><form name="font"><select name="family" size="1" onChange="JavaScript:chgFont();" style="font-size:20px; color:#000000;"><option selected value="Webdings">Webdings</option><option value="Wingdings">Wingdings</option><option value="Wingdings 2">Wingdings 2</option><option value="Wingdings 3">Wingdings 3</option><option value="Symbol">Symbol</option><option value="Geotype TT">Geotype TT</option><option value="Bookshelf Symbol 7">Bookshelf Symbol 7</option><option value="EDB Indians">EDB Indians</option><option value="GDT">GDT</option><option value="SG01">SG01</option><option value="Symap">Symap</option><option value="Symusic">Symusic</option><option value="Symath">Symath</option><option value="UniversalMath1 BT">UniversalMath1 BT</option></select>符号、常规符号及其代码对照表</form></center><script language="JavaScript">document.write('<table border="1" width="100%" cellspacing="0" cellpadding="0">');for (j=0;j<4;j++) {document.write('<td bgcolor="menu" bordercolor="menu" align="center" valign="middle" width="7%" style="font-size:; color:red; font-family: fixedsys">代码</td>');document.write('<td id="F'+j+'" bgcolor="menu" bordercolor="" align="center" valign="middle" width="11%" style="font-size:; color:red; font-family: fixedsys">Webdings</td>');document.write('<td bgcolor="menu" bordercolor="menu" align="center" valign="middle" width="7%" style="font-size:; color:red; font-family: fixedsys">常规</td>');}for(i=32;i<256;i++){if (i%4==0) {document.write('<tr>');}document.write('<td bgcolor="menu" align="center" valign="middle" width="7%" style="font-size:; color:blue; font-family: fixedsys"><a>&#</a>'+i+';</td>');document.write('<td id="f'+i+'" align="center" valign="middle" width="11%" style="font-size:40px; color:red; font-family: Webdings">&#'+i+';</td>');document.write('<td align="center" valign="middle" width="7%" style="font-size:30px; color:blue; font-family: Arial">&#'+i+';</td>');if (i%4==3) {document.write('</tr>');}}document.write('</table>');</script><script language="JavaScript">function chgFont() {fontIndex = document.font.family.selectedIndex;fontV alue = document.font.family.options[fontIndex].value;for (m=0;m<4;m++){eval('F'+m+'.innerHTML="'+fontV alue+'";');}for (n=32;n<256;n++){eval('f'+n+'.style.fontFamily="'+fontV alue+'";');}}chgFont();</script></body></html>。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
★<font size=5color=#ff0033>★</font>☆<font size=5color=#ff0033>☆</font>⊙<font size=5color=#ff0033>⊙</font>●<font size=5color=#ff0033>●</font>卐<font size=5color=#000000>卐</font>▓<font size=5color=#000000>▓</font>◆<font size=5color=#000000>◆</font>≈<font size=5color=#000000>≈</font>∴<font size=5color=#000000>∴</font>◎<font size=5color=#000000>◎</font>j<FONT FACE="Webdings" SIZE="+2"COLOR="#000000">j</FONT>h<FONT FACE="Webdings" SIZE="+2"COLOR="#000000">h</FONT>a<FONT FACE="Webdings" SIZE="+2"COLOR="#000000">a</FONT>V<FONT FACE="Webdings" SIZE="+2"COLOR="#000000">V</FONT>wWebdings" SIZE="+2"COLOR="#000000">w</FONT>!Webdings" SIZE="+2"COLOR="#000000">!</FONT>&<FONT FACE="Webdings" SIZE="+2"COLOR="#000000">&</FONT>"<FONT FACE="Webdings" SIZE="+<fontsize=5color=#000000>?</font> 2"COLOR="#000000">"</FONT>H<FONT FACE="Webdings" SIZE="+2"COLOR="#000000">H</FONT>U<FONT FACE="Webdings" SIZE="+2"COLOR="#000000">U</FONT>J<FONT FACE="Webdings" SIZE="+2"COLOR="#000000">J</FONT>L<FONT FACE="Webdings" SIZE="+2"COLOR="#000000">L</FONT>b<FONT FACE="Webdings" SIZE="+2"COLOR="#000000">b</FONT>e<FONT FACE="Webdings" SIZE="+2"COLOR="#000000">e</FONT>p<FONT FACE="Webdings" SIZE="+2"COLOR="#000000">p</FONT>O<FONT FACE="Webdings" SIZE="+2"COLOR="#000000">O</FONT>%<FONT FACE="Webdings" SIZE="+2"COLOR="#000000">%</FONT>v<FONT FACE="Webdings" SIZE="+2"COLOR="#000000">v</FONT>fWebdings" SIZE="+2"COLOR="#000000">f</FONT>NWebdings" SIZE="+2"COLOR="#000000">N</FONT>!<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">!</FONT>"<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">"</FONT>#<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">#</FONT>$<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">$</FONT>%<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">%</FONT>&<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">&</FONT>'<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">'</FONT>(<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">(</FONT>)<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">)</FONT>*<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">*</FONT>+<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">+</FONT>,<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">,</FONT>-Wingdings" SIZE="+2"COLOR="#000000">-</FONT>.Wingdings" SIZE="+2"COLOR="#000000">.</FONT>/<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">/</FONT><FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">0</FONT>1<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">1</FONT>2<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">2</FONT>3<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">3</FONT>4<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">4</FONT>5<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">5</FONT>6<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">6</FONT>7<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">7</FONT>8<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">8</FONT>9<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">9</FONT>:<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">:</FONT>;Wingdings" SIZE="+2"COLOR="#000000">;</FONT><Wingdings" SIZE="+2"COLOR="#000000"><</FONT>=<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">=</FONT>><FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">></FONT>?<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">?</FONT>@<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">@</FONT>A<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">A</FONT>B<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">B</FONT>C<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">C</FONT>D<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">D</FONT>E<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">E</FONT>F<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">F</FONT>G<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">G</FONT>H<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">H</FONT>IWingdings" SIZE="+2"COLOR="#000000">I</FONT>JWingdings" SIZE="+2"COLOR="#000000">J</FONT>K<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">K</FONT>L<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">L</FONT>M<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">M</FONT>N<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">N</FONT>O<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">O</FONT>P<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">P</FONT>Q<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">Q</FONT>R<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">R</FONT>S<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">S</FONT>T<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">T</FONT>U<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">U</FONT>V<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">V</FONT>WWingdings" SIZE="+2"COLOR="#000000">W</FONT>XWingdings" SIZE="+2"COLOR="#000000">X</FONT>Y<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">Y</FONT>Z<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">Z</FONT>[<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">[</FONT>]<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">]</FONT>^<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">^</FONT>_<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">_</FONT>`<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">`</FONT>a<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">a</FONT>b<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">b</FONT>c<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">c</FONT>d<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">d</FONT>e<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">e</FONT>fWingdings" SIZE="+2"COLOR="#000000">f</FONT>gWingdings" SIZE="+2"COLOR="#000000">g</FONT>h<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">h</FONT>i<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">i</FONT>j<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">j</FONT>k<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">k</FONT>l<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">l</FONT>m<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">m</FONT>n<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">n</FONT>o<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">o</FONT>p<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">p</FONT>q<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">q</FONT>r<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">r</FONT>s<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">s</FONT>tWingdings" SIZE="+2"COLOR="#000000">t</FONT>uWingdings" SIZE="+2"COLOR="#000000">u</FONT>v<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">v</FONT>w<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">w</FONT>x<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">x</FONT>y<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">y</FONT>z<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">z</FONT>{<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">{</FONT>|<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">|</FONT>}<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">}</FONT>~<FONT FACE="Wingdings" SIZE="+2"COLOR="#000000">~</FONT>?<FONT FACE="symbol"SIZE="+2"color="#000000">?</font>q<FONT FACE="Webdings" SIZE="+2"COLOR="#000000">q</FONT>x<FONT FACE="Webdings" SIZE="+2"COLOR="#000000">x</FONT>rWebdings" SIZE="+2"COLOR="#000000">r</FONT>yWebdings" SIZE="+2"COLOR="#000000">y</FONT>s<FONT FACE="Webdings" SIZE="+2"COLOR="#000000">s</FONT>z<FONT FACE="Webdings" SIZE="+2"COLOR="#000000">z</FONT>?<FONT FACE="Webdings" SIZE="+2"COLOR="#000000">?</FONT>o<FONT FACE="Webdings" SIZE="+2"COLOR="#000000">o</FONT>3<FONT FACE="Webdings" SIZE="+2"COLOR="#000000">3</FONT>4<FONT FACE="Webdings" SIZE="+2"COLOR="#000000">4</FONT>5<FONT FACE="Webdings" SIZE="+2"COLOR="#000000">5</FONT>6<FONT FACE="Webdings" SIZE="+2"COLOR="#000000">6</FONT>7<FONT FACE="Webdings" SIZE="+2"COLOR="#000000">7</FONT>8<FONT FACE="Webdings" SIZE="+2"COLOR="#000000">8</FONT>9<FONT FACE="Webdings" SIZE="+2"COLOR="#000000">9</FONT>~<FONT FACE="Webdings" SIZE="+2"COLOR="#000000">~</FONT>[<FONT FACE="Webdings" SIZE="+2"COLOR="#000000">[</FONT>]<FONT FACE="Webdings" SIZE="+2"COLOR="#000000">]</FONT>。