Is there any way to insert special characters?

  • My way uses a single macro that supports all special characters by itself.
    • This is not one macro per character.
  • Then instead of \u2467 you write {{u16 2467}} and you get the ⑧ in Logseq.
    • You may even shorten the name to just u and the actual typing becomes {{u 2467
      • Because the closing curly braces are added automatically.