Unicode number and Chr(

I am wondering how to use a Unicode number with the Chr( function to display a bullet. The code is U+2022, but the Chr( function doesn’t seem to like that code.

chr(0x2022)