I would like to insert a bomb symbol in my text (don't worry I'm not a terrorist

Code: Select all
\fontencoding{OT1}\selectfont
Does anyone know how can I use the fourier package (for the bomb symbol) but keep my original i.e. default text format?
Here is my example code (notice that \textbf has no effect when fourier package is turned on):
Code: Select all
\documentclass[12pt]{article}
\usepackage{latexsym,amssymb}
\usepackage[croatian]{babel}
\usepackage{fourier}
\setlength{\parindent}{0pt}
\begin{document}
\fontencoding{OT1}\selectfont
{\textit{\textbf{Funkcija}} This is some text. It doesn't mean anything.\\
\textbf{Never divide by zero!!!} \bomb\\
\end{document}