MySQL
only supports characters from the basic multilingual plane (0x0000
- 0xFFFF
).
Your character is out if this plane.
Try storing a synonym instead :)
Update:
MySQL 5.5.3
and on (which has not gone GA yet) does support supplementary characters if you use UTF8MB4 encoding.