Embedding layer output for the padding token

Hi DeepLearning Community.
I am little confused about the output of the embedding layer for the padding token. So my question is as follow:
What is the ouput of padding token passed through embedding layer if the option mask_zero is set to False ? because if we don’t mask the padding token. this will affect the following RNN layer.
Thanks

I think you posted on the wrong course!