Question

I have encountered a very strange, L like letter that I couldn't found in the ASCII table, nor in the Greek alphabet. Do you have any idea what this could be, and what its name is? I would like to type it.

equation with the fancy L as a variable

Was it helpful?

Solution

That character is SCRIPT CAPITAL L (Unicode U+2112), usually seen in by documents typeset with LaTeX for Laplace transforms or Lagrangian mechanics.

\mathcal{L} results in: \mathcal{L}.

In macOS, the closest you'd get is searching for the character L in the Character Viewer (option+command+space) and looking under Related Characters for SCRIPT CAPITAL L.

It's included in the STIX set of fonts, which comes with MacOS since OS X Lion.

Copying the character results in: ℒ

OTHER TIPS

Another option is to go to system preferences > keyboard > input sources and add "Unicode Hex Input" you can toggle the "show input sources in menu bar", or bind it to a keyboard shortcut. Then, when you want to type it, hold option while typing 2112, and the L will be typed. You could also configure it in Automator with the recording function and add that to a keyboard shortcut or on the menu bar.

Apple products have good support for Unicode. Here is the math block since that looks like a equation:

Getting these edited in is usually easy one you know what character you seek:

This may be a “Where’s Waldo” situation if you can’t find a type or font face that blocks the L instead of making it cursive/calligraphic.

It's Unicode U+2112. It's included in the STIX set of fonts, which comes with MacOS.

Licensed under: CC-BY-SA with attribution
Not affiliated with apple.stackexchange
scroll top