'How to find the surrogate pair of a symbol in java

I'm trying to get the and operation(⋀) symbol to appear, but the symbol's unicode value is u+22C1(This may be wrong, but according to what I've read it's this). There's another value I found being 2227 but that prints ࢳ. If you can please explain the method to finding the surrogate pair as I have to find to find it for a bunch more symbols.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source