Is there a notation that replaces the "union" operator $A\cup B$ and emphasizes that the outcome should be considered a multi-set rather than a set? For example, if $A = \{1,2,3\}$ and $B =\{3,4,5\}$, then:
$$A ? B = \{1,2,3,3,4,5\}$$
since the $3$ is counted twice. What operator can I used instead of the "$?$"?