Wildcard pointing to IP range in DNS configuration

Hello to all,

May someone help me with this DNS configuration issue please.

I have configured wildcard to different IPs like below and it works.

xyz IN  SOA   dns.abcd. .  (
                  2014120901
                  10800
                  3600
                  604800
                  86400     )
  ;
xyz       IN    NS   dns.abcd.
*       IN      A       123.12.41.0
*       IN      A       123.12.41.1
*       IN      A       123.12.41.120
*       IN      A       123.12.41.185
*       IN      A       123.12.41.240
*       IN      A       85.4.13.10
*       IN      A       85.4.13.100
*       IN      A       85.4.13.215
*       IN      A       85.4.13.229
*       IN      A       85.4.13.230

It is possible to point the wildcards to a diffente IP ranges in a DNS record configuration like below?. or an alternative way?

xyz IN  SOA   dns.abcd. .  (
                  2014120901
                  10800
                  3600
                  604800
                  86400     )
  ;
xyz       IN    NS   dns.abcd.
*       IN      A       123.12.41.0/24
*       IN      A       85.4.13.0/24

Thanks in advance