alan wood.id.au
australiana 
aussie rules 🏉
first nations 🪃
music videos 📺
cassettes 📼
aussie english 📖
geographica 🌏
decimal notation 📅

Decimal Notation

alpha-numeric

html reference

symbols in html

Entities, symbols & characters have four methods of reference:
Named, Decimal, Hexadecimal, and Unicode, but only the Decimal form is reliable across browsers and platforms.

To use decimal notation encoded in UTF-8 insert
<meta charset=“utf-8”>
as the first line in the <head> of your document.

utf-8 encoding

The name is an acronym of Unicode Transformation Format 8-bit.
Unicode is an abbreviation of Universal Coded Character Set.
It is a Character encoding capable of encoding all characters,
1, 114, 112 in total.

It is the dominant character encoding for the world wide web, accounting for 93.9% of web pages in March 2026.

Alphabetical Uppercase Characters
character notation browser
A &#65; A
B &#66; B
C &#67; C
D &#68; D
E &#69; E
F &#70; F
G &#71; G
H &#72; H
I &#73; I
J &#74; J
K &#75; K
L &#76; L
M &#77; M
N &#78; N
O &#79; O
P &#80; P
Q &#81; Q
R &#82; R
S &#83; S
T &#84; T
U &#85; U
V &#86; V
W &#87; W
X &#88; X
Y &#89; Y
Z &#90; Z
A circled &#9398;
Z circled &#9423;
alphabetical lowercase characters
character notation browser
a &#97; a
b &#98; b
C &#99; c
d &#100; d
e &#101; e
f &#102; f
g &#103; g
h &#104; h
i &#105; i
j &#106; j
k &#107; k
l &#108; l
m &#109; m
n &#110; n
o &#111; o
p &#112; p
q &#113; q
r &#114; r
s &#115; s
t &#116; t
u &#117; u
v &#118; v
w &#119; w
x &#120; x
y &#121; y
z &#122; z
a bracketed &#9372;
z bracketed &#9397;
a circled &#9424;
z circled &#9449;
Numerical Characters
character notation browser
0 &#48; 0
1 &#49; 1
2 &#50; 2
3 &#51; 3
4 &#52; 4
5 &#53; 5
6 &#54; 6
7 &#55; 7
8 &#56; 8
9 &#57; 9
10 &#49;&#48; 10
Circled Decorated Numbers
character notation browser
dc01 0 &#9450;
dc02 1 &#9312;
dc03 2 &#9313;
dc04 3 &#9314;
dc05 4 &#9315;
dc06 5 &#9316;
dc07 6 &#9317;
dc08 7 &#9318;
dc09 8 &#9319;
dc10 9 &#9320;
dc11 10 &#9321;
dc12 11 &#9322;
dc13 12 &#9323;
dc14 13 &#9324;
dc15 14 &#9325;
dc16 15 &#9326;
dc17 16 &#9327;
dc18 17 &#9328;
dc19 18 &#9329;
dc20 19 &#9330;
dc14 20 &#9331;
Double Circled Decorated Numbers
character notation browser
dc01 1 &#9461;
dc02 2 &#9462;
dc03 3 &#9463;
dc04 4 &#9464;
dc05 5 &#9465;
dc06 6 &#9466;
dc07 7 &#9467;
dc08 8 &#9468;
dc09 9 &#9469;
dc10 10 &#9470;
Digit Stop Numbers
character notation browser
dc01 1 &#9352;
dc02 2 &#9353;
dc03 3 &#9354;
dc04 4 &#9355;
dc05 5 &#9356;
dc06 6 &#9357;
dc07 7 &#9358;
dc08 8 &#9359;
dc09 9 &#9360;
dc10 10 &#9361;
dc11 11 &#9362;
dc12 12 &#9363;
dc13 13 &#9364;
dc14 14 &#9365;
dc15 15 &#9366;
dc16 16 &#9367;
dc17 17 &#9368;
dc18 18 &#9369;
dc19 19 &#9370;
dc20 20 &#9371;
Negative Circled Numbers
character notation browser
1 &#10102;
2 &#10103;
3 &#10104;
4 &#10105;
5 &#10106;
6 &#10107;
7 &#10108;
8 &#10109;
9 &#10110;
10 &#10111;
Circled Speed Limits
character notation browser
10 km/h &#12872;
20 km/h &#12873;
30 km/h &#12874;
40 km/h &#12875;
50 km/h &#12876;
60 km/h &#12877;
70 km/h &#12878;
80 km/h &#12879;
Uppercase Roman Numerals
character notation browser
1 &#8544;
2 &#8545;
3 &#8546;
4 &#8547;
5 &#8548;
6 &#8549;
7 &#8550;
8 &#8551;
9 &#8552;
10 &#8553;
11 &#8554;
12 &#8555;
50 &#8556;
100 &#8557;
500 &#8558;
1000 &#8559;
Lowercase Roman Numerals
character notation browser
1 &#8560;
2 &#8561;
3 &#8562;
4 &#8563;
5 &#8564;
6 &#8565;
7 &#8566;
8 &#8567;
9 &#8568;
10 &#8569;
11 &#8570;
12 &#8571;
50 &#8572;
100 &#8573;
500 &#8574;
1000 &#8575;

calculator

html to pseudo-element