JavaScript (ES6), 52 bytes
Expects two code points as (a)(b).
a=>b=>"靘紫騮紅熏X黻黯硅綠碧"[(a^b)%97%16]
Arnauld
- 205.5k
- 21
- 187
- 670
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeExpects two code points as (a)(b).
a=>b=>"靘紫騮紅熏X黻黯硅綠碧"[(a^b)%97%16]