Character tables

Special characters, HTML usage. View characters the way your browser displays them.

Unicode Code Charts

This document is NOT set to any font-family.

Many browsers permit the user to set the default font.
Many default to "Times New Roman" for variable width font and
                          "Courier New" for fixed width font.
In order to display the characters with the spacing the normally use
there is no use of the HTML <pre> tag in this document which usually selects monospace

The browser rendition of these is dependent on the font-family and text size.

See Fonts and Font selection

A few interesting chartacters: 1F920🤠
x'EF AC 81' (ByteOrderMark ï ¬ ??) to characters 'fi' (x'66 69')
astrisk operator &lowast; is ∗ ; not * which is x'2A'.
To have astyle leave * next to function header arguments like void func(*arg) use // *NOPAD* .

<code><sup>&#xF8FF;</sup></code>       checkmark &#x2713;

Slashed zero by using <span style=font-famiy:monaco>0</span> see wikipedia. Also Inconsolata, Monaco, Menlo Consolas, Monospaced programming and typewriter fonts;Sans serif;Outline;Default zero slashed
non-break-hyphen &#x2011; is ‑ ; not - which is x'2D'
apple/mac command key &#x2318; ⌘ ; &#x2325; ⌥ Option aka ALT

Escape ESC &#x241B;  
Arrows ← ↑ → ↓ &larr; &uarr; &rarr; &darr;

UTF-8
E2 80 93––––– &ndash;
E2 80 94 ———&mdash;
E2 80 99 ' &apos; Example: We're
E2 80 9C &ldquo; left double quote
E2 80 9D &rdquo;
E2 88 92 & qqqq
Try using <style> .CC {font-family:monospace;font-size:160%}</style> with these as is done here.
New Line NL &#x2424;   ;   Line Feed LF &#x240A;   ;   Carriage Return CR &#x240D;
enter &crarr; &#x21B5; &#x23CE;
Other Control Character symbols

Dice, Chess ex: king:

8 BIT extended US-ASCII encoding
(American Standard Code for Information Interchange)
Rows 00 and 10 and 7F(DEL) are control characters and are usually considered unprintable (non-text)
  XML discourages use of characters 80 - 84, 86 - 9F (85 is … i.e. &hellip;)  
They do render in some character sets.
Question mark is x'3F', other appearances in this table are subsitiutions by your browser
_0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F
0_ ^@
�  
NUL
^A

SOH
^B

STX
^C

ETX
^D

EOT
^E

ENQ
^F

ACK
^G
BEL
^H
BACK
SPACE
^I
TAB
&tab;
^J
LINE
FEED
^K
VERTICAL
TAB
^L
FORM
FEED
^M
RETURN
^N
''
SO
^O
''
SI
1_ ^P
'
'
DLE
^Q
'
'
DC1
^R
'
'

