- /
-
Special Char 57020 -57119
on 7 Oct 2021
- 9
- 26
- 0
- 0
- 257
%Print special chracters
width=120; d=10;p=57020
plot(1,1)
line([1 width],[1 1]);
line([1 width-10], [width-10 width-10])
hold on
plot(width,width)
d=10; %spacing
for n=10:-1:1
for m=1:10
text(m*d,n*d,10, char([55357 p]),'FontSize',20)
p=p+1;
end
end
text(8,width-5, 'Secret Characters 57020-57119')
axis off