\documentclass[a5paper]{article}
\usepackage[margin=5mm]{geometry}
\usepackage{openmoji}
\setlength\parindent{0pt}
\begin{document}
%normal version: inline with automatic height/depth (from qX characters)
q\openmoji[height=dauto]{adhesive bandage}X
%normal version: inline with automatic height/depth (from specified characters)
(q\openmoji[height=dauto,dstrut=(qB)]{adhesive bandage}B)
%normal version: inline with automatic height (from X character) default version
X\openmoji[height=auto]{adhesive bandage}X
%normal version: inline with manual height/depth
qd\openmoji[height={0.8em/-0.4em}]{adhesive bandage}Zx
%fixed height
\openmoji[height=1.5in]{adhesive bandage}
\openmoji[black,height=1.5in]{adhesive bandage}
\end{document}