Check the `org-emphasis-alist` property. Its default value is:
'(("*" bold)
("/" italic)
("_" underline)
("=" org-verbatim verbatim)
("~" org-code verbatim)
("+" (:strike-through t)))
You may update it by calling `(customize)` and introducing `org-emphasis-alist`.