[Tex/LaTex] How to make double-struck capital letters italic (e.g. U+1D53C)

italicmath-modemathjax

In Word I am able to include the unicode symbol U+1D53C (write number and press Alt+C) and assign italic formatting:

italic output

How do I get the same result in LaTeX?

I tried:

  1. \mathit{\mathbb{E}}
  2. {\it \mathbb{E}}
  3. \mathit{ \unicode{x1D7D9} \; \unicode{x1D53C}}

I still get non-italic results:

non-italic output

Furthermore, the following examples are all non-italic for blackboard bold fonts:
What are all the font styles I can use in math mode?

How can I slant the content of math mode? Apply some graphical transformation?

I would like to avoid extra definitions in my preamble.

Best Answer

The command for this in unicode-math is \mathbbit or \symbbit. It only supports the handful of letters defined in Unicode.