Escape Special Character

CharacterEscape CodeName
\\\\\backslash
`\`
`
backtick
`echo `5`“ ` “backtick in code
*\*asterisk
_\_underscore
{ }\{ \}curly braces
[ ]\[ \]brackets
< >\< \>angle brackets
( )\( \)parentheses
#\#pound sign
+\+plus sign
-\-minus sign (hyphen)
.\.dot
!\!exclamation mark
|\|
&#124;
pipe

Sources:

Related:

Tags:
Markup and typesetting systems - Produce printed or digital documents aesthetically pleasing with readable typography

https://mrwweb.com/text-formatting-donts/