I am trying to print a specific unicode character in LuaLaTeX using
\documentclass{article}
\begin{document}
\char"2605 \symbol{"2605"} ^^^^2605
\end{document}
However, none of these prints the black star (unicode 2605). The first two commands show nothing while the last one prints a right double quotation mark. Help.

"in"2605is wrong. And the log says:There is no ★ (U+2605) in font [lmroman10-regular]. You need a font that contains that glyph. – Phelype Oleinik May 23 '19 at 19:17