This page tests the rendering of Unicode symbol characters.

Coded for Unicode (UTF-8) using Times New Roman (Windows 7)
Font stack on this page = "Times New Roman, Times, serif"

IDTT: Also see this companion PDF file for Unicode IDTT (InDesign Tagged Text).

Symbol Name

Hexadecimal—
&#x + hex number + ;

Alt+ decimal / ANSI number in MS Word
(Use numeric keypad + ALT key)

Decimal—
&# + decimal number + ;
HTML Alternate
Appears in the browser as: Coded in IDTT

Coded in XML / HTML

Appears in the file as: Coded in Word and other programs Appears in the browser as:

Coded in XML/HTML:

Appears in the browser as:

Coded in XML/HTML:

■ Black square

<0x25A0>

&#x25A0;

 

9632

&#9632;

 

 

∎ End of Proof/Halmos

<0x220E>

&#x220E;

 

8718

&#8718;

 

 

▪ Small black square

<0x25AA>

&#x25AA;

 

 

 

 

 

 

□ White square

<0x25A1>

&#x25A1;

 

9646

&#9646;

 

 

● Black circle

<0x25CF>

&#x25CF;

 

9679

&#9679;

 

 

• Bullet (standard bullet)

<0x2022>

&#x2022;

 

8226 or 0149

&#8226;

&bull;

¶ Pilcrow

<0x00B6>

&#x00B6;

 

 

 

 

 

 

… Ellipsis

<0x2026>

&#x2026;

 

8230

&#8230;

&hellip;

– En-dash

<0x2013>

&#x2013;

 

8211 or  0150

&#0150;

&ndash;

— Em-dash

<0x2014>

&#x2014;

 

8212 or  0151

&#0151;

&mdash;

En-space

text text <0x2002>

&#x2002;

 

8194

text text

&#8194;

text text

&ensp;

Em-space

text text <0x2003>

&#x2003;

 

8195

text text

&#8195;

text text

&emsp;

Figure Space

text text <0x2007>

&#x2007;

 

8199

text text

&#8199;

 

 

Thin Space

text text <0x2009>

&#x2009;

 

8201

text text

&#8201;

text text

&thinsp;

Non-breaking space

text text <0x00A0>

&#x00A0;

 

0160

text text

&#0160;

text text

&nbsp;

‑ Non-breaking hyphen

text‑text <0x2011>

&#x2011;

 

8209

text‑text

&#8209;

 

 

End of text marker   <0x0003> &#x0003;            

 

   

 

 

 

 

 

 

 

© Copyright sign

© <0x00A9>

&#x00A9;

 

0169

©

&#0169;

©

&copy;

® Registered sign

® <0x00AE>

&#x00AE;

 

0174

®

&#0174;

®

&reg;

™ Trademark

<0x2122>

&#x2122;

 

8482

&#8482;

&trade;

¢ Cent sign ¢ <0x00A2> &#x00A2;            
€ Euro sign <0x20AC> &#x20AC;            

“ Left quote / open quote

“text <0x201C>

&#x201C;

 

8220

“text

&#8220;

“text

&ldquo;

” Right quote / close quote

text” <0x2010>

&#x201D;

 

8221

text”

&#8221;

text”

&rdquo;

‘ Left single quote

‘text <0x2018>

&#x2018;

 

8216

‘text

&#8216;

‘text

&lsquo;

’ Right single quote/apostrophe

text’ <0x2019>

&#x2019;

 

8217

text’

&#8217;

text’

&rsquo;

 

   

 

 

 

 

 

 

 

β Beta (Greek lowercase)

β <0x03B2>

&#x03B2;

 

946

β

&#946;

β

&beta;

δ Delta (Greek lowercase)

δ <0x03B4>

&#x03B4;

 

948

δ

&#948;

δ

&delta;

Δ Delta (Greek uppercase)

Δ <0x0394>

&#x0394;

 

916

Δ

&#916;

Δ

&Delta;

∆ Increment (math)

Δ <0x2206>

&#x2206;

 

916

Δ

&#916;

Δ

&Delta;

μ Mu (Greek lowercase)

μ <0x03BC>

&#x03BC;

 

956

μ

&#956;

μ

&mu;

µ Micro sign (Math)

µ <0x00B5>

&#x00B5;

 

956

μ

&#956;

μ

&mu;

π Pi (Greek lowercase)

π <0x03C0>

&#x03C0;

 

960

π

&#960;

π

&pi;

∏ N-Ary Product

<0x220F>

&#x220F;

 

 

 

 

 

 

∑ N-Ary Sum

<0x2211>

&#x2211;

 

960

π

&#960;

π

&pi;

÷ Division sign

÷ <0x00F7>

&#x00F7;

 

0247

÷

&#247;

÷

&divide;

− Minus sign ÷ <0x2212> &#x2212;            

× Multiply symbol

× <0x00D7>

&#x00D7;

 

0215

×

&#215;

×

&times;

° Degree symbol

° <0x00B0>

&#x00B0;

 

0176

°

&#0176;

 

 

                   

Text characters that must be escaped in XML (so that they are not misread as specific XML codes)

& Ampersign &   &#x0026;   U + 0026 & &#38; & &amp;
" Double Quotes "   &#x0022;   U + 0022 " &#34; " &quot;
' Single Quotes / Apostrophe '   &#x0027;   U + 0027 ' &#39; ' &apos;

Alternate Quote Marks

“ Left quote / open quote

“text  

&#x201C;

 

8220

“text

&#8220;

“text

&ldquo;

” Right quote / close quote

text”  

&#x201D;

 

8221

text”

&#8221;

text”

&rdquo;

‘ Single quote, open

‘text  

&#x2018;

 

8216

‘text

&#8216;

‘text

&lsquo;

’ Single quote, close

text’  

&#x2019;

 

8217

text’

&#8217;

text’

&rsquo;

                   
< Less Than <   &#x003C;   U + 003C < &#60; < &lt;
> Greater Than >   &#x003E;   U + 003E > &#62; > &gt;
/ Slash (Solidus) /   &#x002F;   U + 002F / &#47;    
\ Backslash (Reverse Solidus) \   &#x005C;   U + 005C \ &#92;    

Last updated: March 17, 2014

Logo: Pub Com dot com