\documentclass[dvipdfmx,border=1mm]{standalone}
\usepackage{pgfornament-han}
\usetikzlibrary{positioning}
\usepackage[svgnames]{xcolor}
\tikzset{pgfornamentstyle/.append style={draw=red,fill=OrangeRed,line width=.5}}
\begin{document}
\begin{tikzpicture}[x=1pt,y=1pt,scale=0.75,transform shape]
\node (nw) {\pgfornamenthan[scale=0.35,color=red]{2}};
\node[anchor=north west,right=135bp of nw] (ne)
{\pgfornamenthan[symmetry=v,scale=0.35,color=]{16}};
\node[anchor=north west,below=0pt of nw] (sw)
{\pgfornamenthan[symmetry=h,scale=0.35]{16}};
\node[anchor=north east,below=0pt of ne] (se)
{\pgfornamenthan[symmetry=c,scale=0.35]{2}};
\node[anchor=west,xshift=-15bp,yshift=-10bp,rotate=8] at (nw.south east){\pgfornamenthan[width = 5cm,anchor=north,color = OrangeRed]{78}};
\node[anchor=west,xscale=2.1,xshift=-5bp,yshift=5.4bp] at (sw.south east){\pgfornamenthan[scale=0.35]{30}};
\node[anchor=west,xscale=2.1,xshift=-5bp,yshift=-5.4bp] at (nw.north east){\pgfornamenthan[scale=0.35]{30}};
\node[anchor=west,rotate=-90,xscale=.35,xshift=-20bp,yshift=5.4bp] at (nw.south west){\pgfornamenthan[scale=0.35]{30}};
\node[anchor=west,rotate=-90,xscale=.35,xshift=-20bp,yshift=-5.4bp] at (ne.south east){\pgfornamenthan[scale=0.35]{30}};
\node[anchor=south east,xshift=65bp,yshift=-8bp] at(ne.west){\pgfornamenthan[width = 2.5cm,anchor= west,color = OrangeRed,symmetry=v]{67}};
\node[anchor=south west,xshift=-60bp,yshift=-30bp] at(sw.east){\pgfornamenthan[width = 2.5cm,color = OrangeRed]{67}};
\node[align=center,xshift=0,yshift=30bp,text=OrangeRed] at (nw.south east){\Huge{\textbf{二\ 〇}}};
\node[align=center,xshift=0,yshift=-30bp,text=OrangeRed] at (se.north west){\Huge{\textbf{二\ 六}}};
\end{tikzpicture}
\end{document}