How can I type the letter ð with a slash across it? I have tried the solutions proposed in How can I place a "slash" -- / -- through a letter in this way? but they do not work for the letter ð, or letters with diacritics like á or ä.
\documentclass[12pt]{article}
\usepackage[T1]{fontenc}
\usepackage{fontspec}
\setmainfont{Linux Libertine O}
\usepackage{cancel}
\begin{document}
$\cancel{d}$
$\cancel{ð}$
${d\mkern-7.5mu/}$
${ð\mkern-7.5mu/}$
\end{document}

ðin the math font. But I'm not really sure this should actually be math... what's the symbol's purpose? – campa Aug 22 '22 at 09:37\cancel{ð}does it. – campa Aug 22 '22 at 09:40\usepackage[T1]{fontenc}\usepackage{fontspec}use ``\usepackage[T1]{fontenc}with pdftex and\usepackage{fontspec}` with luatex/xetex – David Carlisle Aug 22 '22 at 10:18