This is well known that we have :
$$\forall (x,y) \in \mathbb{C}^2, ~ \forall n \in \mathbb{N}^*, ~ (x+y)^n=\sum_{k=0}^n\binom{n}{k}x^ky^{n-k}$$
Now I don't know if there is any possible application but in same conditions (at least for real numbers) is there a close form to this one?
$$\prod_{k=0}^n\binom{n}{k}x^ky^{n-k}$$
For real numbers I think in all cases (but I am not sure) if there is a close the form may look like $A\times x^a y^b$ where $A$ is an integer from the product of the binomial terms.
I looked at some values on Wolfram-Alpha with $(x,1-x)$ and $|x|<1$ for fun but I have some difficulties to find a close form a least to $A$.
I would be gald if someone has an idea.
With a bit of algebra $$\prod_{k=0}^n\binom{n}{k}=\frac{(n!)^{n+1}}{\prod_{k=0}^n(k!)^2}=\frac{(n!)^{n+1}}{(\prod_{k=1}^nk^{n-k+1})^2}=\prod_{k=1}^nk^{-n+2k-1}=\frac1{(n!)^{n+1}}\left(\color{red}{\prod_{k=1}^nk^k}\right)^2$$
where the expression in red doesnt seems easy to simplify. Of course as @Thomas showed in the comment$$\prod_{k=0}^n x^ky^{n-k}=(xy)^{\binom{n+1}{2}}$$
EDIT: it seems that we can get an analytic form (but not closed due to the periodicity of the $\tilde B_k$ functions) for the red term using the Euler-Maclaurin formula, something like
$$\left(\prod_{k=1}^nk^k\right)^2=\exp\left(\sum_{k=1}^n 2k\ln k\right)=\exp\left(\int_1^n \left(2t\ln t+\frac{\tilde B_3(t)}{3t^2}\right)\mathrm dt+ \left(n+\frac16\right)\ln n\right)$$
where $\tilde B_3$ is the $1$-periodic extension of the Bernoulli polynomial on $[0,1]$
$$B_3(x)=x^3-\frac32x^2+\frac12x$$