This question is related to Notation for all permutations of a set.
I am looking for notation for a set comprising the union of all possible permutations of each element of a power set.
For example, if $A = \{a,b,c\}$, then $\mathcal{P}(A) = \{\varnothing,\{a\},\{b\},\{c\},\{a,b\},\{a,c\},\{b,c\},\{a,b,c\}\}$.
But I am looking for:
$\{\varnothing,\{a\},\{b\},\{c\},\{a,b\},\{b,a\}\{a,c\},\{c,a\},\{b,c\},\{c,b\},\{a,b,c\},\{a,c,b\},\{b,a,c\},\{b,c,a\},\{c,a,b\},\{c,b,a\}\}$