\[Application]

  • Unicode: F539
  • Aliases: ap
  • Infix operator with builtin meaning.
  • fx is by default interpreted as Application[f,x].
  • \[Application]represents function application formally. To actually apply f to x, use f@x or f @ x.