I want to extra space within a bold text. When I use the \textbf{} command it removes the extra space I put in it. My code is as follows:
\textbf{My bold text\qquad:}
Here \textbf removes the extra space that I put inside the bold text. It removes the extra space even if I move it out out of the bold part.
\textbf{My bold text}\qquad\textbf{:}
This is the same when I use italic or underlined text. Extra space I use is removed. This problem only occurs when you use a colon as the last character in the bold part. If I use something else as the last character the space is reserved. But, it is removed if you use a colon as the last character within the bold part. How can I solve this problem?
% !TeX encoding = UTF-8
\documentclass{article}
\usepackage[turkish]{babel}
\usepackage[utf8]{inputenc}
\begin{document}
\flushleft
\underline{\textbf{ACIKLAMALAR \quad}:} \\
\end{document}
If put something else instead of the colon at the end it works just right. If I put the colon outside the \underline it works. But that is not what I want.

:active and adjusts the space. What you describe is not standard behaviour and you have not given enough of a clue how to reproduce it. – David Carlisle Nov 18 '13 at 09:34\documentclass{...}and ending with\end{document}– Claudio Fiandrino Nov 18 '13 at 09:39