1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33

⇒ yanları tırnaklarla soyulmuş  

                                kısa bir kalem  

⇒ Senin için   

        yazılmış  

                      onca yazı——  

Anlam arayışı  

olmayışın  

    kocaman  

        bir  

      
<div style="width:240px;max-width:40vw;margin:1rem auto;text-align:center;">
    <!-- Inline SVG renders a clean, scalable big zero -->
    <svg viewBox="0 0 120 160" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Sıfır">
        <defs>
            <linearGradient id="g0" x1="0" x2="1">
                <stop offset="0" stop-color="#111" />
                <stop offset="1" stop-color="#444" />
            </linearGradient>
        </defs>
        <rect width="100%" height="100%" fill="none" />
        <text x="50%" y="52%" font-family="Inter, Arial, Helvetica, sans-serif" font-weight="800" font-size="120" fill="url(#g0)" text-anchor="middle" dominant-baseline="middle">0</text>
    </svg>
</div>