In Latex, in math mode, if I want to express summation over a range I can use the following expression \sum_{from}^{to}. I can do the same for the product.
What is the name of the symbol that does this for XOR or concatenation?
If I do:
\oplus_{i=0}^7
I don't get the i=0 and 7 parts below and above the symbol, respectively, but to the right instead, like this:

With summation (\sum_{i=0}^7), that is not the case - they appear below and below in the output:

How can I make XOR, or concatenation (II) larger and with indices below and above the symbol?

