I want to calculate a KDE (Kernel Density Estimate) with a confidence band for some data. I am using this paper to learn how to do this. However, I am having difficulty understanding some parts of it. Do you mind helping me make sense of some of it?
On page 167 it explains the difference between confidence intervals and confidence bands (see screenshot below). Do you know what the highlighted $K$ symbol denotes here?

Do you know what the $z_{1-\alpha/2}$ symbol denotes on the next page (see screenshot below)?

Below that it talks about using empirical bootstrap to generate bootstrap sample $X_1^*$, ..., $X_n^*$. Can you explain in more detail how this is done? Or link to something that explains it?