0

How to produce a character like 𝕜 (the nonexisting \mathbb{k}) in a TeX file?

2
  • 2
    You have tagged the question unicode-math if you are using that package it should work as unicode math fonts have lower case double struck. Commented Oct 21, 2015 at 13:16
  • Duplicate of tex.stackexchange.com/questions/443080/… Commented Oct 16, 2024 at 13:59

1 Answer 1

6

You tagged this unicode-math, it should just work:

enter image description here

\documentclass{article} \usepackage{unicode-math} \begin{document} $𝕜$ (the nonexisting $\mathbb{k}$) \end{document} 
1
  • 4
    Thanks, I realized that \Bbbk with amssymb package can also do it. Commented Oct 21, 2015 at 13:40

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.