Fonts & Character Setshash character?

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
rayman
Posts: 24
Joined: Thu Feb 24, 2011 11:53 am

hash character?

Post by rayman »

Could someone please tell me how to create such character in latex? Is it called hash?
Attachments
hash.jpg
hash.jpg (1.08 KiB) Viewed 35717 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

hash character?

Post by localghost »

I guess every basic LaTeX documentation like lshort would recommend something like this.

Code: Select all

\documentclass[11pt,a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}

\begin{document}
  \[
    V^{\#}\Big|_x=?
  \]
\end{document}

Thorsten
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

hash character?

Post by Stefan Kottwitz »

Hi rayman,

have a look at Special LaTeX characters for this and for further special characters like this.

Stefan
LaTeX.org admin
Post Reply