Have a look at the Brainfuck wikipedia page to see what brainfuck is.
The major difference between this and normal Brainfuck is that this uses Unicode Scalar instead of ASCII, so code that is based off the ASCII version will not work as expected!
This code work with this and the copy.sh interpreter
++++++++++[>++++++++++<-]>++++.->++++++++++[>++++++++++<-]>+.->++++++++++[>++++++++++<-]>++++++++..->++++++++++[>++++++++++<-]>+++++++++++.->++++++++++++++++[>++<-]>.->++++++++++[>++++++++++<-]+++++++++[>++<-]+>[<+>-]<.-<<<+.->>>>-++++++++++[>++++++++++<-]>++++++++++++++++++++++++.>++++++++++[>++++++++++<-]>++++++++.->++++++++++[>++++++++++<-]>.->++++++++++++++++[>++<-]>+.-.-
If you interpet code the char 'b' will dump the memory to stdout as a debugging tool