DC2
^S
'
'
DC3
^T
'
'
DC4
^U
'
'
NAK
^V
'
'
SYN
^W
'
'
ETB
^X
'
'
CAN
^Y
'
'
EM
^Z
'
'
SUB
^[
'
'
ESC

'
'
FS

'
'
GS

'
'
RS

'
'
US
2_   space !
exclaimation
mark
 "
quotes
#
number sign,
sharp
$
dollar
%
percent
&
ampersand
'     
apostrophe
   
(
left paren
)
right paren
*
asterisk
+
plus
,
comma
-
hyphen
minus

&#x2011;
.
period
/
slash
solidus
3_ 0
zero
12 34567 89 :
colon
;
semicolon
>
greater than
=
equal
<
less than
?
question
_0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F
4_ @ ABCDEFGHIJKLMNO
5_ P QRSTUVWXY Z [
left
square bracket
\
reverse
solidus
]
right
square bracket
^
circumflex
accent
_
underscore
low-line
6_ `
grave
abcdefghijklm n o
7_ pqrstuvwx yz {
left brace
|
verticle
}
left brace
~
tilde
7F
DEL
copy / paste these characters may not work as you expect will insert x'C2 xx'
Wc3 discourages use of characters 80 - 84, 86 - 9F
(85 is … i.e. &hellip;)
_0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F
8_

not XML

euro


sbquo
ƒ
fnof

bdquo

hellip

dagger

Dagger
ˆ
circ

permil
Š
scaron

lsaquo
Œ
partial
line up

Ž

9_

DCS

lsquo

rsquo

ldquo

rdquo

bull

ndash

mdash
˜
tilde

trade mark
š
scaron

rsaquo
CSI
œ

ž
Ÿ
A_  
non-break
space         
¿
iquest
¡
iexcl
¢
cent
£
pound
¤
curren
¥
yen
¦
brvbar
§
section
¨
quot
©
copy
ª
feminine ordinal
super a
«
laquo
¬
not
­
soft hyphen
®
registered
trade mark
¯
macron,
overline
B_ °
degree
±
plusmn
²
sup2
³
sup3
´
acute
µ
micro

para
·
middot
¸
cedil
¹
sup1
º
ordm
»
raquo
Watch for
utf-8-sig
EF BB BF
¼
frac14
½
frac12
¾
frac34
¿
iquest
_0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F
C_
À Á
Â
Watch for
UTF8 leadin

Ã
Watch for
UTF8 leadin
Ä
Å
Watch for
UTF8 leadin

Æ
Watch for
UTF8 leadin
Ç È É Ê
Ë
Watch for
UTF8 leadin
Ì Í Î Ï
D_ Ð Ñ Ò Ó Ô Õ Ö ×
times
Ø Ù Ú Û Ü Ý Þ ß
E_ à á
â
Watch for
UTF8 leadin
ã ä å æ ç è é ê î ì í î ï
BOM ¿
F_ ð ñ ò ó ô õ ö ÷
divide
ø ù ú û ü ý þ ÿ
DEL ¿

Ref £inux Man pages


If characters in this group are be copied and pasted into ASCII text files, a prefix (ex: C2 ) will be prepended. That is 2 characters are inserted
They are part of the Extended ASCII character set.
That is, they are NOT unicode, as characters in pink groups are!
This table includes all printable codes from x'A0' to x'BF')
See chart for characters x'C0'-x'FF' Unicode chart for x'80'-x'FF'

6/10/22 on Mac OS X Firefox default character set does NOT have SOME of these!(Safari does)
frac14, frac12, frac34, ordf feminine , ordm masculine, sup1,sup2, sup3 , yen and cent

Preferences = Proportional:serif, Serif:Times, Sans-serif:Helvetica, Monospace:Courier
HOWEVER: on MS windows Firefox DOES render them! (options; Contentfonts & colors; advanced, Default Character encoding is set to Western (ISO-8859-1) (not 8859-15, IBM-850, MacRoman, Windows-1252, UTF-8, -16 -16BE -16LE

"" quot
&& amp
¡¡ iexcl
¿¿ iquest
¦¦ brvbar
¬¬ not
| or logical OR
&dager;dagger

diacritical marks
¨¨ uml
´´ acute
¸¸ cedil
§§sect
para
©©copy
®®reg
¯&; macron
¯&; macr
°&; deg
µ&; micro

·&; middot
compare
period middot

X. ·X

¬ ¬ &not;
¼ ¼ &frac14;
½ ½ &frac12;
¾ ¾ &frac34;
¹ ¹ sup1
² ² sup2
³ ³ sup3
compare
<sup>1<sup> &sup1;

  X1 X¹  

ordinal indicators
ª ordf  feminine
º ordm  masculine

< lt gt >
« laquo raquo »
± plusmn
× times
÷ divide

@ &atsign;
@ &#x40;


¢ cent
£ pound
euro
¤ curren
¥ yen
default variable width font

WWWWWWWWW
|||||||||
1x22x4444
–x––x–––– ndash
—x——x———— mdash


font-family:monospace

WWWWWWWWW
|||||||||
1 22 4444
– –– –––– ndash
— —— ———— mdash
WWWWWWWWW
|||||||||
1 22 4444

The use of the &shy; "Line may be broken here and hyphen inserted"
There is no hyphen in the source

This rather poory constructed sentance, which I tried hard to make rather long by adding this silly string, may be broken by the web­browser in the middle of the previous word webbrowser, since there is an embedded &shy; between the bs. You can see how it works by resizing the window narrower and narrower until the word webbrowser in green is hyphenated and then narrower and narrower until it is placed on the next line and "de-hyphenated". Given how hard I had to work to get this to work and the need to anticipate to desired hyphenation it seems that only a HTML generator could make use of the &shy;.


X X
XX
X X
X&NBSP;X

1 1234501 2 3 4 5 6 7 abcdefghijk


Previous line contains &NBSP;s but no normal spaces

Non Break Space
Although this cell has width=200 it is forced wider by the NonBreakSpace.
The character between the Xs in the first line IN THE SOURCE is a x'A0' (non-break space)
it is shown on the screen as a space so do NOT try to copy / paste it.


Good reference for language codesets at www.eki.ee/letter8859-1 to 8859-15

A4 currency
&curren; ¤
A6 brokenbar
&brvbar; ¦
A8 diaeresis
&uml; ¨
B4 accent acute
&acute; ´
B8 cedil
&cedil; ¸
BC 1/4
&frac14; ¼
BD 1/2
&frac12; ½
BE 3/4
&frac34; ¾
¤ ¦ ¨ ´ ¸ ¼ ½ ¾

W3 Named Character Referances
(I believe there are over 1,600 new ones since html4 for example: ∵ &because;

from www.w3.org/TR/html401/sgml/entities.html

W3 Char Reference

 

These are HTML "entities",
i.e. prefix each with &, and append a ; (example &spades; displays ♠
Note these are case sensitive, i.e. don't use &LE; ( &LE; not interpreted! ) for &le; ( ≤ )
♠ spades ♣ clubs ♥ hearts ♦ diams
∂ part ∞ infin ∫ int
∩ cap ∪ cup
∏ prod ∑ sum hyphen -  − minus
≈ asymp ≠ ne ≡ equiv
≤ le ≥ ge
• bull hellip
prime Prime √ radic
‾ oline ⁄ frasl ™ trade
◊ loz ¿ iquest
below are not rendered by Internet Explorer using courier or lucida font .
image was created with. Firefox (mozilla)
image
ℵ alefsym (hebrew)

∇ nabla          ∗ lowast

∴ there4 Therefore
∼ sim        ≅ cong
(simular)         (congruent)

∝ prop      ∠ ang       ⊂ sub       ⊃ sup
⊆ sube        ⊇ supe        ⊄ nsub
⊕ oplus         ⊗ otimes
⊥ perp         ⋅ sdot
⌈ lceil     ⌉ rceil       ⌊ lfloor    ⌋ rfloor
⟨ lang    ⟩ rang

↵ crarr
ϒ upsih     ϖ piv      ℘ weierp
ℑ image     ℜ real
∀ forall    ∃ exist    ∅ empty
∇ nabla
∈ isin    ∉ notin     ∋ ni
∧ and   ∨ or   ¬ not   | &Lor; &lOR;

 
Numeric, slashed &zero;

UTF-16 x'0100'-x'FFFF'

unicode.org authoratative!

These are a single character

0100-017F 0180-024F
0100 0x 1x 2x 3x 4x 5x 6x 7x 8x 9x Ax Bx Cx Dx Ex Fx
01x0Ā Đ Ġ İ ŀ Ő Š Ű ƀ Ɛ Ơ ư ǀ ǐ Ǡ ǰ
01x1ā đ ġ ı Ł ő š ű Ɓ Ƒ ơ Ʊ ǁ Ǒ ǡ DZ
01x2ā Ē Ģ IJ ł Œ Ţ Ų Ƃ ƒ Ƣ Ʋ ǂ ǒ Ǣ Dz
01x3ā ē ģ ij Ń œ ţ ų ƃ Ɠ ƣ Ƴ ǃ Ǔ ǣ dz
01x4Ą Ĕ Ĥ Ĵ ń Ŕ Ť Ŵ Ƅ Ɣ Ƥ ƴ DŽ ǔ Ǥ Ǵ
01x5ą ĕ ĥ ĵ Ņ ŕ ť ŵ ƅ ƕ ƥ Ƶ Dž Ǖ ǥ ǵ
01x6Ć Ė Ħ Ķ ņ Ŗ Ŧ Ŷ Ɔ Ɩ Ʀ ƶ dž ǖ Ǧ Ƕ
01x7ć ė ħ ķ Ň ŗ ŧ ŷ Ƈ Ɨ Ƨ Ʒ LJ Ǘ ǧ Ƿ
01x8Ĉ Ę Ĩ ĸ ň Ř Ũ Ÿ ƈ Ƙ ƨ Ƹ Lj ǘ Ǩ Ǹ
01x9ĉ ę ĩ Ĺ ʼn ř ũ Ź Ɖ ƙ Ʃ ƹ lj Ǚ ǩ ǹ
01xAĊ Ě Ī ĺ Ŋ Ś Ū ź Ɗ ƚ ƪ ƺ NJ ǚ Ǫ Ǻ
01xBċ ě ī Ļ ŋ ś ū Ż Ƌ ƛ ƫ ƻ Nj Ǜ ǫ ǻ
01xCČ Ĝ Ĭ ļ Ō Ŝ Ŭ ż ƌ Ɯ Ƭ Ƽ nj ǜ Ǭ Ǽ
01xDč ĝ ĭ Ľ ō ŝ ŭ Ž ƍ Ɲ ƭ ƽ Ǎ ǝ ǭ ǽ
01xEĎ Ğ Į Ľ Ŏ Ş Ů ž Ǝ ƞ Ʈ ƾ ǎ Ǟ Ǯ Ǿ
01xFď ğ į Ŀ ŏ ş ů ſ Ə Ɵ Ư ƿ Ǐ ǟ ǯ ǿ
   

0250 - 02AF IPA includes basic Latin letters and a number of Latin or Greek letters from other blocks.
02B0 - 02FF spacing modifier letters
Characters to represent speech sounds and occupy a space As opposed to with Combining character

0200 0x 1x 2x 3x 4x 5x 6x 7x 8x 9x Ax Bx Cx Dx Ex Fx
02x0Ȁ Ȑ Ƞ Ȱ ɀ ɐ ɠ ɰ ʀ ʐ ʠ ʰ ˀ ː ˠ ˰
02x1ȁ ȑ ȡ ȱ Ɂ ɑ ɡ ɱ ʁ ʑ ʡ ʱ ˁ ˑ ˡ ˱
02x2Ȃ Ȓ Ȣ Ȳ ɂ ɒ ɢ ɲ ʂ ʒ ʢ ʲ ˂ ˒ ˢ ˲
02x3Ȃ ȓ ȣ ȳ Ƀ ɓ ɣ ɳ ʃ ʓ ʣ ʳ ˃ ˓ ˣ ˳
02x4Ȅ Ȕ Ȥ ȴ Ʉ ɔ ɤ ɴ ʄ ʔ ʤ ʴ ˄ ˔ ˤ ˴
02x5ȅ ȕ ȥ ȵ Ʌ ɕ ɥ ɵ ʅ ʕ ʥ ʵ ˅ ˕ ˥ ˵
02x6Ȇ Ȗ Ȧ ȶ Ɇ ɖ ɦ ɶ ʆ ʖ ʦ ʶ ˆ ˖ ˦ ˶
02x7ȇ ȗ ȧ ȷ ɇ ɗ ɧ ɷ ʇ ʗ ʧ ʷ ˇ ˗ ˧ ˷
02x8Ȉ Ș Ȩ ȸ Ɉ ɘ ɨ ɸ ʈ ʘ ʨ ʸ ˈ ˘ ˨ ˸
02x9ȉ ș ȩ ȹ ɉ ə ɩ ɹ ʉ ʙ ʩ ʹ ˉ ˙ ˩ ˹
02xAȊ Ț Ȫ Ⱥ Ɋ ɚ ɪ ɺ ʊ ʚ ʪ ʺ ˊ ˚ ˪ ˺
02xBȋ ț ȫ Ȼ ɋ ɛ ɫ ɻ ʋ ʛ ʫ ʻ ˋ example
X X X X
   ˫ ˻
X X X X
see 0328
02xCȌ Ȝ Ȭ ȼ Ɍ ɜ ɬ ɼ ʌ ʜ ʬ ʼ ˌ ˜ ˬ ˼
02xDȍ ȝ ȭ Ƚ ɍ ɝ ɭ ɽ ʍ ʝ ʭ ʽ ˍ ˝ ˭ ˽
02xEȎ Ȟ Ȯ Ƚ Ɏ ɞ ɮ ɾ ʎ ʞ ʮ ʾ ˎ ˞ ˮ ˾
02xFȏ ȟ ȯ ȿ ɏ ɟ ɯ ɿ ʏ ʟ ʯ ʿ ˏ ˟ ˯ ˿
 

Combining Diacritical Marks

0300 0 1 2 3 4 5 6 7 8 9 A B C D E F
Combining Diacritical Marks 0300 - 036F
Rendered superimposed on the previous character
Interesting: 0&#x0338; 0̸ (Not good with Firefox as of 106.0.2 10/31/22)
These are shown after a lowercase letter o.
Example: o&#x0300;
Greek and Coptic including Archaic,
Numeral signs , Lowercase of editorial symbols,
Punctuation, Spacing accent marks ,
Variant letterforms, Coptic letters derived from Demotic
Additional archaic letters for Bactrian
0300ò ó ô ô ō o̅ ŏ ȯ ö ỏ o̊ ő ǒ o̍ o̎ ȍ
0x 1x 2x 3x 4x 5x 6x    7x 8x 9x Ax Bx Cx Dx Ex Fx
03x0 ò    o̐    o̠    o̰    ò    o͐    o͠      Ͱ    ΀    ΐ    Π    ΰ    π    ϐ    Ϡ    ϰ   
03x1 ó    ȏ    o̡    o̱    ó    o͑    o͡      ͱ    ΁    Α    Ρ    α    ρ    ϑ    ϡ    ϱ   
03x2 ô    o̒    o̢    o̲    o͂    o͒    o͢      Ͳ    ΂    Β    ΢    β    ς    ϒ    Ϣ    ϲ   
03x3 ô    o̓    ọ    o̳    o̓    o͓    oͣ      ͳ    ΃    Γ    Σ    γ    σ    ϓ    ϣ    ϳ   
03x4 ō    o̔    o̤    o̴    ö́    o͔    oͤ      ʹ    ΄    Δ    Τ    δ    τ    ϔ    Ϥ    ϴ   
03x5 o̅    o̕    o̥    o̵    oͅ    o͕    oͥ      ͵    ΅    Ε    Υ    ε    υ    ϕ    ϥ    ϵ   
03x6 ŏ    o̖    o̦    o̶    o͆    o͖    oͦ      Ͷ    Ά    Ζ    Φ    ζ    φ    ϖ    Ϧ    ϶   
03x7 ȯ    o̗    o̧    o̷    o͇    o͗    oͧ      ͷ    ·    Η    Χ    η    χ    ϗ    ϧ    Ϸ   
03x8 ö    o̘      0̸
example  
see 02CB   
o͈    o͘    oͨ      ͸    Έ    Θ    Ψ    θ    ψ    Ϙ    Ϩ    ϸ   
03x9 ỏ    o̙    o̩    o̹    o͉    o͙    oͩ      ͹    Ή    Ι    Ω    ι    ω    ϙ    ϩ    Ϲ   
03xA o̊    o̚    o̪    o̺    o͊    o͚    oͪ      ͺ    Ί    Κ    Ϊ    κ    ϊ    Ϛ    Ϫ    Ϻ   
03xB ő    ơ    o̫    o̻    o͋    o͛    oͫ      ͻ    ΋    Λ    Ϋ    λ    ϋ    ϛ    ϫ    ϻ   
03xC ǒ    o̜    o̬    o̼    o͌    o͜    oͬ      ͼ    Ό    Μ    ά    μ    ό    Ϝ    Ϭ    ϼ   
03xD o̍    o̝    o̭    o̽    o͍    o͝    oͭ      ͽ    ΍    Ν    έ    ν    ύ    ϝ    ϭ    Ͻ   
03xE o̎    o̞    o̮    o̽    o͎    o͞    oͮ      ;    Ύ    Ξ    ή    ξ    ώ    Ϟ    Ϯ    Ͼ   
03xF ȍ    o̟    o̯    o̿    o͏    o͟    oͯ      Ϳ    Ώ    Ο    ί    ο    Ϗ    ϟ    ϯ    Ͽ   

0400 Cyrillic
0500 Cyrillic Sup., Armenian, Hebrew
0600 Arabic
0700 Syriac, Arabic Sup., Thaana, N'Ko
0800 Samaritan, Mandaic Arabic Ext-A
0900 Devanagari, Bengali
0A00 Gurmukhi, Gujarati
0B00 Oriya, Tamil
0C00 Telugu, Kannada
0D00 Malayalam, Sinhala
0E00 Thai, Lao
0F00 Tibetan
1000 Myanmar, Georgian
1100 Hangul, Jamo
1200 Ethiopic
1300 Ethiopic, Eth. Sup.,
Cherokee(some latin)
1400 Unified Canadian
1500 Aboriginal
1600 Syllabics , Ogham, Runic
1700 Philippine, Khmer
1800 Mongolian, Canadian Syllabics Ext.
1900 Southeast Asian
...
1C00
1D00 Phonetic Extensions and Sup., Comb. Diacritics Sup.
1E00 Latin Extended Additional
1F00 Greek Extended
General Punction nonBreakHyphen ‑ (&#x2011;) Just what you've always been looking for!
Super/Supscripts &#x2072; ⁲ verses <sup>2<sup> 0i456789+-=()n
Currency Euro, lira, Rupee
combining diacriticals circle with arrow over, circle in clicle,circle in square
letter "like" symbols a/c, c/o, c/u, No,

Fractions
ThirdsFifths sixths
21532155 2156 2157 2158 2159 215A 2154
odd eights oneOver
215B 215C 215D 215E215F
Roman Numerals
ASCII
letters
IIIIIIIVVVIVIIVIII
&#x
  21602161216221632164216521662167
ASCII
letters
iiiiiiivvviviiviii
&#x
  21702171217221732174217521762177

2000 General Punctuation & Various spacing characters.
see http://jkorpela.fi/chars/spaces
<pre> or monospace always shows 1 space
200x > < regular space
> < nbsp
> < 4M space 2005
> < 6M space 2006
> < F  space 2007
> < regular space
> < Punctuation space 2008
> < thin space 2009
  &ThinSpace;
> < hair space 200A
 &VeryThinSpace;
>​< Zero width space 200B
 &NegativeVeryThinSpace;

graphic shows relative width click to enlarge
        0x     1x     2x     3x       4x     5x    6x     7x 8x     9x     Ax     Bx Cx     Dx     Ex     Fx
20x0         > <     ‐     †     ‰    
EN QUAD SP          aka
                                    &dagger;
⁀     ⁐     ⁠     ⁰     ₀     ₐ     ₠     ₰    
20x1       > <    ‑   ‡        ‱
 EM QUAD SP          aka
                                  &Dagger;
⁁     ⁑     ⁡     ⁱ     ₁     ₑ     ₡     ₱    
20x2       > <       ‒     •     ′
 EN SP
⁂     ⁒     >⁢<     ⁲     ₂     ₒ     ₢     ₲
20x3         > <     –     ‣     ″
 EM SP
⁃     ⁓     >⁢<     ⁳     ₃     ₓ     ₣     ₳
20x4       > <   —     ․     ‴
 3M SP
⁄     ⁔<     >⁤<     ⁴     ₄     ₔ     ₤     ₴    
20x5       > <     ―     ‥     ‵     ⁅     ⁕     ⁥     ⁵     ₅     ₕ     ₥     ₵    
20x6       > <     ‖     …     ‶     ⁆     ⁖     ⁦     ⁶     ₆     ₖ     ₦     ₶    
20x7       > <     ‗     ‧     ‷     ⁇     ⁗     ⁧     ⁷     ₇     ₗ     ₧     ₷    
       0x     1x     2x     3x       4x     5x    6x     7x 8x     9x     Ax     Bx Cx     Dx     Ex     Fx
20x8       > <     ‘     
     ‸     ⁈     ⁘     ⁨     ⁸     ₈     ₘ     ₨    ₸    
20x9       > <     ’     
     ‹     ⁉     ⁙     ⁩     ⁹     ₉     ₙ     ₩    ₹    
20xA       > <     ‚     ‪     ›     ⁊     ⁚          ⁺     ₊     ₚ     ₪    ₺    
20xB       >​<     ‛     ‫     ※     ⁋     ⁛          ⁻     ₋     ₛ     ₫    ₻    
20xC       >‌<     “     ‬     ‼     ⁌     ⁜          ⁼     ₌     ₜ     €    ₼    
20xD       >‍<     ”     ‭     ‽     ⁍     ⁝          ⁽     ₍     ₝     ₭    ₽    
20xE       >‎<     „     ‮     ‾     ⁎     ⁞          ⁾     ₎     ₞     ₮    ₾    
20xF       >‏<     ‟           ‿     ⁏                ⁿ     ₏     ₟     ₯    ₿    
sorted by least significant digit
0        1      2     3 4        5      6     7 8        9      A     B C        D      E     F
200x > < > < > < > < > < > < > < >  > < > < > < >​< >‌< >‍< >‎< >‏
201x‐ ‑ ‒ – — ― ‖ ‗‘ ’ ‚ ‛ “ ” „ ‟
202x† ‡ • ‣
†&dagger;
     ‡ &Dagger;
․ ‥ … ‧ (not &middot; ) 
 
 ‪ ‫ ‬ ‭ ‮  
203x‰ ‱ ′ ″ ‴ ‵ ‶ ‷‸ ‹ › ※ ‼ ‽ ‾ ‿
204x⁀ ⁁ ⁂ ⁃ ⁄ ⁅ ⁆ ⁇⁈ ⁉ ⁊ ⁋ ⁌ ⁍ ⁎ ⁏
205x⁐ ⁑ ⁒ ⁓ ⁔ ⁕ ⁖ ⁗⁘ ⁙ ⁚ ⁛ ⁜ ⁝ ⁞  
   invisible operators 6A - 6F deprecated
206x>⁠< >⁡< >⁢< >⁣< >⁤< >⁥< >⁦< >⁧< >⁨< >⁩< >< >< >< >< >< ><
207x⁰ ⁱ ⁲ ⁳ ⁴ ⁵ ⁶ ⁷⁸ ⁹ ⁺ ⁻ ⁼ ⁽ ⁾ ⁿ
208x₀ ₁ ₂ ₃ ₄ ₅ ₆ ₇₈ ₉ ₊ ₋ ₌ ₍ ₎ ₏
0 1 2 3 4 5 6 7 8 9 A B C D E F
209xₐ ₑ ₒ ₓ ₔ ₕ ₖ ₗₘ ₙ ₚ ₛ ₜ ₝ ₞ ₟
20Ax
Currency
₠ ₡ ₢ ₣ ₤ ₥ ₦ ₧₨ ₩ ₪ ₫ € ₭ ₮ ₯
20Bx₰ ₱ ₲ ₳ ₴ ₵ ₶ ₷₸ ₹ ₺ ₻ ₼ ₽ ₾ ₿
20Cx⃀ ⃁ ⃂ ⃃ ⃄ ⃅ ⃆ ⃇⃈ ⃉ ⃊ ⃋ ⃌ ⃍ ⃎ ⃏
Combining Diacriticals Letter A with arrow over, in circle, in square, …
Within the cells in the 20D0 and 20E0 rows
A table and cell are used to exhibit the overlap of the the previous character
features even extending outside a table cell; even with a cellpadding of 2px
as shown in cells with blue border
<table width=100% border=1 cellspacing=2 cellpadding=2 style=border-width:0>
<td style=border-width:1 ; border-color:blue;>A&#xXXXX;z

0        1      2     3 4        5      6     7 8        9      A     B C        D      E     F
20Dx
A⃐zA⃑zA⃒z A⃓z
A⃔zA⃕zA⃖zA⃗z
A⃘z A⃙z A⃚zA⃛z
A⃜zA⃝zA⃞zA⃟z
20Ex
A⃠zA⃡zA⃢zA⃣z
A⃤zA⃥zA⃦zA⃧z
A⃨zA⃩zA⃪zA⃫z
A⃬zA⃭zA⃮zA⃯z
20F0X⃰ ⃱ ⃲ ⃳ ⃴ ⃵ ⃶ ⃷⃸ ⃹ ⃺ ⃻ ⃼ ⃽ ⃾ ⃿

2100 0x 1x 2x 3x 4x 5x 6x 7x 8x 9x Ax Bx Cx Dx Ex Fx
21x0℀ ℐ ℠ ℰ ⅀ ⅐ Ⅰ ⅰ ↀ ← ↠ ↰ ⇀ ⇐ ⇠ ⇰
21x1℁ ℑ ℡ ℱ ⅁ ⅑ Ⅱ ⅱ ↁ ↑ ↡ ↱ ⇁ ⇑ ⇡ ⇱
21x2ℂ ℒ ™ Ⅎ ⅂ ⅒ Ⅲ ⅲ ↂ → ↢ ↲ ⇢ ⇲
21x3℃ ℓ ℣ ℳ ⅃ ⅓ Ⅳ ⅳ Ↄ ↓ ↣ ↳ ⇃ ⇓ ⇣ ⇳
21x4℄ ℔ ℤ ℴ ⅄ ⅔ Ⅴ ⅴ ↄ ↔ ↤ ↴ ⇄ ⇔ ⇤ ⇴
21x5℅ ℕ ℥ ℵ ⅅ ⅕ Ⅵ ⅵ ↅ ↕ ↥ ↵ ⇅ ⇕ ⇥ ⇵
21x6℆ № Ω ℶ ⅆ ⅖ Ⅶ ⅶ ↆ ↖ ↦ ↶ ⇆ ⇖ ⇦ ⇶
21x7ℇ ℗ ℧ ℷ ⅇ ⅗ Ⅷ ⅷ ↇ ↗ ↧ ↷ ⇇ ⇗ ⇧ ⇷
21x8℈ ℘ ℨ ℸ ⅈ ⅘ Ⅸ ⅸ ↈ ↘ ↨ ↸ ⇈ ⇘ ⇨ ⇸
21x9℉ ℙ ℩ ℹ ⅉ ⅙ Ⅹ ⅹ ↉ ↙ ↩ ↹ ⇉ ⇙ ⇩ ⇹
21xAℊ ℚ K ℺ ⅊ ⅚ Ⅺ ⅺ ↊ ↚ ↪ ↺ ⇊ ⇚ ⇪ ⇺
21xBℋ ℛ Å ℻ ⅋ ⅛ Ⅻ ⅻ ↋ ↛ ↫ ↻ ⇋ ⇛ ⇫ ⇻
21xCℌ ℜ ℬ ℼ ⅌ ⅜ Ⅼ ⅼ ↌ ↜ ↬ ↼ ⇌ ⇜ ⇬ ⇼
21xDℍ ℝ ℭ ℽ ⅍ ⅝ Ⅽ ⅽ ↍ ↝ ↭ ↽ ⇍ ⇝ ⇭ ⇽
21xEℎ ℞ ℮ ℽ ⅎ ⅞ Ⅾ ⅾ ↎ ↞ ↮ ↾ ⇎ ⇞ ⇮ ⇾
21xFℏ ℟ ℯ ℿ ⅏ ⅟ Ⅿ ⅿ ↏ ↟ ↯ ↿ ⇏ ⇟ ⇯ ⇿
2100 0 1 2 3 4 5 6 7 8 9 A B C D E F
2100℀ ℁ ℂ ℃ ℄ ℅ ℆ ℇ℈ ℉ ℊ ℋ ℌ ℍ ℎ ℏ
2110ℐ ℑ ℒ ℓ ℔ ℕ № ℗℘ ℙ ℚ ℛ ℜ ℝ ℞ ℟
2120℠ ℡ ™ ℣ ℤ ℥ Ω ℧ℨ ℩ K Å ℬ ℭ ℮ ℯ
2130ℰ ℱ Ⅎ ℳ ℴ ℵ ℶ ℷℸ ℹ ℺ ℻ ℼ ℽ ℾ ℿ
2140⅀ ⅁ ⅂ ⅃ ⅄ ⅅ ⅆ ⅇⅈ ⅉ ⅊ ⅋ ⅌ ⅍ ⅎ ⅏
2150⅐ ⅑ ⅒ ⅓ ⅔ ⅕ ⅖ ⅗⅘ ⅙ ⅚ ⅛ ⅜ ⅝ ⅞ ⅟
2160Ⅰ Ⅱ Ⅲ Ⅳ Ⅴ Ⅵ Ⅶ ⅧⅨ Ⅹ Ⅺ Ⅻ Ⅼ Ⅽ Ⅾ Ⅿ
2170ⅰ ⅱ ⅲ ⅳ ⅴ ⅵ ⅶ ⅷⅸ ⅹ ⅺ ⅻ ⅼ ⅽ ⅾ ⅿ
2180ↀ ↁ ↂ Ↄ ↄ ↅ 6: ↆ 7:ↇↈ ↉ ↊ ↋ ↌ ↍ ↎ ↏
2190 same as arrows
larr uarr rarr darr
0 1 2 3 4 5 6 7 8 9 A B C D E F
2190← ↑ → ↓ ↔ ↕ ↖ ↗↘ ↙ ↚ ↛ ↜ ↝ ↞ ↟
21A0↠ ↡ ↢ ↣ ↤ ↥ ↦ ↧↨ ↩ ↪ ↫ ↬ ↭ ↮ ↯
21B0↰ ↱ ↲ ↳ ↴ ↵ ↶ ↷↸ ↹ ↺ ↻ ↼ ↽ ↾ ↿
21C0⇀ ⇁ ⇂ ⇃ ⇄ ⇅ ⇆ ⇇⇈ ⇉ ⇊ ⇋ ⇌ ⇍ ⇎ ⇏
21D0⇐ ⇑ ⇒ ⇓ ⇔ ⇕ ⇖ ⇗⇘ ⇙ ⇚ ⇛ ⇜ ⇝ ⇞ ⇟
21E0⇠ ⇡ ⇢ ⇣ ⇤ ⇥ ⇦ ⇧⇨ ⇩ ⇪ ⇫ ⇬ ⇭ ⇮ ⇯
21F0⇰ ⇱ ⇲ ⇳ ⇴ ⇵ ⇶ ⇷⇸ ⇹ ⇺ ⇻ ⇼ ⇽ ⇾ ⇿

mathmatical Operators 2200-22FF
2203 ∃ There exists, 2208 ∈ element of, 2248 ≈ almost equal to
0 1 2 3 4 5 6 7 8 9 A B C D E F
2200∀ ∁ ∂ ∃ ∄ ∅ ∆ ∇∈ ∉ ∊ ∋ ∌ ∍ ∎ ∏
2210∐ ∑ − ∓ ∔ ∕ ∖ ∗∘ ∙ √ ∛ ∜ ∝ ∞ ∟
2220∠ ∡ ∢ ∣ ∤ ∥ ∦ ∧∨ ∩ ∪ ∫ ∬ ∭ ∮ ∯
2230∰ ∱ ∲ ∳ ∴ ∵ ∶ ∷∸ ∹ ∺ ∻ ∼ ∽ ∾ ∿
2240≀ ≁ ≂ ≃ ≄ ≅ ≆ ≇≈ ≉ ≊ ≋ ≌ ≍ ≎ ≏
2250≐ ≑ ≒ ≓ ≔ ≕ ≖ ≗≘ ≙ ≚ ≛ ≜ ≝ ≞ ≟
2260≠ ≡ ≢ ≣ ≤ ≥ ≦ ≧≨ ≩ ≪ ≫ ≬ ≭ ≮ ≯
2270≰ ≱ ≲ ≳ ≴ ≵ ≶ ≷≸ ≹ ≺ ≻ ≼ ≽ ≾ ≿
0 1 2 3 4 5 6 7 8 9 A B C D E F
2280⊀ ⊁ ⊂ ⊃ ⊄ ⊅ ⊆ ⊇⊈ ⊉ ⊊ ⊋ ⊌ ⊍ ⊎ ⊏
2290⊐ ⊑ ⊒ ⊓ ⊔ ⊕ ⊖ ⊗⊘ ⊙ ⊚ ⊛ ⊜ ⊝ ⊞ ⊟
22A0⊠ ⊡ ⊢ ⊣ ⊤ ⊥ ⊦ ⊧⊨ ⊩ ⊪ ⊫ ⊬ ⊭ ⊮ ⊯
22B0⊰ ⊱ ⊲ ⊳ ⊴ ⊵ ⊶ ⊷⊸ ⊹ ⊺ ⊻ ⊼ ⊽ ⊾ ⊿
22C0⋀ ⋁ ⋂ ⋃ ⋄ ⋅ ⋆ ⋇⋈ ⋉ ⋊ ⋋ ⋌ ⋍ ⋎ ⋏
22D0⋐ ⋑ ⋒ ⋓ ⋔ ⋕ ⋖ ⋗⋘ ⋙ ⋚ ⋛ ⋜ ⋝ ⋞ ⋟
22E0⋠ ⋡ ⋢ ⋣ ⋤ ⋥ ⋦ ⋧⋨ ⋩ ⋪ ⋫ ⋬ ⋭ ⋮ ⋯
22F0⋰ ⋱ ⋲ ⋳ ⋴ ⋵ ⋶ ⋷⋸ ⋹ ⋺ ⋻ ⋼ ⋽ ⋾ ⋿

2300-23FF apple option and command here
0 1 2 3 4 5 6 7 8 9 A B C D E F
2300⌀ ⌁ ⌂ ⌃ ⌄ ⌅ ⌆ ⌇⌈ ⌉ ⌊ ⌋ ⌌ ⌍ ⌎ ⌏
2310⌐ ⌑ ⌒ ⌓ ⌔ ⌕ ⌖ ⌗ ⌙ ⌚ ⌛ ⌜ ⌝ ⌞ ⌟
2320⌠ ⌡ ⌢ ⌣ ⌦ ⌧⌨ 〈 〉 ⌫ ⌬ ⌭ ⌮ ⌯
2330⌰ ⌱ ⌲ ⌳ ⌴ ⌵ ⌶ ⌷⌸ ⌹ ⌺ ⌻ ⌼ ⌽ ⌾ ⌿
2340⍀ ⍁ ⍂ ⍃ ⍄ ⍅ ⍆ ⍇⍈ ⍉ ⍊ ⍋ ⍌ ⍍ ⍎ ⍏
2350⍐ ⍑ ⍒ ⍓ ⍔ ⍕ ⍖ ⍗⍘ ⍙ ⍚ ⍛ ⍜ ⍝ ⍞ ⍟
2360⍠ ⍡ ⍢ ⍣ ⍤ ⍥ ⍦ ⍧⍨ ⍩ ⍪ ⍫ ⍬ ⍭ ⍮ ⍯
2370⍰ ⍱ ⍲ ⍳ ⍴ ⍵ ⍶ ⍷⍸ ⍹ ⍺ ⍻ ⍼ ⍽ ⍾ ⍿
0 1 2 3 4 5 6 7 8 9 A B C D E F
2380⎀ ⎁ ⎂ ⎃ ⎄ ⎅ ⎆ ⎇⎈ ⎉ ⎊ ⎋ ⎌ ⎍ ⎎ ⎏
2390⎐ ⎑ ⎒ ⎓ ⎔ ⎕ ⎖ ⎗⎘ ⎙ ⎚ ⎛ ⎜ ⎝ ⎞ ⎟
23A0⎠ ⎡ ⎢ ⎣ ⎤ ⎥ ⎦ ⎧⎨ ⎩ ⎪ ⎫ ⎬ ⎭ ⎮ ⎯
23B0⎰ ⎱ ⎲ ⎳ ⎴ ⎵ ⎶ ⎷⎸ ⎹ ⎺ ⎻ ⎼ ⎽ ⎾ ⎿
23C0⏀ ⏁ ⏂ ⏃ ⏄ ⏅ ⏆ ⏇⏈ ⏉ ⏊ ⏋ ⏌ ⏍ ⏎ ⏏
23D0⏐ ⏑ ⏒ ⏓ ⏔ ⏕ ⏖ ⏗⏘ ⏙ ⏚ ⏛ ⏜ ⏝ ⏞ ⏟
23E0⏠ ⏡ ⏢ ⏣ ⏤ ⏥ ⏦ ⏧⏨    ⏩ ⏪ ⏫ ⏬ ⏭ ⏮ ⏯
23F0⏰ ⏱ ⏲ ⏳ ⏴ ⏵ ⏶ ⏷⏸ ⏹ ⏺     ⏻ ⏼ ⏽ ⏾ ⏿

2400-24FF
graphics for ASCII control characters

See x'00', x'01' … x'1F'

Notice that these appear "superscripted"(i.e. smaller and raised)
for example:
R␠R and r␠r
Using <tt> looks better Rr . add a & space;
Using <code> looks too bold Rr
Enclosing the character within <span style=vertical-align:middle> elements:
RR <span style=vertical-align:middle;font-size:140%;>&#x2420;</span>
rr <span style=vertical-align:middle;font-size:120%;>&#x2420;</ span>
Unfortunately, this causes what appears to be an extra blank line below the line with the control character.

   0     1     2     3 4 5 6 7 8 9 A B C D E F
2400 A␀     A␁     A␂     A␃     A␄     A␅     A␆     A␇     A␈     A␉     A␊     A␋     A␌     A␍     A␎     A␏    
NUL SOH STX ETX EOT ENQ ACK BEL BS HT LF VT
          TAB
FF CR SO SI
2410 A␐     B␑     A␒     A␓     A␔     A␕     ␖     A␗     A␘     A␙     ␚     A␛     A␜     A␝     ␞     A␟    
DLE DC1 DC2 DC3 DC4 NAK SYN ETB CAN EM SUB ESC FS GS RS US
2420 A␠     A␡     A␢     A␣     A␤     A␥     A␦     A␧     A␨     A␩     A␪     A␫     A␬     A␭     A␮     A␯    
Sp DEL blank space NL
2425 DeleteFormTwo
2426 SubstituteFormTwo
     mirror quest
2427 undefined
undefined undefined
2430␰ ␱ ␲ ␳ ␴ ␵ ␶ ␷␸ ␹ ␺ ␻ ␼ ␽ ␾ ␿
2440⑀ ⑁ ⑂ ⑃ ⑄ ⑅ ⑆ ⑇⑈ ⑉ ⑊ ⑋ ⑌ ⑍ ⑎ ⑏
2450⑐ ⑑ ⑒ ⑓ ⑔ ⑕ ⑖ ⑗⑘ ⑙ ⑚ ⑛ ⑜ ⑝ ⑞ ⑟
2460① ② ③ ④ ⑤ ⑥ ⑦ ⑧⑨ ⑩ ⑪ ⑫ ⑬ ⑭ ⑮ ⑯
2470⑰ ⑱ ⑲ ⑳ ⑴ ⑵ ⑶ ⑷⑸ ⑹ ⑺ ⑻ ⑼ ⑽ ⑾ ⑿
0 1 2 3 4 5 6 7 8 9 A B C D E F
2480⒀ ⒁ ⒂ ⒃ ⒄ ⒅ ⒆ ⒇⒈ ⒉ ⒊ ⒋ ⒌ ⒍ ⒎ ⒏
2490⒐ ⒑ ⒒ ⒓ ⒔ ⒕ ⒖ ⒗⒘ ⒙ ⒚ ⒛ ⒜ ⒝ ⒞ ⒟
24A0⒠ ⒡ ⒢ ⒣ ⒤ ⒥ ⒦ ⒧⒨ ⒩ ⒪ ⒫ ⒬ ⒭ ⒮ ⒯
24B0⒰ ⒱ ⒲ ⒳ ⒴ ⒵ Ⓐ ⒷⒸ Ⓓ Ⓔ Ⓕ Ⓖ Ⓗ Ⓘ Ⓙ
24C0Ⓚ Ⓛ Ⓜ Ⓝ Ⓞ Ⓟ Ⓠ ⓇⓈ Ⓣ Ⓤ Ⓥ Ⓦ Ⓧ Ⓨ Ⓩ
24D0ⓐ ⓑ ⓒ ⓓ ⓔ ⓕ ⓖ ⓗⓘ ⓙ ⓚ ⓛ ⓜ ⓝ ⓞ ⓟ
24E0ⓠ ⓡ ⓢ ⓣ ⓤ ⓥ ⓦ ⓧⓨ ⓩ ⓪ ⓫ ⓬ ⓭ ⓮ ⓯
24F0⓰ ⓱ ⓲ ⓳ ⓴ ⓵ ⓶ ⓷⓸ ⓹ ⓺ ⓻ ⓼ ⓽ ⓾ ⓿

2500-25FF Form characters
0 1 2 3 4 5 6 7 8 9 A B C D E F
2500─ ━ │ ┃ ┄ ┅ ┆ ┇┈ ┉ ┊ ┋ ┌ ┍ ┎ ┏
&boxdr;
2510┐ ┑ ┒ ┓
&boxdl;
└ ┕ ┖ ┗
&boxur;
┘ ┙ ┚ ┛
&boxul;
├ ┝ ┞ ┟
2520┠ ┡ ┢ ┣ ┤ ┥ ┦ ┧┨ ┩ ┪ ┫ ┬ ┭ ┮ ┯
2530┰ ┱ ┲ ┳ ┴ ┵ ┶ ┷┸ ┹ ┺ ┻ ┼ ┽ ┾ ┿
2540╀ ╁ ╂ ╃ ╄ ╅ ╆ ╇╈ ╉ ╊ ╋ ╌ ╍ ╎ ╏
2550═ ║ ╒ ╓ ╔ ╕ ╖ ╗╘ ╙ ╚ ╛ ╜ ╝ ╞ ╟
2560╠ ╡ ╢ ╣ ╤ ╥ ╦ ╧╨ ╩ ╪ ╫ ╬ ╭ ╮ ╯
2570╰ ╱ ╲ ╳ ╴ ╵ ╶ ╷╸ ╹ ╺ ╻ ╼ ╽ ╾ ╿
0 1 2 3 4 5 6 7 8 9 A B C D E F
2580▀ ▁ ▂ ▃ ▄ ▅ ▆ ▇█ ▉ ▊ ▋ ▌ ▍ ▎ ▏
2590▐ ░ ▒ ▓ ▔ ▕ ▖ ▗▘ ▙ ▚ ▛ ▜ ▝ ▞ ▟
25A0■ □ ▢ ▣ ▤ ▥ ▦ ▧▨ ▩ ▪ ▫ ▬ ▭ ▮ ▯
25B0▰ ▱ ▲ △ ▴ ▵ ▶ ▷▸ ▹ ► ▻ ▼ ▽ ▾ ▿
25C0◀ ◁ ◂ ◃ ◄ ◅ ◆ ◇◈ ◉ ◊ ○ ◌ ◍ ◎ ●
25D0◐ ◑ ◒ ◓ ◔ ◕ ◖ ◗◘ ◙ ◚ ◛ ◜ ◝ ◞ ◟
25E0◠ ◡ ◢ ◣ ◤ ◥ ◦ ◧◨ ◩ ◪ ◫ ◬ ◭ ◮ ◯
25F0◰ ◱ ◲ ◳ ◴ ◵ ◶ ◷◸ ◹ ◺ ◻ ◼ ◽ ◾ ◿

2600-26FF Misc Symbols Weather 2601 ☁, 2602 ☂, 2603 ☃
0 1x 2x 3x 4x 5x 6x 7 8x 9x Ax B
26x0☀ ☐ ☠ ☰ ♀ ♐ ♠ ♰ ⚀ ⚐ ⚠ ⚰
26x1☁ ☑ ☡ ☱ ♁ ♑ ♡ ♱ ⚁ ⚑ ⚡ ⚱
26x2☂ ☒ ☢ ☲ ♂ ♒ ♢ ♲ ⚂ ⚒ ⚣ ⚲
26x3☃ ☓ ☣ ☳ ♃ ♓ ♣ ♳ ⚃ ⚓ ⚤
2645☄ ☔ ☤ ☴ ♄ ♔ ♤ ♴ ⚄ ⚔ ⚥
26x5★ ☕ ☥ ☵ ♅ ♕ ♥ ♵ ⚅ ⚕ ⚦
26x6☆ ☖ ☦ ☶ ♆ ♖ ♦ ♶ ⚆ ⚖ ⚧
26x7☇ ☗ ☧ ☷ ♇ ♗ ♧ ♷ ⚇ ⚗ ⚨
26x8☈ ☘ ☨ ☸ ♈ ♘ ♨ ♸ ⚈ ⚘ ⚨
26x9☉ ☙ ☩ ☹ ♉ ♙ ♩ ♹ ⚉ ⚙ ⚩
26xA☊ ☚ ☪ ☺ ♊ ♚ ♪ ♺ ⚊ ⚚ ⚪
26xB☋ ☛ ☫ ☻ ♋ ♛ ♫ ♻ ⚋ ⚛ ⚫
26xC☌ ☜ ☬ ☼ ♌ ♜ ♬ ♼ ⚌ ⚜ ⚬
26xD☍ ☝ ☭ ☽ ♍ ♝ ♭ ♽ ⚍ ⚝ ⚭
26xE☎ ☞ ☮ ☾ ♎ ♞ ♮ ♾ ⚎ ⚞ ⚮
26xF☏ ☟ ☯ ☿ ♏ ♟ ♯ ♿ ⚏ ⚟ ⚯

2700-27BF ding bats
(ipad safari renders 2753, 2757, 275C as red; 2754,2755 as gray; 270A and 270B and 2738 27BF as multimcolor icons 2738(stars) image is inversed horizontaly
0x 1x 2x 3x 4x 5x 6x 7x 8x 9x Ax Bx Cx Dx Ex Fx
27x0✀ ✐ ✠ ✰ ❀ ❐ ❠ ❰ ➀ ➐ ➠ ➰ ⟀ ⟐ ⟠ ⟰
27x1✁ ✑ ✡ ✱ ❁ ❑ ❡ ❱ ➁ ➑ ➡ ➱ ⟁ ⟑ ⟡ ⟱
27x2✂ ✒ ✢ ✲ ❂ ❒ ❢ ❲ ➂ ➒ ➣ ➲ ⟂ ⟒ ⟢ ⟲
27x3✃ ✓ ✣ ✳ ❃ ❓ ❣ ❳ ➃ ➓ ➤ ➳ ⟃ ⟓ ⟣ ⟳
27x4✄ ✔ ✤ ✴ ❄ ❔ ❤ ❴ ➄ ➔ ➥ ➴ ⟄ ⟔ ⟤ ⟴
27x5✅ ✕ ✥ ✵ ❅ ❕ ❥ ❵ ➅ ➕ ➦ ➵ ⟅ ⟕ ⟥ ⟵
27x6✆ ✖ ✦ ✶ ❆ ❖ ❦ ❶ ➆ ➖ ➧ ➶ ⟆ ⟖ ⟦ ⟶
27x7✇ ✗ ✧ ✷ ❇ ❗ ❧ ❷
➇ ➗ ➨ ➷ ⟇ ⟗ ⟧ ⟷
27x8✈ ✘ ✨ ✸ ❈ ❘ ❨ ❸ ➈ ➘ ➨ ➸ ⟈ ⟘ ⟨ ⟸
27x9✉ ✙ ✩ ✹ ❉ ❙ ❩ ❹ ➉ ➙ ➩ ➹ ⟉ ⟙ ⟩ ⟹
27xA✊ ✚ ✪ ✺ ❊ ❚ ❪ ❺ ➊ ➚ ➪ ➺ ⟊ ⟚ ⟪ ⟺
27xB✋ ✛ ✫ ✻ ❋ ❛ ❫ ❻ ➋ ➛ ➫ ➻ ⟋ ⟛ ⟫ ⟻
27xC✌ ✜ ✬ ✼ ❌ ❜ ❬ ❼ ➌ ➜ ➬ ➼ ⟌ ⟜ ⟬ ⟼
27xD✍ ✝ ✭ ✽ ❍ ❝ ❭ ❽ ➍ ➝ ➭ ➽ ⟍ ⟝ ⟭ ⟽
27xE✎ ✞ ✮ ✾ ❎ ❞ ❮ ❾ ➎ ➞ ➮ ➾ ⟎ ⟞ ⟮ ⟾
27xF✏ ✟ ✯ ✿ ❏ ❟ ❯ ❿ ➏ ➟ ➯ ➿ ⟏ ⟟ ⟯ ⟿

Braille

256 different 2 X 4 dots

280x 0   1   2   3   4  5   6   7   8   9  A   B   C  D   E   F
⠀ ⠁ ⠂ ⠃ ⠄ ⠅ ⠆ ⠇ ⠈ ⠉ ⠊ ⠋ ⠌ ⠍ ⠎ ⠏
⠐ ⠑ ⠒ ⠓ ⠔ ⠕ ⠖ ⠗ ⠘ ⠙ ⠚ ⠛ ⠜ ⠝ ⠞ ⠟
⠠ ⠡ ⠢ ⠣ ⠤ ⠥ ⠦ ⠧ ⠨ ⠩ ⠪ ⠫ ⠬ ⠭ ⠮ ⠯
⠰ ⠱ ⠲ ⠳ ⠴ ⠵ ⠶ ⠷ ⠸ ⠹ ⠺ ⠻ ⠼ ⠽ ⠾ ⠿
2840 ⡀ ⡁ ⡂ ⡃ ⡄ ⡅ ⡆ ⡇ ⡈ ⡉ ⡊ ⡋ ⡌ ⡍ ⡎ ⡏
 
28F0 ⣰ ⣱ ⣲ ⣳ ⣴ ⣵ ⣶ ⣷ ⣸ ⣹ ⣺ ⣻ ⣼ ⣽ ⣾ ⣿

2900-29FF
0 1 2 3 4 5 6 7 8 9 A B C D E F
2900⤀ ⤁ ⤂ ⤃ ⤄ ⤅ ⤆ ⤇⤈ ⤉ ⤊ ⤋ ⤌ ⤍ ⤎ ⤏
2910⤐ ⤑ ⤒ ⤓ ⤔ ⤕ ⤖ ⤗⤘ ⤙ ⤚ ⤛ ⤜ ⤝ ⤞ ⤟
2920⤠ ⤡ ⤢ ⤣ ⤤ ⤥ ⤦ ⤧⤨ ⤩ ⤪ ⤫ ⤬ ⤭ ⤮ ⤯
2930⤰ ⤱ ⤲ ⤳ ⤴ ⤵ ⤶ ⤷⤸ ⤹ ⤺ ⤻ ⤼ ⤽ ⤾ ⤿
2940⥀ ⥁ ⥂ ⥃ ⥄ ⥅ ⥆ ⥇⥈ ⥉ ⥊ ⥋ ⥌ ⥍ ⥎ ⥏
2950⥐ ⥑ ⥒ ⥓ ⥔ ⥕ ⥖ ⥗⥘ ⥙ ⥚ ⥛ ⥜ ⥝ ⥞ ⥟
2960⥠ ⥡ ⥢ ⥣ ⥤ ⥥ ⥦ ⥧⥨ ⥩ ⥪ ⥫ ⥬ ⥭ ⥮ ⥯
2970⥰ ⥱ ⥲ ⥳ ⥴ ⥵ ⥶ ⥷⥸ ⥹ ⥺ ⥻ ⥼ ⥽ ⥾ ⥿
0 1 2 3 4 5 6 7 8 9 A B C D E F
2980⦀ ⦁ ⦂ ⦃ ⦄ ⦅ ⦆ ⦇⦈ ⦉ ⦊ ⦋ ⦌ ⦍ ⦎ ⦏
2990⦐ ⦑ ⦒ ⦓ ⦔ ⦕ ⦖ ⦗⦘ ⦙ ⦚ ⦛ ⦜ ⦝ ⦞ ⦟
29A0⦠ ⦡ ⦢ ⦣ ⦤ ⦥ ⦦ ⦧⦨ ⦩ ⦪ ⦫ ⦬ ⦭ ⦮ ⦯
29B0⦰ ⦱ ⦲ ⦳ ⦴ ⦵ ⦶ ⦷⦸ ⦹ ⦺ ⦻ ⦼ ⦽ ⦾ ⦿
29C0⧀ ⧁ ⧂ ⧃ ⧄ ⧅ ⧆ ⧇⧈ ⧉ ⧊ ⧋ ⧌ ⧍ ⧎ ⧏
29D0⧐ ⧑ ⧒ ⧓ ⧔ ⧕ ⧖ ⧗⧘ ⧙ ⧚ ⧛ ⧜ ⧝ ⧞ ⧟
29E0⧠ ⧡ ⧢ ⧣ ⧤ ⧥ ⧦ ⧧⧨ ⧩ ⧪ ⧫ ⧬ ⧭ ⧮ ⧯
29F0⧰ ⧱ ⧲ ⧳ ⧴ ⧵ ⧶ ⧷⧸ ⧹ ⧺ ⧻ ⧼ ⧽ ⧾ ⧿

2A00-2AFF
0 1 2 3 4 5 6 7 8 9 A B C D E F
2A00⨀ ⨁ ⨂ ⨃ ⨄ ⨅ ⨆ ⨇⨈ ⨉ ⨊ ⨋ ⨌ ⨍ ⨎ ⨏
2A10⨐ ⨑ ⨒ ⨓ ⨔ ⨕ ⨖ ⨗⨘ ⨙ ⨚ ⨛ ⨜ ⨝ ⨞ ⨟
2A20⨠ ⨡ ⨢ ⨣ ⨤ ⨥ ⨦ ⨧⨨ ⨩ ⨪ ⨫ ⨬ ⨭ ⨮ ⨯
2A30⨰ ⨱ ⨲ ⨳ ⨴ ⨵ ⨶ ⨷⨸ ⨹ ⨺ ⨻ ⨼ ⨽ ⨾ ⨿
2A40⩀ ⩁ ⩂ ⩃ ⩄ ⩅ ⩆ ⩇⩈ ⩉ ⩊ ⩋ ⩌ ⩍ ⩎ ⩏
2A50⩐ ⩑ ⩒ ⩓ ⩔ ⩕ ⩖ ⩗⩘ ⩙ ⩚ ⩛ ⩜ ⩝ ⩞ ⩟
2A60⩠ ⩡ ⩢ ⩣ ⩤ ⩥ ⩦ ⩧⩨ ⩩ ⩪ ⩫ ⩬ ⩭ ⩮ ⩯
2A70⩰ ⩱ ⩲ ⩳ ⩴ ⩵ ⩶ ⩷⩸ ⩹ ⩺ ⩻ ⩼ ⩽ ⩾ ⩿
0 1 2 3 4 5 6 7 8 9 A B C D E F
2A80⪀ ⪁ ⪂ ⪃ ⪄ ⪅ ⪆ ⪇⪈ ⪉ ⪊ ⪋ ⪌ ⪍ ⪎ ⪏
2A90⪐ ⪑ ⪒ ⪓ ⪔ ⪕ ⪖ ⪗⪘ ⪙ ⪚ ⪛ ⪜ ⪝ ⪞ ⪟
2AA0⪠ ⪡ ⪢ ⪣ ⪤ ⪥ ⪦ ⪧⪨ ⪩ ⪪ ⪫ ⪬ ⪭ ⪮ ⪯
2AB0⪰ ⪱ ⪲ ⪳ ⪴ ⪵ ⪶ ⪷⪸ ⪹ ⪺ ⪻ ⪼ ⪽ ⪾ ⪿
2AC0⫀ ⫁ ⫂ ⫃ ⫄ ⫅ ⫆ ⫇⫈ ⫉ ⫊ ⫋ ⫌ ⫍ ⫎ ⫏
2AD0⫐ ⫑ ⫒ ⫓ ⫔ ⫕ ⫖ ⫗⫘ ⫙ ⫚ ⫛ ⫝̸ ⫝ ⫞ ⫟
2AE0⫠ ⫡ ⫢ ⫣ ⫤ ⫥ ⫦ ⫧⫨ ⫩ ⫪ ⫫ ⫬ ⫭ ⫮ ⫯
2AF0⫰ ⫱ ⫲ ⫳ ⫴ ⫵ ⫶ ⫷⫸ ⫹ ⫺ ⫻ ⫼ ⫽ ⫾ ⫿

2B00-2BFF ipad safari renders 2B05,6,7, 50,55 as multicolor icons
0 1 2 3 4 5 6 7 8 9 A B C D E F
2B00⬀ ⬁ ⬂ ⬃ ⬄ ⬅ ⬆ ⬇⬈ ⬉ ⬊ ⬋ ⬌ ⬍ ⬎ ⬏
2B10⬐ ⬑ ⬒ ⬓ ⬔ ⬕ ⬖ ⬗⬘ ⬙ ⬚ ⬛ ⬜ ⬝ ⬞ ⬟
2B20⬠ ⬡ ⬢ ⬣ ⬤ ⬥ ⬦ ⬧⬨ ⬩ ⬪ ⬫ ⬬ ⬭ ⬮ ⬯
2B30⬰ ⬱ ⬲ ⬳ ⬴ ⬵ ⬶ ⬷⬸ ⬹ ⬺ ⬻ ⬼ ⬽ ⬾ ⬿
2B40⭀ ⭁ ⭂ ⭃ ⭄ ⭅ ⭆ ⭇⭈ ⭉ ⭊ ⭋ ⭌ ⭍ ⭎ ⭏
2B50⭐ ⭑ ⭒ ⭓ ⭔ ⭕ ⭖ ⭗⭘ ⭙ ⭚ ⭛ ⭜ ⭝ ⭞ ⭟
2B60
wingdings
⭠ ⭡ ⭢ ⭣ ⭤ ⭥ ⭦ ⭧⭨ ⭩ ⭪ ⭫ ⭬ ⭭ ⭮ ⭯
2B70⭰ ⭱ ⭲ ⭳ ⭴ ⭵ ⭶ ⭷⭸ ⭹ ⭺ ⭻ ⭼ ⭽ ⭾ ⭿
2B70-2BFF undefined 

language specific fonts begin at x'2C00'

FE00-FEFF
0 1 2 3 4 5 6 7 8 9 A B C D E F
FE00︀ ︁ ︂ ︃ ︄ ︅ ︆ ︇︈ ︉ ︊ ︋ ︌ ︍ ︎ ️
FE10︐ ︑ ︒ ︓ ︔ ︕ ︖ ︗︘ ︙ ︚ ︛ ︜ ︝ ︞ ︟
FE20︠ ︡ ︢ ︣ ︤ ︥ ︦ ︧︨ ︩ ﻾ ︫ ︬ ︭ ︮ ︯
FE30︰ ︱ ︲ ︳ ︴ ︵ ︶ ︷︸ ︹ ︺ ︻ ︼ ︽ ︾ ︿
FE40﹀ ﹁ ﹂ ﹃ ﹄ ﹅ ﹆ ﹇﹈ ﹉ ﹊ ﹋ ﹌ ﹍ ﹎ ﹏
FE50﹐ ﹑ ﹒ ﹓ ﹔ ﹕ ﹖ ﹗﹘ ﹙ ﹚ ﹛ ﹜ ﹝ ﹞ ﹟
FE60﹠ ﹡ ﹢ ﹣ ﹤ ﹥ ﹦ ﹧﹨ ﹩ ﹪ ﹫ ﹬ ﹭ ﹮ ﹯
FE70ﹰ ﹱ ﹲ ﹳ ﹴ ﹵ ﹶ ﹷﹸ ﹹ ﹺ ﹻ ﹼ ﹽ ﹾ ﹿ
0 1 2 3 4 5 6 7 8 9 A B C D E F
FE80-FEFF
arabic(?)
ﺀ ﺁ ﺂ ﺃ ﺄ ﺅ ﺆ ﺇﺈ ﺉ ﺊ ﺋ ﺌ ﺍ ﺎ ﺏ

FF00-FFFF
0 1 2 3 4 5 6 7 8 9 A B C D E F
FF00＀ ! " # $ % & '( ) * + , - . /
FF100 1 2 3 4 5 6 78 9 : ; < = > ?
FF20@ A B CD E F GH I ￿ K L M N O
FF30P Q R S T U V WX Y Z [ \ ] ^ _
FF40` a b c d e f gh i j k l m n o
FF50p q r s t u v wx y z { | } ~ ⦅
FF60⦆ 。 「 」 、 ・ ヲ ァィ ゥ ェ ォ ャ ュ ョ ッ
FF70ー ア イ ウ エ オ カ キク ケ コ サ シ ス セ ソ
0 1 2 3 4 5 6 7 8 9 A B C D E F
FF80タ チ ツ テ ト ナ ニ ヌネ ノ ハ ヒ フ ヘ ホ マ
FF90ミ ム メ モ ヤ ユ ヨ ラリ ル レ ロ ワ ン ゙ ゚
FFA0ᅠ ᄀ ᄁ ᆪ ᄂ ᆬ ᆭ ᄃᄄ ᄅ ᆰ ᆱ ᆲ ᆳ ᆴ ᆵ
FFB0ᄚ ᄆ ᄇ ᄈ ᄡ ᄉ ᄊ ᄋᄌ ᄍ ᄎ ᄏ ᄐ ᄑ ᄒ ﾿
FFC0￀ ￁ ᅡ ᅢ ᅣ ᅤ ᅥ ᅦ￈ ￉ ᅧ ᅨ ᅩ ᅪ ᅫ ᅬ
FFD0￐ ￑ ᅭ ᅮ ᅯ ᅰ ᅱ ᅲ￘ ￙ ᅳ ᅴ ᅵ ￝ ￞ ￟
FFE0¢ £ ¬  ̄ ¦ ¥ ₩ ￧│ ← ↑ → ↓ ■ ○ ￯
FFF0￰ ￱ ￲ ￳ ￴ ￵ ￶ ￷￸     � ￾ ￿


Misc Symbols Weather 2601 ☁, 2602 ☂, 2603 ☃
astrological,pointing hands, Warning signs, Medical, healing, relogious, 2670 ♰ , 2671 ♱
  political, crosses, musical, 2669 ♩ quarter note, 266A ♪ eighth note,
recycling,Dictions, map, astrological, zodiac, die(dice) chess, …
Dingbats: x2789 ➉ x278A, ➊ ,
27C.,

Ruins x16a0 ᚠ    image:
Musical Symbols Range: 1D100–1D1FF

halfwidth and fullwidth forms

Many of the following can be entered in text, i.e. although there may not be a keyboard key assigned (depending on the current program!), you may be able to copy/paste the character from elsewhere, like from this page.

When saving you may get the message:

This file contains characters in UTF-16 unicode encoding format which will be lost if you save this files as a text document. If you are using MS notepad, select Uniencoding in the save As dialog box.

When saving you may get the message:

This file contains characters in unicode encoding format which will be lost if you save this files as a text document.

Character Name meaning
see a GREAT reference
http://www.eki.ee/letter/chardata.cgi?ucode=00A0
Entity
name

Decimal Hex Rendering in
Your Browser
using &name;
graphic
image
or
text
&nbsp; &#160; &#xA0; 
no-break space = non-breaking space (or use <nobr>) nbsp160 A0 X X
(only shows if word does not fit) shy X­X
xxxxx­xxxxx
en space ensp81942002XX
em space emsp81952003XX
thin space thinsp 82012009XX
hair space (not in HTML)  8202200AXX
no spaceXX
thin spaceXX
hair spaceXX
normal spaceX X
en spaceXX
em spaceXX
shyX­X
non-breaking zero-width space character (&#xFEFF;) XX
zero width non-joiner zwnj8204200CXX
zero width joiner zwj8205200DXX
left-to-right mark lrm8206200EXX
right-to-left mark rlm8207200FXX
hyphen character (not in HTML)  8208 2010
nonBreakHyphen N/A82092011
XX
figure dash N/A82102012XX
en dash* ndash82112013 XX
em dash mdash82122014XX
discretionary hyphen AKA soft hyphen
indicate where a word may be broken at the end of a line.
shown: X&shy;XX&shy;XX&shy;X
shy 173 AD  XXX
minus (not hyphen ) there isn't anything called hyphen
&minus; is: −    located next to 0 on most keyboards
minus
-
8722

 
2D
X−X
X-X
hyphenation point (not in HTML)  8231
ampersand amp3826&
modifier letter circumflex accent circ7102C6
small tilde tilde7322DC
at sign atsign6440@
commat6440@
less-than sign lt603C<X
greater-than sign gt623EX>
left pointing guillemet « aka Left-pointing Angle QUOtation mark
laquo 171 AB «X
right aka Right
raquo 187 BB X»
left-pointing single angle quotation mark lsaquo82492039X
right- rsaquo8250203AX
left quotation mark ldquo8220201CX
right rdquo8221201DX
left apostrophe aka grave LeftSingleQuote
lsquo82162018X
apostrophe prefered to ' (x'27')   RightSingleQuote
rsquo82172019X
quotation mark = APL quote quot3422"X
single low-9 apostrophe SingleBelow(?)Quote
sbquo8218201AX
acute accent = spacing acute acute 180 B4 ´X
low-9 quotation mark bdquo8222201EX
per mille sign permil82402030
euro sign euro836420AC
inverted exclamation mark iexcl 161 A1 ¡
cent sign cent 162 A2 ¢
pound sign pound 163 A3 £
currency sign curren 164 A4 ¤
yen sign = yuan sign yen 165 A5 ¥
broken bar = broken vertical bar brvbar 166 A6 X¦X
pilcrow sign = paragraph sign para 182 B6
section sign sect 167 A7 §
dagger dagger82242020X
double dagger Dagger82252021X
diaeresis = spacing diaeresisumlaut
uml 168 A8 ¨U
copyright sign copy 169 A9 ©
registered sign = registered trade mark sign reg 174 AE ®
not sign not 172 AC ¬X
macron aka spacing macron aka overline aka APL overbar macr 175 AF X¯X
degree sign deg 176 B0 °
plus-minus sign = plus-or-minus sign plusmn 177 B1 ±
multiplication sign times 215 D7 ×
division sign divide 247 F7 ÷
micro sign micro 181 B5 Xµ
middle dot aka Georgian comma aka Greek middle dot middot 183 B7 X·
cedilla = spacing cedilla cedil 184 B8 X¸X
feminine ordinal indicator ordf 170 AA Xª
masculine ordinal indicator ordm 186 BA Xº
superscript one = superscript digit one sup1 185 B9 X¹
superscript two = superscript digit two = squared sup2 178 B2 X²
superscript three = superscript digit three = cubed sup3 179 B3 X³
vulgar fraction one quarter = fraction one quarterfrac14188BC¼
vulgar fraction one half frac12 189 BD ½
vulgar fraction three quarters frac34 190 BE ¾
inverted question mark = turned question mark iquest 191 BF ¿
A unit of measurement, em can be specified in html code as in xxx-width:2em, en is one-half of an em

The em dash "—" (&mdash; , 0x97) includes space before and after, is used to

  • indicate a sudden break in thought: “I was thinking about writing a—what time did you say the movie started?”,
  • to indicate an open range: “Peter Sheerin [1969—] authored this document

    Two adjacent em dashes (a 2-em dash) are used to

  • indicate missing letters in a word : “I just don’t f——ing care about 3.0 browsers” .

    The en dash "–" (&ndash; , 0x96) with out any spages around it, is used to

  • indicate a range of just about anything with numbers, including dates, numbers, game scores, and pages : 1,2–8,9,10–21
  • instead of the word “to” or a hyphen to indicate a connection between things, including
  • geographic references : like the Mason–Dixon Line and
  • routes : such as the New York–Boston commuter train.
  • hyphenate compounds of compounds, where at least one pair is already hyphenated: as in “Netscape was an Open–Source–based browser.”.

    The hyphen "-" (0x2D the only choice in ASCII-7 (i.e. Less than 0x7F) is for for arithemtic subtractions, drawing lines--, 10-9 …

    A hyphen used as an arithmetic operator x-z


  • When HTML text is transmitted in UTF-16 it should be transmitted in network byte order ("big-endian", high-order byte first) always begining with a ZERO-WIDTH NON-BREAKING SPACE character (hexadecimal FE BB FF, also called Byte Order Mark (BOM)) which,
    when byte-reversed, becomes hexadecimal FF BB FE, a character guaranteed never to be assigned. "
    .

    The characters with 4 hex digit values are unicode characters and
    may not be usable with some editors.
    symbolic decimal hex graphic
    bullet , black small circle bull 8226 2022
    horizontal ellipsis , three dot leader hellip 8230 2026
    prime , minutes , feet prime 8242 2032
    double prime , seconds , inches Prime 8243 2033
    overline , spacing overscore oline 8254 203E
    fraction slash frasl 8260 2044
    script capital P , power set , Weierstrass p weierp 8472 2118
    blackletter capital I , imaginary part image 8465 2111
    blackletter capital R , real part symbol real 8476 211C
    trade mark sign trade 8482 2122
    alef symbol , first transfinite cardinal alefsym 8501 2135
    leftwards arrow larr 8592 2190
    upwards arrow uarr 8593 2191
    rightwards arrow rarr 8594 2192
    downwards arrow darr 8595 2193
    left right arrow harr 8596 2194
    downwards arrow with corner leftwards , carriage return crarr 8629 21B5
    leftwards double arrow lArr 8656 21D0
    upwards double arrow uArr 8657 21D1
    rightwards double arrow
    implies
    rArr 8658 21D2
    downwards double arrow dArr 8659 21D3
    left right double arrow hArr 8660 21D4
    for all forall 8704 2200
    partial differential part 8706 2202
    there exists exist 8707 2203
    empty set , null set , diameter empty 8709 2205
    nabla , backward difference nabla 8711 2207
    element of isin 8712 2208
    not an element of notin 8713 2209
    contains as member ni 8715 220B
    n-ary product , product sign prod 8719 220F
    n-ary sumation sum 8721 2211
    minus sign (not hyphen ) there isn't anything called hyphen
    &minus; is − - is next to 0 on most keyboards
    minus 8722 2212
    asterisk operator lowast 8727 2217
    square root = radical sign radic 8730 221A
    proportional to prop 8733 221D
    infinity infin 8734 221E
    angle ang 8736 2220
    logical and , wedge and 8743 2227
    logical or , vee or 8744 2228
    intersection , cap cap 8745 2229
    union , cup cup 8746 222A
    integral int 8747 222B
    therefore there4 8756 2234
    tilde operator , varies with , similar to sim 8764 223C
    approximately equal to cong 8773 2245
    almost equal to , asymptotic to asymp 8776 2248
    not equal to ne 8800 2260
    identical to equiv 8801 2261
    less-than or equal to le 8804 2264
    greater-than or equal to ge 8805 2265
    subset of sub 8834 2282
    superset of sup 8835 2283
    not a subset of nsub 8836 2284
    subset of or equal to sube 8838 2286
    superset of or equal to supe 8839 2287
    circled plus , direct sum oplus 8853 2295
    circled times , vector product otimes 8855 2297
    up tack, orthogonal to , perpendicular perp 8869 22A5
    dot operator sdot 8901 22C5
    left ceiling , APL upstile lceil 8968 2308
    right ceiling rceil 8969 2309
    left floor , APL downstile lfloor 8970 230A
    right floor rfloor 8971 230B
    box 278A
    box 230B
    left-pointing angle bracket , bra lang 9001 2329
    right-pointing angle bracket , ket rang 9002 232A
    lozenge loz 9674 25CA
    black spade suit spades 9824 2660
    black club suit , shamrock clubs 9827 2663
    black heart suit , valentine hearts 9829 2665
    black diamond suit diams 9830 2666

    For more about fonts

    Some fonts seem to be missing the diamond &diams; ♦ As rendered by Some browsers.
    Characters J M Q Z can sometimes be used to determine which font is being used.

    "Times New Roman"
    abcd efgh ijkl mnop qrst uvwx yz
    ABCD EFGH IJKL MNOP QRST UVWX YZ
    12345 67890 -=[]\;',./
    !@#$% ^&*() _+{}|:"<>? ♠♣♥♦
    J
    M
    Q
    Z
    courier
    abcd efgh ijkl mnop qrst uvwx yz
    ABCD EFGH IJKL MNOP QRST UVWX YZ
    12345 67890 -=[]\;',./
    !@#$% ^&*() _+{}|:"<>? ♠♣♥♦
    J
    M
    Q
    Z
    verdana
    abcd efgh ijkl mnop qrst uvwx yz
    ABCD EFGH IJKL MNOP QRST UVWX YZ
    12345 67890 -=[]\;',./
    !@#$% ^&*() _+{}|:"<>? ♠♣♥♦
    J
    M
    Q
    Z
    tahoma
    abcd efgh ijkl mnop qrst uvwx yz
    ABCD EFGH IJKL MNOP QRST UVWX YZ
    12345 67890 -=[]\;',./
    !@#$% ^&*() _+{}|:"<>? ♠♣♥♦
    J
    M
    Q
    Z
    arial
    abcd efgh ijkl mnop qrst uvwx yz
    ABCD EFGH IJKL MNOP QRST UVWX YZ
    12345 67890 -=[]\;',./
    !@#$% ^&*() _+{}|:"<>? ♠♣♥♦
    J
    M
    Q
    Z
    cursive
    abcd efgh ijkl mnop qrst uvwx yz
    ABCD EFGH IJKL MNOP QRST UVWX YZ
    12345 67890-=[]\;',./
    !@#$% ^&*()_+{}|:"<>? ♠♣♥♦
    J
    M
    Q
    Z
    Monaco (not available by default on MS windows)
    abcd efgh ijkl mnop qrst uvwx yz
    ABCD EFGH IJKL MNOP QRST UVWX YZ
    12345 67890-=[]\;',./    zero is slashed!
    !@#$% ^&*()_+{}|:"<>?
    ♠♣♥♦
    J
    M
    Q
    Z


    Additional Letter-like symbols response, versicle, CenterLine, Ohm, …

    UPPERCASE lower case   UPPERCASE lower case
    decimal hex decimal hex
    A with grave =
    capital letter A grave
    Agrave 192 C0 À agrave 224 E0 à
    A with acute Aacute 193 C1 Á aacute 225 E1 á
    A with circumflex Acirc 194 C2 Â acirc 226 E2 â
    A with tilde Atilde 195 C3 Ã atilde 227 E3 ã
    A with diaeresis Auml 196 C4 Ä auml 228 E4 ä
    A with ring above =
    capital letter A ring
    Aring 197 C5 Å aring 229 E5 å
    E with grave Egrave 200 C8 È egrave 232 E8 è I with grave Igrave 204 CC Ì igrave 236 EC ì  
    E with acute Eacute 201 C9 É eacute 233 E9 é I with acute Iacute 205 CD Í iacute 237 ED í
    E with circumflex Ecirc 202 CA Ê ecirc 234 EA ê I with circumflex Icirc 206 CE Î icirc 238 EE î
    E with diaeresis Euml 203 CB Ë euml 235 EB ë I with diaeresis Iuml 207 CF Ï iuml 239 EF ï
    BOM
    letter O with grave Ograve 210 D2 Ò ograve 242 F2 ò U with grave Ugrave 217 D9 Ù ugrave 249 F9 ù
    letter O with acute Oacute 211 D3 Ó oacute 243 F3 ó U with acute Uacute 218 DA Ú uacute 250 FA ú
    letter O with circumflex Ocirc 212 D4 Ô ocirc 244 F4 ô U with circumflex Ucirc 219 DB Û ucirc 251 FB û
    letter O with diaeresis Ouml 214 D6 Ö ouml 246 F6 ö U with diaeresis Uuml 220 DC Ü uuml 252 FC ü
    letter O with tilde Otilde 213 D5 Õ otilde 245 F5 õ
    letter O with stroke =
    letter O slash
    Oslash 216 D8 Ø oslash 248 F8 ø
    Y with acute Yacute 221 DD Ý yacute 253 FD ý
    Y with diaeresis Yuml3760178Ÿ yuml 255 FF ÿ
    letter THORN THORN 222 DE Þ thorn 254 FE þ
    small letter sharp s =
    ess-zed
    szlig 223 DF ß
    C with cedilla Ccedil 199 C7 Ç ccedil 231 E7 ç
    AE = ligature AE AElig 198 C6 Æ aelig 230 E6 æ ligature OE OElig3380152Œ oelig3390153œ
    N with tilde Ntilde 209 D1 Ñ ntilde 241 F1 ñ
    ETH ETH 208 D0 Ð eth 240 F0 ð
    Latin small f with hook = function = florin fnof 402 0192 ƒ
    S with caron Scaron3520160Š scaron3530161š

    some of this information is from: See also
    http://www.zvon.org/

    entities

    HTML5 Character entitiy images
    HTML5 Named Character Reference

    HTML Entity

    http://www.htmlhelp.com/reference/html40/entities/
    http://www.htmlhelp.com/reference/html40/entities/latin1.html

    some from UltraEdit


    Characters in this group can NOT safely be copied and pasted into ASCII text files.
    They are unicode as characters and must be saved in a unicode file.
    Greek Letters
    The characters with 4 digit values are uni-code characters and
    may not be usable with some EDITORS
    The symbol is shown with the &name; format
    Capitalsmall
    Alpha 913 0391 Α alpha94503B1α
    Beta 914 0392 Β beta94603B2β
    Gamma9150393Γ gamma94703B3γ
    Delta 916 0394 Δ delta94803B4δ Delta i.e. Δ is used in IEEE documentation to indicate exactly one space.
    Epsilon 917 0395 Ε epsilon94903B5ε
    Zeta 918 0396 Ζ zeta95003B6ζ
    Eta 919 0397 Η eta95103B7η
    Theta 920 0398 Θ theta95203B8θ thetasym97703D1ϑ
    Iota 921 0399 Ι iota95303B9ι
    Kappa 922 039A Κ kappa95403BAκ
    Lambda 923 039B Λ lambda95503BBλ
    Mu 924 039C Μ mu95603BCμ
    Nu 925 039D Ν nu95703BDν
    Xi 926 039E Ξ ix95803BEξ
    Omicron 927 039F Ο omicron95903BFο
    Pi 928 03A0 Π pi96003C0π
    Rho 929 03A1 Ρ rho96103C1ρ
    Sigma 931 03A3 Σ sigma96303C3σ sigmaf96203C2ς
    Tau 932 03A4 Τ tau96403C4τ
    Upsilon 933 03A5 Υ upsilon96503C5υ upsih97803D2ϒ
    Phi 934 03A6 Φ phi96603C6φ
    Chi 935 03A7 Χ chi96703C7χ
    Psi 936 03A8 Ψ psi96803C8ψ
    Omega 937 03A9 Ω omega96903C9ω piv98203D6ϖ
    Visibone Charts

    See the OFFICIAL definitions at www.unicode.org/charts/index.html

    Which includes

    1. SMP plane :Supplementary Multilingual Plane 010000-0100FF Linear B
      010100-0101CF Ancient numeric systems
      0101D0-0107FF Alphabetic and syllabic LTR scripts and sets of symbols
      010800-010FFF Alphabetic and syllabic RTL scripts
      011000-011FFF Brahmic scripts
      012000-012FFF Cuneiform and other ancient scripts
      013000-013FFF Egyptian hieroglyphs
      014000-015FFF Other large scripts
      016000-016FFF Recently-devised scripts
      017000-01B4FF Large East Asian scripts
      01B500-01BBFF Other large scripts
      01BC00-01BFFF Shorthands
      01C000-01CFFF Other large scripts
      01D000-01DFFF Notational systems
      01E000-01E7FF unassigned
      01E800-01EFFF RTL scripts
      01F000-01F0FF Game symbols
      01F100-01F2FF Alphanumeric and ideographic sets
      01F300-01F7FF Pictographic sets
      01F600-01F7FF emoji &face;
      01F900-01F9FF Supplemental Symbols and Pictographs, unicode chart

      See Jukka "Yucca" Korpela's discussion on ISO Latin 1