You need to type the following formula:
In standard formulas there is a sum, product, intersection and union sign, but there is no empty template for inserting your character.
If you try to use a macro, where 8853 is the xor symbol for the Cambria Math set (standard font in formulas):
With Selection.OMaths(1).Functions.Add(Selection.Range, _ wdOMathFunctionNary) .Nary.Char = 8853 .Nary.Grow = False .Nary.SubSupLim = False .Nary.HideSub = False .Nary.HideSup = False End With I get the following message:
Is it possible to somehow get around this obstacle and type the same formula without inserting it as a picture?







